├── LinkSniper.py ├── README.md └── requirements.txt /LinkSniper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x802/LinkSniper/HEAD/LinkSniper.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x802/LinkSniper/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | tldextract 2 | bs4 3 | httpx 4 | --------------------------------------------------------------------------------