mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
fixed the blacklisting of instances
This commit is contained in:
parent
f22515de6f
commit
d662fb67d3
12 changed files with 35 additions and 61 deletions
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
# Main features:
|
# Main features:
|
||||||
DOING:
|
DONE:
|
||||||
-py : option 6) Trust/Untrust/Blacklist a webring participant
|
-py : option 6) Trust/Untrust/Blacklist a webring participant
|
||||||
|
|
||||||
TODO:
|
DOING:
|
||||||
-py : option 7) Add/Remove words in the sensitive list (assigned to anon)
|
-py : option 7) Add/Remove words in the sensitive list (assigned to anon)
|
||||||
-py : option 8) Add/Remove words in the blacklist (assigned to anon)
|
-py : option 8) Add/Remove words in the blacklist (assigned to anon)
|
||||||
|
|
||||||
|
TODO:
|
||||||
-php : make a search engine prompt that only accepts [a-zA-Z.://], it must refuse every other character
|
-php : make a search engine prompt that only accepts [a-zA-Z.://], it must refuse every other character
|
||||||
-php : if valid make it search your own verified.csv and unverified.csv files
|
-php : if valid make it search your own verified.csv and unverified.csv files
|
||||||
|
|
||||||
|
|
|
@ -612,12 +612,14 @@ Maintenance:
|
||||||
# if user wants to proceed, mark the "trusted" column as V
|
# if user wants to proceed, mark the "trusted" column as V
|
||||||
print("[+] Trusting webring participant", wdf.at[index,"URL"])
|
print("[+] Trusting webring participant", wdf.at[index,"URL"])
|
||||||
wdf.at[index,"Trusted"]='✔️'
|
wdf.at[index,"Trusted"]='✔️'
|
||||||
|
wdf.to_csv(webringcsvfile, index=False)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("[-] not trusting webring participant, skipping.")
|
print("[-] not trusting webring participant, skipping.")
|
||||||
if choice == "2":
|
if choice == "2":
|
||||||
print("[+] UnTrusting webring participant", wdf.at[index,"URL"])
|
print("[+] UnTrusting webring participant", wdf.at[index,"URL"])
|
||||||
wdf.at[index,"Trusted"]=''
|
wdf.at[index,"Trusted"]=''
|
||||||
|
wdf.to_csv(webringcsvfile, index=False)
|
||||||
# untrust the webring participant
|
# untrust the webring participant
|
||||||
# if 2: mark the "trusted" column as empty
|
# if 2: mark the "trusted" column as empty
|
||||||
if choice == "3":
|
if choice == "3":
|
||||||
|
@ -678,11 +680,31 @@ Maintenance:
|
||||||
print(uvdf)
|
print(uvdf)
|
||||||
rows2delete= [] # it is an empty list at first
|
rows2delete= [] # it is an empty list at first
|
||||||
|
|
||||||
# TODO find all rows that match with the instance name in wdf aswell
|
# find all rows that match with the instance name in wdf aswell to remove them
|
||||||
wdf.drop(index, inplace= True)
|
for i,j in wdf.iterrows():
|
||||||
wdf.to_csv(webringcsvfile, index=False)
|
row=wdf.loc[i,:].values.tolist()
|
||||||
print(wdf)
|
for k,l in bldf.iterrows():
|
||||||
# TODO remove the entire directory in www/participants/INSTANCENAME
|
#print("[+] Blacklisted word=",k, bldf.at[k, 'blacklisted-words'])
|
||||||
|
blword=bldf.at[k, 'blacklisted-words']
|
||||||
|
if any(blword in str(x) for x in row) == True:
|
||||||
|
#print("found blacklisted word! marking row for deletion")
|
||||||
|
if i not in rows2delete:
|
||||||
|
print("Marking row", i,"for deletion, as it matches with a blacklisted word")
|
||||||
|
rows2delete.append(i) #mark the row for deletion if not already done
|
||||||
|
for i in rows2delete:
|
||||||
|
row=wdf.loc[i,:].values.tolist()
|
||||||
|
print('[+] REMOVING ROW :',i,row)
|
||||||
|
wdf.drop(i, inplace= True)
|
||||||
|
wdf.to_csv(webringcsvfile, index=False)
|
||||||
|
print(wdf)
|
||||||
|
rows2delete= [] # it is an empty list at first
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# remove the entire directory in www/participants/INSTANCENAME aswell to get rid of it
|
||||||
|
instance2blacklistpath=rootpath+'www/participants/'+instance2blacklist
|
||||||
|
print("[+] removing the participant's directory at ",instance2blacklistpath)
|
||||||
|
shutil.rmtree(instance2blacklistpath)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
|
@ -1,2 +0,0 @@
|
||||||
blacklisted-words
|
|
||||||
porn
|
|
|
|
@ -1,5 +0,0 @@
|
||||||
sensitive-words
|
|
||||||
Market
|
|
||||||
market
|
|
||||||
drug
|
|
||||||
|
|
|
|
@ -1,3 +0,0 @@
|
||||||
blacklisted-words
|
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
|
||||||
porn
|
|
|
|
@ -1 +0,0 @@
|
||||||
Instance,Category,Name,URL,Sensitive,Description,Status,Score
|
|
|
|
@ -1,25 +0,0 @@
|
||||||
Name,URL,Description,Trusted,Status,Score
|
|
||||||
,webring.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion,,,,
|
|
||||||
,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,First instance,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,First webring participant,,,
|
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,New webring participant,,,
|
|
||||||
Nowhere,http://uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Darknet Webring Onion Participant,✔️,✔️,100.0
|
|
|
|
@ -1,7 +1,2 @@
|
||||||
blacklisted-words
|
blacklisted-words
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
|
||||||
porn
|
porn
|
||||||
|
|
|
|
@ -1,2 +1,3 @@
|
||||||
Instance,Category,Name,URL,Sensitive,Description,Status,Score
|
blacklisted-words
|
||||||
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlidruga7fkirfsnfizflqd.onion,Infos and Links,Tor Taxi,http://tortaxi2dev6xjwbaydqzla77rrnth7yn2oqzjfmiuwn5h6vsk2a4syd.onion/,✔️,List of links to go to popular darknet places,✔️,500.0
|
uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
||||||
|
porn
|
||||||
|
|
|
|
@ -1,11 +1 @@
|
||||||
Instance,Category,Name,URL,Sensitive,Description,Status,Score
|
Instance,Category,Name,URL,Sensitive,Description,Status,Score
|
||||||
FIRSTherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,Psychonaut Wiki,http://vvedndyt433kopnhv6vejxnut54y5752vpxshjaqmj7ftwiu6quiv2ad.onion/,,"This is the wiki for psychonauts, it contains infos on substances and trip reports",✔️,100.0
|
|
||||||
somewherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,1DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
somewherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,2DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
somewherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,3DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
somewh3refoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,4DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
somewherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,5DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
somewherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,6DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
somewherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,7DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
nowherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,8DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,General guide on how to navigate the Darknet to buy drugs,✔️,100.0
|
|
||||||
LASTherefoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,Infos and Links,Psychonaut Wiki,http://vvedndyt433kopnhv6vejxnut54y5752vpxshjaqmj7ftwiu6quiv2ad.onion/,,"This is the wiki for psychonauts, it contains infos on substances and trip reports",✔️,100.0
|
|
||||||
|
|
|
|
@ -1,6 +1,7 @@
|
||||||
Name,URL,Description,Trusted,Status,Score
|
Name,URL,Description,Trusted,Status,Score
|
||||||
,webring.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion,,,,
|
,webring.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion,,,,
|
||||||
,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,✔️,,
|
||||||
|
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
||||||
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
Nowhere,uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,,,,
|
||||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue