|
|
@ -29,17 +29,17 @@ baseURL = 'http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion |
|
|
|
|
|
|
|
# Opens Tor Browser, crawls the website |
|
|
|
def startCrawling(): |
|
|
|
# opentor() |
|
|
|
opentor() |
|
|
|
marketName = getMKTName() |
|
|
|
# driver = getAccess() |
|
|
|
driver = getAccess() |
|
|
|
|
|
|
|
# if driver != 'down': |
|
|
|
# try: |
|
|
|
# login(driver) |
|
|
|
# crawlForum(driver) |
|
|
|
# except Exception as e: |
|
|
|
# print(driver.current_url, e) |
|
|
|
# closetor(driver) |
|
|
|
if driver != 'down': |
|
|
|
try: |
|
|
|
login(driver) |
|
|
|
crawlForum(driver) |
|
|
|
except Exception as e: |
|
|
|
print(driver.current_url, e) |
|
|
|
closetor(driver) |
|
|
|
|
|
|
|
new_parse(marketName, baseURL, False) |
|
|
|
|
|
|
@ -211,27 +211,27 @@ def getInterestedLinks(): |
|
|
|
links = [] |
|
|
|
|
|
|
|
# # Civil Software |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/civil_softwares') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/civil_softwares') |
|
|
|
# # Tutorials - Carding |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/carding') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/carding') |
|
|
|
# # Digital - Hacks |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/hacks') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/hacks') |
|
|
|
# Digital - Exploit Kit |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/exploit_kit') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/exploit_kit') |
|
|
|
# # 0Day |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/0day') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/0day') |
|
|
|
# Digital Forensics |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/digital_forensics') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/digital_forensics') |
|
|
|
# Tutorials - Mining |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/mining') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/mining') |
|
|
|
# Tutorials - Worms |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/worms') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/worms') |
|
|
|
# Tutorials - Viruses |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/viruses') |
|
|
|
# Tutorials - Trojans |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/trojans') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/trojans') |
|
|
|
# Tutorials - Botnets |
|
|
|
# links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/botnets') |
|
|
|
links.append('http://mipx6eedtsvfgfcmbm3utjedgjez2w4dzjdrbhtd2mt3cicwhhzspxqd.onion/category/botnets') |
|
|
|
|
|
|
|
return links |
|
|
|
|
|
|
|