mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
updated readme + rootpath
This commit is contained in:
parent
3af5f85e3d
commit
7e765c9c02
3 changed files with 36 additions and 6 deletions
|
@ -9,7 +9,7 @@ def main():
|
|||
'https': 'socks5h://127.0.0.1:9050'
|
||||
}
|
||||
|
||||
rootpath='/srv/darknet-onion-webring/'
|
||||
rootpath='/srv/darknet-lantern/'
|
||||
urlpath=pwd.getpwuid(os.getuid()).pw_dir+"/.darknet_participant_url"
|
||||
#print(urlpath)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ def main():
|
|||
print('[+] ONION UPTIME CHECKER')
|
||||
|
||||
# TODO get the instance name and exit if its not there
|
||||
rootpath='/srv/darknet-onion-webring/'
|
||||
rootpath='/srv/darknet-lantern/'
|
||||
urlpath=pwd.getpwuid(os.getuid()).pw_dir+"/.darknet_participant_url"
|
||||
#print(urlpath)
|
||||
|
||||
|
@ -45,7 +45,7 @@ def main():
|
|||
csvfiles2check=['verified.csv','unverified.csv','webring-participants.csv']
|
||||
csvfiles2sortcat=['verified.csv','unverified.csv']
|
||||
|
||||
#for csvfile in glob.glob("/srv/darknet-onion-webring/www/links/*.csv"):
|
||||
#for csvfile in glob.glob("/srv/darknet-lantern/www/links/*.csv"):
|
||||
for csvfilename in csvfiles2check:
|
||||
csvfile = instancepath+csvfilename
|
||||
print('[+] Reading the CSV File:', csvfile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue