You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,17 @@ pip install blessings
49
49
Since the program invokes functionality from the Metasploit Framework you need to have this installed also.
50
50
Get it from Rapid7 by clicking [here](https://www.rapid7.com/products/metasploit/).
51
51
52
-
### Note
53
-
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)
54
52
55
53
### Active Development
54
+
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.
55
+
56
56
I've been working on the new version of the tool in an open source capacity with the help of a number of developers
57
57
that have expressed an interest in doing so. The new version will include extra features such as the ability to load in a custom target and exploit list among many more enhancements. If you would like to keep up to date on all the most recent developments be sure to check out the [Development Branch](https://github.com/NullArray/AutoSploit/tree/dev-beta)
58
58
59
+
### Note
60
+
61
+
If you happen to encounter a bug please feel free to [Open a Ticket](https://github.com/NullArray/AutoSploit/issues).
62
+
59
63
If you wish to contribute to the development of this project please be sure to read [CONTRIBUTING.md](https://github.com/NullArray/AutoSploit/blob/master/CONTRIBUTING.md) before you get started as it contains our contribution guidelines.
0 commit comments