├── .github └── FUNDING.yml ├── Configurations ├── config.toml └── tweak_view.json ├── Internet Sharing └── win_connection_share.ps1 ├── Plugins ├── IPDisplay.py ├── better_quickdic.py ├── display-password.py ├── enable_assoc.py ├── enable_deauth.py ├── exp.py ├── handshakes-dl.py ├── instattack.py ├── internet-connection.py ├── memtemp-plus.py ├── tweak_view.py └── wpa-sec-list.py ├── README.md ├── RNDIS Driver ├── RNDIS.cat └── RNDIS.inf └── Wordlists └── simple_dicc.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: shurikenhacks 2 | -------------------------------------------------------------------------------- /Configurations/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Configurations/config.toml -------------------------------------------------------------------------------- /Configurations/tweak_view.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Configurations/tweak_view.json -------------------------------------------------------------------------------- /Internet Sharing/win_connection_share.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Internet Sharing/win_connection_share.ps1 -------------------------------------------------------------------------------- /Plugins/IPDisplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/IPDisplay.py -------------------------------------------------------------------------------- /Plugins/better_quickdic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/better_quickdic.py -------------------------------------------------------------------------------- /Plugins/display-password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/display-password.py -------------------------------------------------------------------------------- /Plugins/enable_assoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/enable_assoc.py -------------------------------------------------------------------------------- /Plugins/enable_deauth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/enable_deauth.py -------------------------------------------------------------------------------- /Plugins/exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/exp.py -------------------------------------------------------------------------------- /Plugins/handshakes-dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/handshakes-dl.py -------------------------------------------------------------------------------- /Plugins/instattack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/instattack.py -------------------------------------------------------------------------------- /Plugins/internet-connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/internet-connection.py -------------------------------------------------------------------------------- /Plugins/memtemp-plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/memtemp-plus.py -------------------------------------------------------------------------------- /Plugins/tweak_view.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/tweak_view.py -------------------------------------------------------------------------------- /Plugins/wpa-sec-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Plugins/wpa-sec-list.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/README.md -------------------------------------------------------------------------------- /RNDIS Driver/RNDIS.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/RNDIS Driver/RNDIS.cat -------------------------------------------------------------------------------- /RNDIS Driver/RNDIS.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/RNDIS Driver/RNDIS.inf -------------------------------------------------------------------------------- /Wordlists/simple_dicc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SHUR1K-N/Project-Pwnag0dchi/HEAD/Wordlists/simple_dicc.txt --------------------------------------------------------------------------------