diff --git a/README.md b/README.md index 9bc5ab4..27a19d3 100644 --- a/README.md +++ b/README.md @@ -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 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 run scripts/rootkit.js CSEC @@ -123,8 +123,8 @@ Options: -c --cpu Number of CPU threads to use with script -d --depth Depth to scan to, defaults to 3 -k --kill Kill all scripts running on device - -l --level Exclude targets with higher hack level, defaults to current hack level - -e --remote-exec Copy script to remote device & run there + -l --level Exclude targets with higher hack level, defaults to current hack level + -e --remote-exec Copy script to remote device & run there -r --rooted Filter to devices that have been rooted -n --not-rooted Filter to devices that have not been rooted -p --ports Exclude targets with too many closed ports