Data Extractor v1.2 is a Bash script for extracting sensitive data from websites, including:
- API endpoints
- Emails
- API keys, tokens, and passwords
- JavaScript file links
- Archived API endpoints via Wayback Machine
- Bash-supported OS (Linux/macOS/WSL)
curlcommand-line tool- Internet connection
- Run the script:
chmod +x pata.sh ./pata.sh
- Enter the target URL.
- Extracted data is saved in
extracted_data.txt. - The script displays the number of extracted items.
- Scans website content for sensitive data
- Extracts JavaScript files for hidden information
- Searches archive.org for historical endpoints
- All extracted data is saved in
extracted_data.txt. - Displays total extracted items at the end.
- Use this tool only for ethical and legal purposes.
- The author is not responsible for any misuse.
@ZeroXJacks
