Skip to content

Commit 3cd6af5

Browse files
committed
updated readme
1 parent 2e29d89 commit 3cd6af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A framework for identifying and launching exploits against internal network host
33

44
## How does it work?
55
Upon loading the sonar.js payload in a modern web browser the following will happen:
6-
* sonar.js will use WebRTC to enumerate what internal IPs the user loading the payload has.
6+
* sonar.js will use WebRTC to enumerate what internal IPs the user loading the payload has, assuming a /24 subnet size unless a target subnet or subnet size has been specified.
77
* sonar.js then attempts to find live hosts on the internal network via WebSockets.
88
* If a live host is found, sonar.js begins to attempt to fingerprint the host by linking to it via ```<img src="x">``` and ```<link rel="stylesheet" type="text/css" href="x">``` and hooking the ```onload``` event. If the expected resources load successfully it will trigger the pre-set JavaScript callback to start the user-supplied exploit.
99

0 commit comments

Comments
 (0)