It's a web scraping tool, that harvests social media links.
-
The input can be done in the command line or after you run the script:
-
The input can be of three types:
-
URL (contains HTTP:// or HTTPS:// or www. or combination between them).
-
domain (ex: megacorpone.com).
- will try to scrap it as it is first then try all the different combinations until it finds a valid one.
-
Ip (ex: 127.0.0.1).
-
The script has a whiteList that filters the links that we are interested in (you can add or remove elements to it).
The script has a blacklist that filters the links that contains any of the keywords in there subdirectory filtering any non profile url
(you can add or remove elements to it).












