All Projects → CosasDePuma → SecurityNotFound

CosasDePuma / SecurityNotFound

Licence: WTFPL license
🐚 404 Page Not Found Webshell

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to SecurityNotFound

Brutemap
Let's find someone's account
Stars: ✭ 113 (+39.51%)
Mutual labels:  webshell
Exphub
Exphub[漏洞利用脚本库] 包括Webloigc、Struts2、Tomcat、Nexus、Solr、Jboss、Drupal的漏洞利用脚本,最新添加CVE-2020-14882、CVE-2020-11444、CVE-2020-10204、CVE-2020-10199、CVE-2020-1938、CVE-2020-2551、CVE-2020-2555、CVE-2020-2883、CVE-2019-17558、CVE-2019-6340
Stars: ✭ 3,056 (+3672.84%)
Mutual labels:  webshell
404-pages
Custom 404 pages pack for websites
Stars: ✭ 44 (-45.68%)
Mutual labels:  404
Rtty
Access your terminal from anywhere via the web.
Stars: ✭ 2,434 (+2904.94%)
Mutual labels:  webshell
Webshell
入侵分析时发现的Webshell后门
Stars: ✭ 201 (+148.15%)
Mutual labels:  webshell
serve-placeholder
♡ Smart placeholder for missing assets
Stars: ✭ 114 (+40.74%)
Mutual labels:  404
Wsmanager
Webshell Manager
Stars: ✭ 99 (+22.22%)
Mutual labels:  webshell
craft-retour
Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website
Stars: ✭ 32 (-60.49%)
Mutual labels:  404
Sks
Security Knowledge Structure(安全知识汇总)
Stars: ✭ 205 (+153.09%)
Mutual labels:  webshell
404-to-301
Manage 404 errors on your WordPress site and redirect them to any pages using 301 redirect for SEO
Stars: ✭ 11 (-86.42%)
Mutual labels:  404
Wso Webshell
🕹 wso php webshell
Stars: ✭ 155 (+91.36%)
Mutual labels:  webshell
Php Backdoors
A collection of PHP backdoors. For educational or testing purposes only.
Stars: ✭ 2,034 (+2411.11%)
Mutual labels:  webshell
static-404
⚡️ A WordPress plugin to quickly send a 404 for missing static files
Stars: ✭ 24 (-70.37%)
Mutual labels:  404
Phpshell
php大马|php一句话|webshell|免杀过狗|渗透|黑客
Stars: ✭ 118 (+45.68%)
Mutual labels:  webshell
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+18.52%)
Mutual labels:  404
Analyst Arsenal
A toolkit for Security Researchers
Stars: ✭ 112 (+38.27%)
Mutual labels:  webshell
Findwebshell
findWebshell是一款基于python开发的webshell检测工具。
Stars: ✭ 246 (+203.7%)
Mutual labels:  webshell
vue-error-page
[NO LONGER MAINTAINED] Provides a wrapper for router-view that allows you to show error pages without changing the URL.
Stars: ✭ 52 (-35.8%)
Mutual labels:  404
free404
A series of creative 404 pages designed to pleasantly surprise your users if an error were to ever occur.
Stars: ✭ 58 (-28.4%)
Mutual labels:  404
hyperlink
Very fast link checker for CI.
Stars: ✭ 85 (+4.94%)
Mutual labels:  404
SecurityNotFound

404 Page Not Found Webshell


Joke License


📼 Clone me!

Clone or download the project:

git clone --depth=1 https://github.com/CosasDePuma/SecurityNotFound.git

📦 "Installation"

The src/404.php file should be located on the target server and it must have the ability to execute .php files.

Here is an example of some of the most common routes on which servers are located:

# 🏁 Windows
C:\Xampp\htdocs\       # Xampp

# 🐧 Linux
/var/www/html/         # Apache
/usr/share/nginx/html/ # Nginx

👮 Obviously, you and I know that you have legitimate access to that server.

🚪 Access Granted!

Now, you can access it through the browser:

https://www.example.com/404.php


💡 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.

🔒 To set a custom value, insert your password into the $passphrase variable after applying the MD5 algorithm three consecutive times.

🎮 Control Panel

Once logged in, the webshell will show its real appearance:

The panel features an AJAX console and a number of preconfigured actions:

Name Description
PHP Info Shows phpinfo(); page.
Geolocate Shows in Google Maps the place where the server is physically located.
Exploit-DB (...) Searches for compatible exploits in exploit-db.com.
Log out Exits the dashboard.

It should be noted that the execution of commands is performed using the "Referrer" header, its content being the executed payload.

This has two advantages: greater stealth within the log file and the ability to execute commands without the need to access the web interface.

access.log example
172.18.0.1 - - [25/Jul/2022:04:52:17 +0000] "GET /404.php HTTP/1.1" 404 771 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:21 +0000] "POST /404.php HTTP/1.1" 404 3560 "http://localhost/404.php" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:27 +0000] "GET /404.php HTTP/1.1" 404 375 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:31 +0000] "GET /404.php HTTP/1.1" 404 470 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:37 +0000] "GET /404.php?p HTTP/1.1" 404 75790 "http://localhost/404.php" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:41 +0000] "GET /404.php HTTP/1.1" 404 3560 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:43 +0000] "GET /404.php?c HTTP/1.1" 302 373 "http://localhost/404.php" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
172.18.0.1 - - [25/Jul/2022:04:52:43 +0000] "GET /404.php HTTP/1.1" 404 771 "http://localhost/404.php" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"

📜 Log Footprints

# of lines in access.log Action
1 Access without logging in
1 Access with the session already started
1 Log in
2 Log out
1 Execute a command through the console
1 Plugin: PHP Info
0 Plugin: Geolocate
0 Plugin: Exploit-DB (...)

🐙 Support the developer!

Everything I do and publish can be used for free whenever I receive my corresponding merit.

Anyway, if you want to help me in a more direct way, you can leave me a tip by clicking on this badge:


PayPal Donation


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].