├── DAws.php ├── LICENSE.md ├── README.md ├── Tools and Shells ├── DAws.bat ├── DAws.sh ├── Shells │ ├── bind-perl.pl │ ├── bind-python.py │ ├── bind-ruby.rb │ ├── bind_netcat.sh │ ├── reverse-bash.sh │ ├── reverse-perl.pl │ ├── reverse-python.py │ └── reverse-ruby.rb ├── bpscan.php └── bpscan.py ├── _config.yml ├── old_daws └── DAws.php └── phpseclib - DAws ├── AES.php ├── Base.php ├── BigInteger.php ├── Blowfish.php ├── DES.php ├── Hash.php ├── RC2.php ├── RC4.php ├── RSA.php ├── Random.php ├── Rijndael.php ├── SSH2.php ├── TripleDES.php ├── Twofish.php └── openssl.cnf /DAws.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/DAws.php -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/README.md -------------------------------------------------------------------------------- /Tools and Shells/DAws.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/DAws.bat -------------------------------------------------------------------------------- /Tools and Shells/DAws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/DAws.sh -------------------------------------------------------------------------------- /Tools and Shells/Shells/bind-perl.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/bind-perl.pl -------------------------------------------------------------------------------- /Tools and Shells/Shells/bind-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/bind-python.py -------------------------------------------------------------------------------- /Tools and Shells/Shells/bind-ruby.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/bind-ruby.rb -------------------------------------------------------------------------------- /Tools and Shells/Shells/bind_netcat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/bind_netcat.sh -------------------------------------------------------------------------------- /Tools and Shells/Shells/reverse-bash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/reverse-bash.sh -------------------------------------------------------------------------------- /Tools and Shells/Shells/reverse-perl.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/reverse-perl.pl -------------------------------------------------------------------------------- /Tools and Shells/Shells/reverse-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/reverse-python.py -------------------------------------------------------------------------------- /Tools and Shells/Shells/reverse-ruby.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/Shells/reverse-ruby.rb -------------------------------------------------------------------------------- /Tools and Shells/bpscan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/bpscan.php -------------------------------------------------------------------------------- /Tools and Shells/bpscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/Tools and Shells/bpscan.py -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/_config.yml -------------------------------------------------------------------------------- /old_daws/DAws.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/old_daws/DAws.php -------------------------------------------------------------------------------- /phpseclib - DAws/AES.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/AES.php -------------------------------------------------------------------------------- /phpseclib - DAws/Base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/Base.php -------------------------------------------------------------------------------- /phpseclib - DAws/BigInteger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/BigInteger.php -------------------------------------------------------------------------------- /phpseclib - DAws/Blowfish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/Blowfish.php -------------------------------------------------------------------------------- /phpseclib - DAws/DES.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/DES.php -------------------------------------------------------------------------------- /phpseclib - DAws/Hash.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/Hash.php -------------------------------------------------------------------------------- /phpseclib - DAws/RC2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/RC2.php -------------------------------------------------------------------------------- /phpseclib - DAws/RC4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/RC4.php -------------------------------------------------------------------------------- /phpseclib - DAws/RSA.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/RSA.php -------------------------------------------------------------------------------- /phpseclib - DAws/Random.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/Random.php -------------------------------------------------------------------------------- /phpseclib - DAws/Rijndael.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/Rijndael.php -------------------------------------------------------------------------------- /phpseclib - DAws/SSH2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/SSH2.php -------------------------------------------------------------------------------- /phpseclib - DAws/TripleDES.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/TripleDES.php -------------------------------------------------------------------------------- /phpseclib - DAws/Twofish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/Twofish.php -------------------------------------------------------------------------------- /phpseclib - DAws/openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotcppfile/DAws/HEAD/phpseclib - DAws/openssl.cnf --------------------------------------------------------------------------------