Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8277b0e
Autosploit automation (#132)
Selora Apr 9, 2018
4506271
PR #133 cleaned - Autosploit Automation (#134)
Selora Apr 10, 2018
c389114
renaming to match the default modules
Ekultek Apr 11, 2018
98fd562
updating to match master
Apr 11, 2018
a919e55
updating to match master
Apr 11, 2018
0a8f552
fixes a typo in an
Apr 11, 2018
d6bccb0
completely reworked the OSX installer. It will now install on OSX suc…
Apr 11, 2018
a5408c8
merging the double install method into a single section
Apr 11, 2018
7c3ca6a
changing execution permissions on a couple files
Apr 11, 2018
80f7f84
minor update to catch a an error
Apr 11, 2018
f61b4fe
minor update to make it 'prettier'
Apr 11, 2018
df0e293
editing the results, no hardcoded '*'s now, they have their own variable
Apr 11, 2018
94035b8
minor update to edit a misspelling
Apr 11, 2018
c2936af
pretty update
Apr 11, 2018
e31bb3e
fixes a minor typo
Apr 11, 2018
75d4e50
added TODO's for reference
Jun 7, 2018
b998ad8
changing from services to systemctl (issue #138)
Jun 8, 2018
158087b
creating a check to see if you are admin or not. Will close if you ar…
Jun 8, 2018
41a938e
fixes the bug in sorting relevant modules (issue #141)
Jun 8, 2018
145611d
some updates for everything, PEPing and bashing syntax
Jun 8, 2018
ce914aa
the dryrun_autosploit script will now work successfully
Jun 8, 2018
d39cc7e
ready for production
Ekultek Jun 8, 2018
d842769
Merge branch 'master' into dev-beta
Ekultek Jun 8, 2018
5a0cf98
minor update for spacing
Ekultek Jun 8, 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
changing execution permissions on a couple files
  • Loading branch information
ekultek committed Apr 11, 2018
commit 7c3ca6a050679e39dcc4e98d75ee2afb5c2fe685
2 changes: 1 addition & 1 deletion Vagrant/bootstrap/bootstrap.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

echo "Yolosploit configurator 2.42"
sudo apt-get --yes update
Expand Down
2 changes: 1 addition & 1 deletion run_autosploit.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash


if [[ $# -lt 2 ]]; then
Expand Down