JMousqueton / ransomware.live

🏴‍☠️💰 Another Ransomware gang tracker
https://www.ransomware.live
The Unlicense
93 stars 14 forks source link

How to install it? #97

Open sandyboxy opened 5 months ago

sandyboxy commented 5 months ago

Hello, is there a tutorial to install it? Maybe using docker? Thanks.

JMousqueton commented 5 months ago

Hi,

No tutorial yet. and no docker version neither.

But basically the steps are : 1) clone the repository 2) check you have installed python3.10 minimum 3) install dependancy pip3 install -r requirement.txt 4) install and start a Tor proxy 5) launch every 90 min ./run.sh

It will generate all pages in ./docs/

Then you need a web server (nginx, httpd, ...)

If you need the api server ... it's in https://github.com/jmousqueton/api.ransomware.live

I'll leave this issue open to remind me to write a proper install guide ... one day ;)

ephedan commented 5 months ago

Bonjour.

Un tuto ça serais top ! So vous avez besoin d'aide, je vous propose ma contribution.

JMousqueton commented 5 months ago

Merci @ephedan

J'ai un gros travail pour revoir le code avant de pouvoir faire une procédure d'installation propre.

Mais je me note de faire une procédure d'installation

wabass commented 4 months ago

@JMousqueton any updated version of your guide? :D

JMousqueton commented 4 months ago

Not yet. I would like to optimise and clean the code first. I'm not a native developer :)

I've a target for end of April.

sandyboxy commented 1 month ago

Hi @JMousqueton, do you have any news about the tutorial? :)

May I know how you scrape sites with captcha or CF? Thanks.