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: example.htm
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,12 @@
8
8
<script>
9
9
// sonar.js loading a fingerprint database from fingerprint_db.js
10
10
sonar.load_fingerprints(fingerprints);
11
-
// If 'true' is passed to the start() function sonar will run in debug mode. This causes an alert() on device enumeration.
11
+
// If 'true' is passed to the start() function sonar will run in debug mode. This causes an alert() on device enumeration and for the IP range to be scanned.
12
12
sonar.start(true,2000);
13
+
14
+
// It's also possible to specify a target or subnet size
0 commit comments