This commit is contained in:
nihilist 2025-01-21 08:49:07 +01:00
parent b9b3b9f4bd
commit 89e544c4fd
2 changed files with 36 additions and 6 deletions

View file

@ -128,16 +128,46 @@ lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
``` ```
Validate that ~/darknet_participant_url has been created In another terminal you can validate that ~/darknet_participant_url has been created properly:
```sh ```sh
[ Wonderland ] [ /dev/pts/2 ] [/srv/darknet-lantern] [ Wonderland ] [ /dev/pts/33 ] [/srv/darknet-lantern]
→ cat ~/.darknet_participant_url → cat ~/.darknet_participant_url
lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion#
``` ```
This is the file that lantern.py will check to get your instance name the next times you run the script.
Run scripts/lantern.py again to start adding websites Next you can run scripts/lantern.py again to start adding websites:
```sh ```sh
[ Wonderland ] [ /dev/pts/20 ] [/srv/darknet-lantern]
→ python3 scripts/lantern.py
[+] Instance Name: lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion True
[+] file exists, your Webring URL is lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
[+] Welcome to the Darknet Onion Webring, where you are exploring the Darknet and helping others do the same.
Managing Websites:
1) Add a new Website entry (into unverified.csv)
2) Trust a Website entry (move an entry from unverified to verified.csv)
3) Untrust a Website entry (move an entry from unverified to verified.csv)
Managing Webring Participants:
4) Synchronize new links from existing webring participants, into your unverified.csv file
5) Add a new webring participant (and download their files into their directory (without trusting them yet!))
6) Trust/UnTrust/Blacklist a webring participant (Potentially dangerous)
Managing Wordlists:
7) Add/Remove Words/URLs in the sensitive list (ex: drug)
8) Add/Remove Words/URLs or links in the blacklist (ex: porn)
Maintenance:
9) Remove the duplicate URLs for your own instance
10) Perform sanity checks on all csv files for all instances (to mark them as sensitive / or remove the ones that are blacklisted)
0) Exit
Select Option? (0-11):
``` ```

View file

@ -90,7 +90,7 @@ def main():
[+] Welcome to the Darknet Onion Webring, where you are exploring the Darknet and helping others do the same. [+] Welcome to your own Darknet Lantern Instance, where you can explore the Darknet and help others do the same.
Managing Websites: Managing Websites:
1) Add a new Website entry (into unverified.csv) 1) Add a new Website entry (into unverified.csv)