Best tool for finding SQLi,XSS,LFi,OpenRedirect

Tool Link : https://github.com/coffinxp/lostools

Installation

Clone the repository


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

Install the requirements

pip3 install -r requirements.txt

Run the Script

python3 loxs.py
Input Information
Input URL/FileProvide a single URL or an input file containing multiple URLs for scanning.
Payload FileSelect or provide a custom payload file for the specific type of vulnerability scanning.
Success CriteriaDefine patterns or strings indicating a successful exploitation attempt.
Concurrent ThreadsSet the number of threads for multi-threaded scanning.
View and Save ResultsDisplay results in real-time during the scan, and save vulnerable URLs for future use.


Customization
Custom PayloadsModify or create payload files for different vulnerability types to target specific apps.
Success CriteriaAdjust the tool's success patterns to more accurately detect successful exploitations.
Concurrent ThreadsControl the number of threads used during the scan for performance optimization.



Chrome Installation


wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
  • If you encounter any errors during installation, use the following command:
sudo apt -f install
sudo dpkg -i google-chrome-stable_current_amd64.deb

Chrome Driver Installation


wget https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.119/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
cd chromedriver-linux64 
sudo mv chromedriver /usr/bin

Post a Comment

Previous Post Next Post