You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-16Lines changed: 23 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
> You can also contact the developer via e-mail: osint.technologies@gmail.com
27
27
28
28
29
-
##About DPULSE
29
+
# About DPULSE
30
30
31
31
DPULSE is a software solution for conducting OSINT research in relation to a certain domain. Using this software you can extract useful information such as:
32
32
1. WHOIS information
@@ -42,37 +42,44 @@ DPULSE is a software solution for conducting OSINT research in relation to a cer
42
42
All these results are compiled into an easy-to-read PDF or XLSX report by category.
43
43
44
44
45
-
## How to install DPULSE
46
-
45
+
# How to install and run DPULSE
47
46
48
47
> **Attention every DPULSE user! You DON'T NEED TO INSTALL WKHTMLTOPDF ANYWHERE if you cloned repository with last updates from June 18, 2024! Also don't forget to install new requirements! When v1.0.3 will be released, we strongly recommend you to update!**
49
48
49
+
## _Recommended ways_
50
+
51
+
Since DPULSE repository is using Poetry to manage dependencies, it is higly recommended to install and start DPULSE using Poetry, especially on Linux systems where a lot of Python packages which DPULSE requires are preinstalled.
52
+
53
+
### First way (recommended on every OS, using Poetry)
50
54
51
-
### First way
55
+
Use this set of commands to get guaranteed start on Windows and Linux systems:
Then you just unpack the archive, open terminal in DPULSE root folder and use `pip install -r requirements.txt` to install requirements.
69
+
Then you just unpack the archive, open terminal in DPULSE root folder and use `pip install -r requirements.txt`command to install requirements. Then type `python dpulse.py` in terminal, and that's where program starts.
58
70
59
-
### Second way
71
+
You also can use this way with some different approach using this set of commands:
60
72
61
-
Cloning GitHub repository and requirements, you can do it using 3 simple commands:
Install using pip manager using this command: `pip install dpulse`
72
-
73
-
## DPULSE demos
80
+
# DPULSE demos
74
81
75
-
### You can start DPULSE and see the main menu on the screen using `python dpulse.py` command in DPULSE root folder.
82
+
### You can start DPULSE and see the main menu on the screen using `python dpulse.py` command in DPULSE root folder. Don't forget to install all requirements before starting DPULSE
0 commit comments