Clone or download the project:
git clone https://github.com/CosasDePuma/SecurityNotFound.git SecurityNotFound
cd SecurityNotFound
Installation
# š Windows (Xampp)
C:\Xampp\htdocs\
# š§ Linux
/var/www/html/
Note: Obviously, you and I know that you have legitimate access to that server.
Also Read ā Router Exploit Shovel : Automated Application Generation for Stack Overflow Types on Wireless Routers
Access Granted
Now, you can access it through the browser by clicking here.
Note: You can replace the server 404 error template to access from any invalid URL.
To access the control panel, pressĀ TAB
Ā key or search the password field using your browserās tools.
The default password is:Ā cosasdepuma
.
Ā You can leave theĀ $passphrase
Ā variable in the script as an empty string to directly access the control panel. If it is your intention, you have lost my respect.
Ā To set a custom value, insert your password into theĀ $passphrase
Ā variable after applying theĀ MD5
Ā algorithm three consecutive times.
Control Panel
Banner
Function | Shown in the picture |
---|---|
Current user | root |
Kernel | Linux |
Release | 4.9.0-7-AMD64 |
Exit Button | ā |
You can also log out using theĀ exit
Ā parameter in aĀ GET
Ā request.
Buttons and their Functions:
Log Footprints
No of lines in access.log | Action |
---|---|
1 | Access without logging in |
1 | Access with the session already started |
2 | Log in |
2 | Log out |
2 | Execute a command through the console |
1 | Button: PHPINFO |
0 | Button: EXPLOIT-DB |
0 | Button: GEOLOCATE |
2 | Button: SELF-REMOVE |
1 | Problem: favicon.ico |
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…