Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4485fa4
fixes issue #84 and issue #86
Ekultek Mar 2, 2018
e2dd4c3
added check if the services has started (#83)
menkar3 Mar 2, 2018
76f4d65
updated the services check
Mar 2, 2018
90254ac
changed the misc_info color so that it isn't as close to the prompt c…
Mar 2, 2018
979e100
minor update to a comment
Mar 2, 2018
b5b0c9f
Merge pull request #88 from NullArray/service-edits
Ekultek Mar 4, 2018
a62885b
updated the README and the links
Mar 4, 2018
b4d9b1f
edited the README for the installation methods
Mar 4, 2018
05995a3
French translation (#93)
clouedoc Mar 5, 2018
8bb2a22
Added Install script (#85)
thehappydinoa Mar 8, 2018
ce02fb7
Added platform detection and support for OSX in service check and sta…
ehlewis Mar 23, 2018
fd112f2
moving the translations into their own directory and will have a link…
Mar 23, 2018
c2d808d
working on the translations links
Mar 23, 2018
e2b26d4
starting compatibility with macos
Mar 23, 2018
bf6c230
starting compatibility with macos
Mar 23, 2018
e2e72d5
starting compatibility with macos
Mar 23, 2018
9ca2fd0
fixed a typo and created translation links (will not work until pushe…
Mar 23, 2018
fc5f6ae
implement issue #99
Mar 23, 2018
df45d4d
minor update to one of the banners
Mar 23, 2018
b5b2b2a
edited some minor details depnding on your OS
Mar 23, 2018
87c0cb0
caught an exception that happens from psutils
Mar 23, 2018
9a8a672
Changed the host_path check to not override itself (#105)
atucom Mar 26, 2018
02aac59
Fixed exploit_gathered_hosts() to read the hosts (#107)
atucom Mar 27, 2018
6dcbb75
fixed check_for_msf() to check in $PATH (#108)
atucom Mar 27, 2018
629332f
Cmdline Whitelist Feature (#110)
atucom Mar 29, 2018
13526de
fixed double active dev section in README (#115)
atucom Apr 3, 2018
74c6fef
Exploit reporting (#116)
Selora Apr 3, 2018
68b354a
added execute permission to start_services (#118)
kimocoder Apr 3, 2018
f0880ac
bumping version number
Ekultek Apr 3, 2018
105eb1b
prep branch for version 2.1
Apr 3, 2018
2240493
minor updates for prep branch
Apr 3, 2018
54ec238
added a try, except block
Apr 3, 2018
8a1c05a
minor update to the README
Ekultek Apr 3, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated the README and the links
  • Loading branch information
ekultek committed Mar 4, 2018
commit a62885be8e911f428aeb0134eecfd3bfc6df31b0
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ Receiving back connections on your local machine might not be the best idea from
The new version of AutoSploit has a feature that allows you to set a proxy before you connect and a custom user-agent.

# Helpful links

- [Usage](https://github.com/NullArray/AutoSploit#usage)
- [Dependencies](https://github.com/NullArray/AutoSploit#dependencies)
- [User Manual](https://github.com/NullArray/AutoSploit/wiki)
- [Extensive usage breakdown](https://github.com/NullArray/AutoSploit/wiki/Usage#usage-options)
- [Screenshots](https://github.com/NullArray/AutoSploit/wiki/Examples-and-images)
- [Reporting bugs/ideas](https://github.com/NullArray/AutoSploit/wiki/Bugs-and-ideas#bugs)
- [Development guidelines](https://github.com/NullArray/AutoSploit/wiki/Development-information#development-of-autosploit)
- [Shoutouts](https://github.com/NullArray/AutoSploit#acknowledgements)
- [Development](https://github.com/NullArray/AutoSploit#active-development)
- [Discord server](https://discord.gg/9BeeZQk)
Expand Down Expand Up @@ -119,7 +124,6 @@ Special thanks to [Ekultek](https://github.com/Ekultek) without whoms contributi
And thanks to [Khast3x](https://github.com/khast3x) for setting up Docker support.



### Active Development

While this isn't exactly a Beta release, AutoSploit 2.0 is an early release nonetheless as such the tool might be subject to changes in the future.
Expand All @@ -129,7 +133,9 @@ that have expressed an interest in doing so. If you would like to keep up to dat

If you would like to contribute to the development of this project please be sure to read [CONTRIBUTING.md](https://github.com/NullArray/AutoSploit/blob/master/CONTRIBUTING.md) as it contains our contribution guidelines.

If you need some help understanding the code, or want to chat with some other AutoSploit community members, feel free to join our [Discord chat](https://discord.gg/9BeeZQk).
Please, also, be sure to read our [contribution standards](https://github.com/NullArray/AutoSploit/wiki/Development-information#contribution-standards) before sending pull requests

If you need some help understanding the code, or want to chat with some other AutoSploit community members, feel free to join our [Discord server](https://discord.gg/9BeeZQk).

### Note

Expand Down