Update README.md
This commit is contained in:
parent
84b16b96aa
commit
44af8bb9a2
@ -36,7 +36,7 @@ run scripts/crawler.js --not-rooted /scripts/rootkit.js {{TARGET}}
|
|||||||
|
|
||||||
# Find the most profitable server & use the crawler to deploy miners on the network targeting it
|
# Find the most profitable server & use the crawler to deploy miners on the network targeting it
|
||||||
run scripts/find-target.js # Output: n00dles
|
run scripts/find-target.js # Output: n00dles
|
||||||
run scriipts/crawler.js --rooted /scripts/miner.js n00dles
|
run scriipts/crawler.js --rooted --remote-exec /scripts/miner.js n00dles
|
||||||
|
|
||||||
# Install backdoor on CSEC
|
# Install backdoor on CSEC
|
||||||
run scripts/rootkit.js CSEC
|
run scripts/rootkit.js CSEC
|
||||||
@ -123,8 +123,8 @@ Options:
|
|||||||
-c --cpu Number of CPU threads to use with script
|
-c --cpu Number of CPU threads to use with script
|
||||||
-d --depth Depth to scan to, defaults to 3
|
-d --depth Depth to scan to, defaults to 3
|
||||||
-k --kill Kill all scripts running on device
|
-k --kill Kill all scripts running on device
|
||||||
-l --level Exclude targets with higher hack level, defaults to current hack level
|
-l --level Exclude targets with higher hack level, defaults to current hack level
|
||||||
-e --remote-exec Copy script to remote device & run there
|
-e --remote-exec Copy script to remote device & run there
|
||||||
-r --rooted Filter to devices that have been rooted
|
-r --rooted Filter to devices that have been rooted
|
||||||
-n --not-rooted Filter to devices that have not been rooted
|
-n --not-rooted Filter to devices that have not been rooted
|
||||||
-p --ports Exclude targets with too many closed ports
|
-p --ports Exclude targets with too many closed ports
|
||||||
|
Loading…
Reference in New Issue
Block a user