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
+18-12
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
_____ _
2
-
(____ \ | |_
3
-
_ \ \ ____| | |_ ____ ___ ____ ____ ____
4
-
| | | / _ ) | _)/ _ |/___)/ ___) _ | _ \
5
-
| |__/ ( (/ /| | |_( ( | |___ ( (__( ( | | | | |
6
-
|_____/ \____)_|\___)_||_(___/ \____)_||_|_| |_|
7
-
8
-
DeltaScan is an advanced port scanning tool designed to detect and report changes in open ports and services over time. It offers scan results manipulation functionalities like export, import, differential check between scans and an interactive shell.
1
+
## Deltascan
2
+
3
+
DeltaScan is an advanced port scanning tool designed to detect and report changes in open ports and services over time. It offers scan results manipulation functionalities like export, import, differential check between scans and an interactive shell.
Listing scan results is a simple query to the deltascan database. The query takes into account the given parameters (`host`, `profile`, `--from-date`, `--to-date`, `--port-type`)
@@ -200,13 +206,13 @@ deltascan>: conf # Display current configuration
200
206
n_diffs: 1
201
207
From date [fdate]: None
202
208
To date [tdate]: None
203
-
suppress: False
209
+
verbose: True
204
210
host: 0.0.0.0
205
211
profile: None
206
-
deltascan>: conf suppress=true # Modify configuration value
212
+
deltascan>: conf verbose=true # Modify configuration value
207
213
deltascan>: view # View result based on current configuration parameters
208
214
# ... Results ...
209
-
deltascan>: diff 1,2 # Difference between previous view results (always use suppress=True to find diff indexes)
215
+
deltascan>: diff 1,2 # Difference between previous view results (always use verbose=False to find diff indexes)
0 commit comments