├── LICENSE ├── PASSWORDS.txt ├── README.md ├── config └── BitLord.cfg ├── exploit.png ├── exploit.py ├── requirements.txt ├── run.cpp └── src ├── 026.c ├── CVE_2016_6195.pl ├── install.sh ├── nk_rce.rb └── payload.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/LICENSE -------------------------------------------------------------------------------- /PASSWORDS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/PASSWORDS.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/README.md -------------------------------------------------------------------------------- /config/BitLord.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/config/BitLord.cfg -------------------------------------------------------------------------------- /exploit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/exploit.png -------------------------------------------------------------------------------- /exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/exploit.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | configparser==3.5.0b2 -------------------------------------------------------------------------------- /run.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/run.cpp -------------------------------------------------------------------------------- /src/026.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/src/026.c -------------------------------------------------------------------------------- /src/CVE_2016_6195.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/src/CVE_2016_6195.pl -------------------------------------------------------------------------------- /src/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/src/install.sh -------------------------------------------------------------------------------- /src/nk_rce.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/src/nk_rce.rb -------------------------------------------------------------------------------- /src/payload.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hack-BitGod/exploit/HEAD/src/payload.xml --------------------------------------------------------------------------------