Kamis, 16 Juni 2016

Python tools for penetration testers​

Python tools for penetration testers​

If you are involved in vulnerability research, reverse engineering or penetration testing, I suggest to try out the Pythonprogramming language. It has a rich set of useful libraries and programs. This page lists some...
Baca selengkapnya
 Display SSID and password of the WIFI network you are currently connected

Display SSID and password of the WIFI network you are currently connected

sudo awk -F= '/^(psk|id)/{print $2}' /etc/NetworkManager/system-connections/"$(iwgetid -r)"  source : http://ins-cyber.blogspot.com/2016/06/display-ssid-and-password-of-wifi.h...
Baca selengkapnya