prod-changes

This commit is contained in:
root 2024-12-29 12:24:45 +01:00
parent 5f222cbfe7
commit a51de38a4c
25 changed files with 479 additions and 306 deletions

View file

@ -4,6 +4,8 @@ import json
import pandas as pd
import glob
#apt install python3-pandas python3-requests python3-socks
def main():
print('[+] ONION UPTIME CHECKER')
@ -12,7 +14,7 @@ def main():
'https': 'socks5h://127.0.0.1:9050'
}
for csvfile in glob.glob("/srv/onion-uptime/www/links/*.csv"):
for csvfile in glob.glob("/srv/darknet-onion-webring/www/links/*.csv"):
print('[+] Reading the CSV File:', csvfile)
df = pd.read_csv(csvfile)