├── README.md ├── about_us.sh ├── camera ├── camera.sh ├── grabcam.html ├── index.php ├── index2.html ├── ip.php ├── jio │ ├── invite.htm │ └── style.css ├── kk.jpg ├── post.php ├── saved.ip.txt └── template.php ├── main_script.sh ├── setup.sh └── voice ├── index.php ├── index2.html ├── ip.php ├── js ├── _app.js ├── app.js ├── mash.jpg └── mash_logo.jpg ├── saved.ip.txt ├── ss └── ngrok ├── template.php ├── upload.php └── voice.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/README.md -------------------------------------------------------------------------------- /about_us.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/about_us.sh -------------------------------------------------------------------------------- /camera/camera.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/camera.sh -------------------------------------------------------------------------------- /camera/grabcam.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/grabcam.html -------------------------------------------------------------------------------- /camera/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/index.php -------------------------------------------------------------------------------- /camera/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/index2.html -------------------------------------------------------------------------------- /camera/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/ip.php -------------------------------------------------------------------------------- /camera/jio/invite.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/jio/invite.htm -------------------------------------------------------------------------------- /camera/jio/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/jio/style.css -------------------------------------------------------------------------------- /camera/kk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/kk.jpg -------------------------------------------------------------------------------- /camera/post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/camera/post.php -------------------------------------------------------------------------------- /camera/saved.ip.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /camera/template.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /main_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/main_script.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/setup.sh -------------------------------------------------------------------------------- /voice/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/index.php -------------------------------------------------------------------------------- /voice/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/index2.html -------------------------------------------------------------------------------- /voice/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/ip.php -------------------------------------------------------------------------------- /voice/js/_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/js/_app.js -------------------------------------------------------------------------------- /voice/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/js/app.js -------------------------------------------------------------------------------- /voice/js/mash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/js/mash.jpg -------------------------------------------------------------------------------- /voice/js/mash_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/js/mash_logo.jpg -------------------------------------------------------------------------------- /voice/saved.ip.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /voice/ss/ngrok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/ss/ngrok -------------------------------------------------------------------------------- /voice/template.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /voice/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/upload.php -------------------------------------------------------------------------------- /voice/voice.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Expert-Hacker/E-TOOL/HEAD/voice/voice.sh --------------------------------------------------------------------------------