mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 19:06:41 +00:00
Started refactoring 9
This commit is contained in:
parent
a2409ac83e
commit
7e6b75ec9d
2 changed files with 81 additions and 11 deletions
|
@ -1002,6 +1002,7 @@ Maintenance:
|
|||
|
||||
case 9:
|
||||
print_colors("[+] 9) Cleaning up all duplicates in your own unverified + verified.csv (based on the url)")
|
||||
|
||||
for w in ['verified.csv', 'unverified.csv']:
|
||||
csvfilepath = os.path.join(instancepath, w)
|
||||
print_colors(f"Processing file: {csvfilepath}")
|
||||
|
@ -1022,6 +1023,7 @@ Maintenance:
|
|||
|
||||
case 10:
|
||||
print_colors("[+] 10) perform sanity checks on all csv files (to mark them as sensitive / or remove the ones that are blacklisted)")
|
||||
|
||||
participantspath = rootpath+'www/participants/'
|
||||
for participant in os.listdir(participantspath):
|
||||
print_colors(f"Participant: {participant}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue