mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
official 1.0.0 release
This commit is contained in:
parent
c721851689
commit
3b29df93a7
1 changed files with 53 additions and 22 deletions
75
README.md
75
README.md
|
@ -1,7 +1,8 @@
|
|||
# [Darknet Lantern Project](http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
|
||||

|
||||
|
||||
Check out the blogpost i wrote about the Darknet Lantern [here](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html)
|
||||
To explain the full context on why this project is relevant in the darknet ecosystem, check out [this tutorial](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetexploration/index.html)
|
||||
For a full step-by-step tutorial on how to setup your own Darknet lantern, check out [this tutorial](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html)
|
||||
|
||||
Feel free to join our [Darknet Exploration SimpleX chatroom](https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FDkWtBNDdIPVjaap5trLwtmBBEUjyqxSZ%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAcQLIsWEJ0xCv9sMSYVQV_sfMTkK_pisAtN55jgH08T8%253D%26srv%3Dt3srl5etd5y7nfvamlkdsjmm2okfu7db2jp4crxvf3tkwo42odme3kid.onion&data=%7B%22groupLinkId%22%3A%22iK4_U76rW6AdmZZfgVDDVQ%3D%3D%22%7D)to talk about the project, and to let me know if you are running a Darknet Lantern instance and want to join the Darknet Webring.
|
||||
|
||||
|
@ -51,9 +52,60 @@ This is also the reason why there is a blacklist.csv file. That way, if there ar
|
|||
|
||||
Using the blacklist.csv file you can list blacklisted words, links and even links to blacklisted webring participants, that will automatically be removed if encountered by the python scripts.
|
||||
|
||||
# Roadmap
|
||||
## Previous Versions:
|
||||
```
|
||||
V0.3:
|
||||
- py : option 6) Trust/Untrust/Blacklist a webring participant
|
||||
- php : make a search engine prompt that only accepts [a-zA-Z.://], it must refuse every other character
|
||||
- py : fix uptimecheck.py to match the new csv format
|
||||
- php : if valid make it filter your own verified.csv and unverified.csv files
|
||||
|
||||
V0.6:
|
||||
- py : option 9) cleanup all duplicates in your own unverified.csv and verified.csv
|
||||
- py : option 10) perform sanity checks on all csv files (to mark them as sensitive or remove the ones that are blacklisted)
|
||||
- py : option 7) Add/Remove words in the sensitive list
|
||||
- py : option 8) Add/Remove words in the blacklist
|
||||
|
||||
V0.8:
|
||||
- manual work: fit all the existing links into the current format one by one
|
||||
- php/css: make the search page preety
|
||||
- doc: redo the documentation for the project
|
||||
|
||||
v0.9
|
||||
- harden the python code to make sure that the user filters out malicious inputs from other webring participants
|
||||
- harden the PHP code to prevent any malicious php code from being ran from csv files even if that shouldnt be possible
|
||||
```
|
||||
|
||||
## Current Version:
|
||||
```
|
||||
V1.0.0:
|
||||
- doc: finish the blogpost about it
|
||||
- release it officially to try and onboard the first webring participants
|
||||
```
|
||||
|
||||
## Future Versions:
|
||||
```
|
||||
V1.0.1:
|
||||
- py: refactor/simplify the lantern.py script wherever possible (assigned to Sovereignty)
|
||||
|
||||
V1.0.2:
|
||||
- php: find a way to display the description for each link
|
||||
- py: merge the option 2 and 3 together, and repurpose option 3 to become "edit links attributes"
|
||||
|
||||
V1.0.3"
|
||||
- csv+php: figure out how to display other webrings ? like the lainchan webring
|
||||
|
||||
V1.0.4:
|
||||
- csv+php: figure out how to expand the software to include simplex chat links
|
||||
```
|
||||
|
||||
|
||||
|
||||
## How can I setup my own Darknet Lantern ?
|
||||
For the full step-by-step tutorial on how to setup your own Darknet lantern (with the screenshots), check out [this tutorial](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html)
|
||||
|
||||
|
||||
We'll first cover how you can run your own Darknet Lantern instance, In short you'll need the latest debian (which is debian 12 currently), Tor, php8.2-fpm, python and a few python libraries that you'll install via the apt package manager.
|
||||
|
||||
|
||||
|
@ -772,25 +824,4 @@ There are no rights reserved, the entire project is public domain (Creative Comm
|
|||
Across the entirety of all Darknet Lantern instances and all of the lists of links listed therein, the sole purpose of providing links to various darknet websites is strictly for informative and educative purposes. The administrator(s) of this darknet lantern instance decline any and all responsibility regarding any physical, digital and psychological damage caused by any of the listed websites, as the responsibility of such acts remain with the perpetrating third-party. By using this service, you permanently, irrevocably, and world-widely agree that the administrators of any darknet lantern instances aren't to be held responsible in any way for anything that another website ever did or will ever do, even if the link to that third-party website has been, is, or will ever be listed on any darknet lantern instance.
|
||||
|
||||
```
|
||||
## TODOLIST: 99% completed
|
||||
```
|
||||
# Main features:
|
||||
DONE:
|
||||
-py : option 6) Trust/Untrust/Blacklist a webring participant
|
||||
-php : make a search engine prompt that only accepts [a-zA-Z.://], it must refuse every other character
|
||||
-py : fix uptimecheck.py to match the new csv format
|
||||
-php : if valid make it filter your own verified.csv and unverified.csv files
|
||||
-py : option 9) cleanup all duplicates in your own unverified.csv and verified.csv
|
||||
-py : option 10) perform sanity checks on all csv files (to mark them as sensitive or remove the ones that are blacklisted)
|
||||
-py : option 7) Add/Remove words in the sensitive list
|
||||
-py : option 8) Add/Remove words in the blacklist
|
||||
-manual work: fit all the existing links into the current format one by one
|
||||
-php/css: make the search page preety
|
||||
-doc: redo the documentation for the project
|
||||
|
||||
TODO:
|
||||
-doc: finish the blogpost about it (need webring participants that want to participate)
|
||||
-release it officially
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue