ScreenCap is a Python application designed to capture screenshots and page source code from URLs quickly and efficiently. It utilizes Selenium and threading to speed up the process and can be customized by passing a wordlist containing the target URLs.
- Captures screenshots of URLs.
- Saves the page source of visited pages.
- Uses threading to increase efficiency.
- Customizable through a wordlist.
- Clone the repository:
git clone https://github.com/kelly-blue/ScreenCap.git
- Navigate to the directory:
cd ScreenCap
- Install dependencies:
pip3 install -r requirements.txt
orpip install -r requirements.txt
- Run the tool:
python3 screencap.py -w wordlist.txt
-w, --wordlist
: Path to the URL wordlist.-o, --output
: Path to the output directory (default: output).
python3 screencap.py -w urls.txt -o output_folder
Contributions are welcome! Feel free to open issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.