summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStevan <16517499+stevannestorovic@users.noreply.github.com>2018-09-30 12:45:58 +0200
committerGitHub <noreply@github.com>2018-09-30 12:45:58 +0200
commit0166bc2390a5e4bd064923f51ace36bb8782ac24 (patch)
tree22b7dc412f91baec34b32cf61f6aa8406cf4d75b /README.md
parent526c11f56c285b20fee0942d913b06e8061ac272 (diff)
Added code tags for usage examples.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9823332..a3abe63 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,14 @@ Ports can be either specified as a range (-p 20-100) or separated with a comma (
### Examples
-./tmap -H 1.1.1.1 -p 53,80
+`./tmap -H 1.1.1.1 -p 53,80`
Scans ports 53 and 80 on 1.1.1.1
-./tmap -H facebookcorewwwi.onion -p 80
+`./tmap -H facebookcorewwwi.onion -p 80`
Scan port 80 on facebookcorewwwi.onion
-./tmap -H 192.168.0.1 -p 0-1024 --clearnet
+`./tmap -H 192.168.0.1 -p 0-1024 --clearnet`
Scan ports from 0 to 1024 on 192.168.0.1 without routing traffic through Tor.