Skip to content

nischalbijukchhe/lostools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot (328)

XlsNinja: Multi-Vulnerability Scanner

XlsNinja is a powerful and versatile multi-vulnerability scanner designed to detect various web application vulnerabilities, including Local File Inclusion (LFI), Open Redirects (OR), SQL Injection (SQLi), and Cross-Site Scripting (XSS). This tool was created by AnonKryptiQuz, Coffinxp, Hexsh1dow, and Naho.

Features

  • LFI Scanner: Detect Local File Inclusion vulnerabilities.
  • OR Scanner: Identify Open Redirect vulnerabilities.
  • SQL Scanner: Detect SQL Injection vulnerabilities.
  • XSS Scanner: Identify Cross-Site Scripting vulnerabilities.
  • Multi-threaded scanning: Improved performance through multi-threading.
  • Customizable payloads: Adjust payloads to suit specific targets.
  • Success criteria: Modify success detection criteria for specific use cases.
  • User-friendly command-line interface: Simple and intuitive.
  • Save vulnerable URLs: Option to save the results of vulnerable URLs to a file..

Requirements

  • Python 3.x
  • webdriver_manager==4.0.2
  • selenium==4.24.0
  • aiohttp==3.10.5
  • beautifulsoup4==4.12.3
  • colorama==0.4.6
  • rich==12.6.0
  • requests==2.28.1

Installation

Clone the repository

git clone https://github.com/coffinsp/lostools
cd lostools

Running the Script

To run the script, use the following command:

python xlsNinja.py

Input Information:

  • Input URL/File: You can provide a single URL or an input file containing a list of URLs to scan.
  • Payload File: Select or provide a custom payload file for the type of vulnerability you want to scan for.
  • Success Criteria:: Define the patterns or strings that indicate a successful exploitation attempt.
  • Concurrent Threads:: Set the number of threads for multi-threaded scanning.
  • View and Save Results:: Results will be displayed in real-time as the scan progresses. After the scan completes, you will have the option to save the URLs found to be vulnerable to a file for future reference.

Customization

XlsNinja allows for various levels of customization to fit your specific testing needs:

  • Custom Payloads:: Create or modify payload files to suit specific vulnerability types or applications. Payloads should be tailored to the vulnerability being tested.
  • Success Criteria:: Adjust the success criteria patterns in the tool to identify successful exploitation attempts more accurately. For example, you can modify the tool to check for specific error messages or unique responses.
  • Concurrent Threads:: Control the number of concurrent threads used during the scan to optimize performance based on system resources.

Disclaimer

XlsNinja is intended for educational and ethical hacking purposes only. It should only be used to test systems you own or have explicit permission to test. Unauthorized use on third-party websites or systems without consent is illegal and unethical.

Contributors

  • AnonKryptiQuz
  • Coffinxp
  • Hexsh1dow
  • Naho

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages