ThatNotEasy / Shell-Scanner

Perform With Shell Scanner Using Path Traversal & Strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell-Scanner

  • A shell scanner is a tool used to identify and detect malicious code, often referred to as a shell, that has been uploaded onto a web server. The tool works by searching through directories and files on the server for specific strings or paths that are commonly associated with malicious code.

Screenshot

Screenshot_1

Edit Our Custom Wordlist

Wordlist/Shell-Strings.txt = Malicious Strings
Wordlist/Traversal.txt = Traversal Path
Wordlist/Other-Strings.txt = Mailer/Uploader Strings
Wordlist/Trusted-Files.txt = Filename on current Target & Dir

Requirements

  • Python2.7

Supported Os

  • Linuxer
  • Wingays

Get start with

$ git clone https://github.com/Pari-Malam/Shell-Scanner
$ cd Shell-Scanner
$ pip/pip2 install -r requirements.txt
$ python/python2 shell-scanner.py

Footprints Notes

  • By using this tool, you agree that you are using it for educational purposes only and that you will not use it for any illegal activity. You also agree to bear all risks associated with the use of this tool. I will not be responsible for direct or indirect damage caused by the use of this tool. Don't suyyyyyyyyyyyyyyyyyyyy me!

Author

  • Pari Malam

Contacts

Telegram Discord

About

Perform With Shell Scanner Using Path Traversal & Strings


Languages

Language:Python 100.0%