mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
prod-changes
This commit is contained in:
parent
5f222cbfe7
commit
a51de38a4c
25 changed files with 479 additions and 306 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue