Skip to content

Commit b7db65c

Browse files
authored
Update README.md
1 parent a0ec25a commit b7db65c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AutoSploit
22

3-
As the name might suggest AutoSploit attempts to automate the exploitation of remote hosts. Targets are collected automatically as well by employing the Shodan.io API. The program allows the user to enter their platform specific search query such as; 'Apache', 'IIS', etc, upon which a list of candidates will be retrieved.
3+
As the name might suggest AutoSploit attempts to automate the exploitation of remote hosts. Targets are collected automatically as well by employing the Shodan.io API. The program allows the user to enter their platform specific search query such as; `Apache`, `IIS`, etc, upon which a list of candidates will be retrieved.
44

55
After this operation has been completed the 'Exploit' component of the program will go about the business of attempting to exploit these targets by running a series of Metasploit modules against them. Which Metasploit modules will be employed in this manner is determined by programatically comparing the name of the module to the initial search query. However, I have added functionality to run all available modules against the targets in a 'Hail Mary' type of attack.
66

@@ -44,10 +44,10 @@ Should you find you do not have these installed get them with pip like so.
4444
pip install shodan
4545
pip install blessings
4646
```
47-
Since the program invokes functionality from the Metasploit Framework you need to have this installed get it from Rapid7 by clicking (here)[https://www.rapid7.com/products/metasploit/].
47+
Since the program invokes functionality from the Metasploit Framework you need to have this installed get it from Rapid7 by clicking [here](https://www.rapid7.com/products/metasploit/).
4848

4949
### Note
50-
While this isn't exactly a Beta release it is an early release nonetheless as such the tool might be subject to changes in the future. If you happen to encounter a bug or would like to contribute to the tool's improvement please feel free to (Open a Ticket)[https://github.com/NullArray/AutoSploit/issues] or (Submit a Pull Request)[https://github.com/NullArray/AutoSploit/pulls]
50+
While this isn't exactly a Beta release it is an early release nonetheless as such the tool might be subject to changes in the future. If you happen to encounter a bug or would like to contribute to the tool's improvement please feel free to [Open a Ticket](https://github.com/NullArray/AutoSploit/issues] or [Submit a Pull Request](https://github.com/NullArray/AutoSploit/pulls)
5151

5252
Thanks.
5353

0 commit comments

Comments
 (0)