Skip to content

SirSlammington/the-pack-rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Pack Rat

The Pack Rat is a basic Python 3.10+ web scraping utility that can be used to fetch and compile information like emails, phone numbers, and IPv4 addresses that render on a targetted URL. It will fetch every instance of the specified information it locates, and print it to stdout. You can also save the data found in a .txt, .xml, .csv, or .json file.

Installation

git clone https://github.com/SirSlammington/the-pack-rat
python3 setup.py

Usage

python3 thepackrat.py -u https://example.com -d email -x txt

Custom Regex

python3 thepackrat.py -u https://example.com -r regex -x txt

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages