Posts

Showing posts from March, 2017

Dmitry tool kali linux

Image
Dmitry is tool for: Domain lookup Ip lookup Netcraft info Search subdomains Search email address Scan TCP port root@kali:~# dmitry Deepmagic Information Gathering Tool "There be some deep magic going on" Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host   -o Save output to %host.txt or to file specified by -o file   -i Perform a whois lookup on the IP address of a host   -w Perform a whois lookup on the domain name of a host   -n Retrieve Netcraft.com information on a host   -s Perform a search for possible subdomains   -e Perform a search for possible email addresses   -p Perform a TCP port scan on a host * -f Perform a TCP port scan on a host showing output reporting filtered ports * -b Read in the banner received from the scanned port * -t 0-9 Set the TTL in seconds when scanning a TCP port ( Default 2 ) *Requires the -p flagged to be passed root@kali:~# dmitry -options example.com Video tutorial :

How to take screen shot in kali linux rolling 64bit.

Image
1. Go to Dash to dock --> Show Applications 2. type Screen 3 options for take screenshot               - whole screen               - Current window               - Area 3. Take Screenshot Video Tutorial:

Install Opera on Kali linux rolling

Image
Home Page: http://www.opera.com/ Donwload : http://www.opera.com/download/ 1. Download file .deb 2. Go to terminal : dpkg -i /pathfile/opera.deb Video Tutorial:

Angryip scanner on kali linux.

Image
Home Page: http://angryip.org/ Download : http://angryip.org/download/#linux Method 1: Open terminal with command: apt-get install scanip Method 2: install with file .deb Open terminal with command: dpkg -i /Path_file/ipscan_3.5.1_amd64.deb

How to fix network manager Or Error Displaying connection information.

Image

How to fix "Failed to open the hard disk file from VirtualBox"

Image
VBoxManage internalcommands sethduuid patchFile.vdi

How to fix Chrome no-sandbox with kali rolling 2016

Image
System : Kali Linux Rolling 2016 64bit 1. Go to Download Chrome For Debian/Ubuntu 2. Install Chrome dpkg -i google-chrome-stable_current_amd64.deb 3. Run Chrome if get error no-sandbox view video for fix.

Fix Sound on Kali linux rolling 2016, No sound after login.

Image
leafpad '/etc/xdg/autostart/pulseaudio.desktop' edit "Exec=start-pulseaudio-x11" to "Exec=pulseaudio -D" Video tutorial:

How to mount ntfs partition in kali linux rolling 2016

Image
System : Kali Linux Rolling 2016 64bit 1. Command show uuid blkid 2. Change your uuid gedit /etc/fstab UUID=xxxxxxxxxxxxxx /media/userKali/labelntfs ntfs defaults 0 0 3. Reboot Video Tutorial:

Edit Sources list on kali linux rolling & sana 2016

Image
Edit Sources list on kali linux rolling & sana. 1. gedit /etc/apt/sources.list 2. Add source list Kali Rolling add Soure: deb http://http.kali.org/kali kali-rolling main contrib non-free Kali Sana add Soure: deb http://old.kali.org/kali sana main non-free contrib 3. apt-get update && apt-get upgrade && apt-get dist-upgrade Video Tutorial:

Install wine and notepad++ on kali rolling 2016. Fix error wine

Image
System : Kali Linux Rolling 2016 64bit Method 1: apt-get install wine rm -rvf ~/.wine Method 2: Download notepadd++ apt-get install /path/notepad++.exe Video Tutorial: