dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 32
- Reaction score
- 45,552
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
URL-CRAWLER V1.0.0
URL-CRAWLER is a Python script that extracts all third-party links from a given domain. It uses the BeautifulSoup library to parse the HTML and filter out links that belong to the same domain as the original domain.
URL-CRAWLER is a Python script that extracts all third-party links from a given domain. It uses the BeautifulSoup library to parse the HTML and filter out links that belong to the same domain as the original domain.
Code:
# Extract links from a single domain and display them in the console
python urlcrawler.py -d example.com
# Extract links from a single domain and save them to a file
python urlcrawler.py -d example.com -o links.txt
# Extract links from multiple domains and save them to a file
python urlcrawler.py -t -o links.txt
# Extract links from a single domain and display their status codes in the console
python urlcrawler.py -d example.com -s
#For more detailed usage instructions, run the script with the -h or --help option.
To see this hidden content, you must like this content.