Skip to content

Commit ff020bc

Browse files
authored
Merge branch 'master' into master
2 parents 27cf5bc + 3e3e86b commit ff020bc

File tree

4 files changed

+3
-85
lines changed

4 files changed

+3
-85
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This tool can be used and copied for personal use freely however attribution and
3535
| --no-udp | Disable UDP service scanning, which is ON by default. |
3636

3737
## Usage Examples
38-
_Note that these are some examples to give you insight into potential use cases for this tool. Command lines can be added or removed based on what you wish to acomplish with your scan._
38+
_Note that these are some examples to give you insight into potential use cases for this tool. Command lines can be added or removed based on what you wish to accomplish with your scan._
3939

4040
### Scan a single host, create a file structure and discover services
4141
```

reconnoitre.pyproj

Lines changed: 0 additions & 59 deletions
This file was deleted.

reconnoitre.sln

Lines changed: 0 additions & 23 deletions
This file was deleted.

reconnoitre/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"nikto -h $ip -p $port -output $outputdir/$ip_$port_nikto.txt",
1616
"curl -i $ip:$port",
1717
"w3m -dump $ip/robots.txt | tee $outputdir/$ip_$port_robots.txt",
18-
"vhostscan -t $ip -o $outputdir/$ip_$port_vhosts.txt"
18+
"VHostScan -t $ip -oN $outputdir/$ip_$port_vhosts.txt"
1919
]
2020
}
2121
]
@@ -351,4 +351,4 @@
351351
]
352352
}
353353
}
354-
}
354+
}

0 commit comments

Comments
 (0)