From 89e544c4fd584d50e97e4b7f3cf6d6b4129b08f2 Mon Sep 17 00:00:00 2001 From: nihilist Date: Tue, 21 Jan 2025 08:49:07 +0100 Subject: [PATCH] fix msg --- README.md | 40 +++++++++++++++++++++++++++++++++++----- scripts/lantern.py | 2 +- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cd2644a..7fbd475 100644 --- a/README.md +++ b/README.md @@ -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 -[ Wonderland ] [ /dev/pts/2 ] [/srv/darknet-lantern] +[ Wonderland ] [ /dev/pts/33 ] [/srv/darknet-lantern] → cat ~/.darknet_participant_url -lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion +lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion# ``` - -Run scripts/lantern.py again to start adding websites +This is the file that lantern.py will check to get your instance name the next times you run the script. +Next you can run scripts/lantern.py again to start adding websites: ```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): + ``` diff --git a/scripts/lantern.py b/scripts/lantern.py index 3101cae..9ff3c4e 100644 --- a/scripts/lantern.py +++ b/scripts/lantern.py @@ -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: 1) Add a new Website entry (into unverified.csv)