Tool Link : https://github.com/coffinxp/lostools
git clone https://github.com/coffinxp/lostools.git
cd lostools
pip3 install -r requirements.txt
python3 loxs.py
Input Information Input URL/File Provide a single URL or an input file containing multiple URLs for scanning. Payload File Select or provide a custom payload file for the specific type of vulnerability scanning. Success Criteria Define patterns or strings indicating a successful exploitation attempt. Concurrent Threads Set the number of threads for multi-threaded scanning. View and Save Results Display results in real-time during the scan, and save vulnerable URLs for future use.
CustomizationCustom Payloads Modify or create payload files for different vulnerability types to target specific apps. Success Criteria Adjust the tool's success patterns to more accurately detect successful exploitations. Concurrent Threads Control the number of threads used during the scan for performance optimization. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo 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
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
Tags:
Tools