Caleb Stewart
d8c192e291
Removed busybox and bruteforce commands from docs
...
These were legacy commands which no longer exist. They may be
re-implemented as modules in the future, but currently do not exist.
2021-11-28 15:59:46 -05:00
Caleb Stewart
9db70d10ed
Added lpwd and lcd commands for local cwd changes
...
Also updated the documentation to reflect the new commands. Ran tests
and formatting requirements. Fixes #218 .
2021-11-28 15:52:07 -05:00
Caleb Stewart
f3811ff8b2
Merge branch 'master' into issue-179-fix-euid-handling
2021-11-28 15:10:27 -05:00
Caleb Stewart
775e3141ad
Added changelog entries
2021-11-28 15:06:11 -05:00
Caleb Stewart
2de2d7527f
Added installation instructions for BlackArch
2021-09-22 19:02:46 -04:00
Caleb Stewart
94c4580340
Added contributing guide for maintainers
2021-09-22 18:48:26 -04:00
Caleb Stewart
62d274918b
Removed Popen shell handling and catch OSError
2021-09-21 02:33:33 -04:00
Caleb Stewart
d63b12fbb1
Fixed handling of --listen argument
2021-09-21 01:51:58 -04:00
Caleb Stewart
aa528a5a87
Added Linux which fallback routine
2021-09-19 02:50:19 -04:00
Caleb Stewart
61999054c3
Forced Stream.RAW for gtfobins interactions
2021-09-19 02:21:42 -04:00
Caleb Stewart
0e8ed033b4
Updated changelog
2021-09-19 01:36:09 -04:00
Caleb Stewart
cbd6f1d20f
Merge pull request #182 from calebstewart/issue-181-leak-privkey-root
...
Updated leak_privkey to leak all keys when UID=0
2021-09-18 23:43:13 -04:00
Caleb Stewart
b6f001d3e1
Updated changelog
2021-08-31 17:35:26 -04:00
Caleb Stewart
7273e6ad43
Merge pull request #164 from Mitul16/master
...
[FIXED 163] Multiple verbose outputs issue and minor fixes
2021-08-31 16:54:06 -04:00
Caleb Stewart
856d4a8134
Merge branch 'master' into issue-183-fix-sudo-parsing
2021-08-16 11:54:25 -04:00
Mitul Varshney
58fa22d75f
Merge branch 'master' into master
2021-08-12 11:14:01 +05:30
Mitul16
5d2dd7078e
Updated CHANGELOG.md
2021-08-12 11:11:46 +05:30
Caleb Stewart
1d7d35e3cd
Merge pull request #160 from calebstewart/issue-159-valueerror-on-loopback
...
[FIXES 159] Correctly handle IPv6 Sockets
2021-08-10 18:50:13 -04:00
Caleb Stewart
0be4fe0eca
Fixed sudo rule parsing
2021-08-10 18:30:11 -04:00
Caleb Stewart
71699807a2
Updated leak_privkey to leak all keys when UID=0
...
Also added `PermissionError` exception to `LinuxReader` and
`LinuxWriter` when the underlying process completes with a non-zero exit
code.
2021-08-10 17:09:11 -04:00
Caleb Stewart
eac56c853d
Correct password processing in connection string
2021-07-20 16:30:00 -04:00
Caleb Stewart
4e38393632
Added changelog entry
2021-07-18 13:54:09 -04:00
Mitul16
868ee84f0f
Updated CHANGELOG.md
2021-07-18 02:37:49 +05:30
Caleb Stewart
3c09a84454
Bumped version number and changelog
2021-06-18 20:21:25 -04:00
Caleb Stewart
f1b96a8f9d
Merge branch 'master' into issue-133-uncaught-channelerror
2021-06-18 18:48:37 -04:00
Caleb Stewart
cce789c99d
Updated changelog
...
There's no easy way to classify all the exception handling fixes
implemented in this branch, so I'm just going with this...
2021-06-18 18:44:23 -04:00
Caleb Stewart
b680c1f276
Added changelog entry
2021-06-18 18:33:21 -04:00
Caleb Stewart
521550dc82
Added CHANGELOG entries for PR141
2021-06-18 14:12:47 -04:00
Caleb Stewart
a1499f1a38
Added permission checks when opening files
...
Also fixed a tangential problem which arose regarding the group
enumerations which caused a recursive call the enumerate groups
from within the group enumeration.
2021-06-17 17:47:07 -04:00
Caleb Stewart
882f41626a
Added issue link to changelog
2021-06-16 18:51:45 -04:00
Caleb Stewart
5b2b11389e
Updated changelog for exception handling
2021-06-16 18:49:56 -04:00
Caleb Stewart
6500ba72ec
Merge branch 'master' into issue-134-dockerhub-builds-failing
2021-06-16 17:31:54 -04:00
Caleb Stewart
67b9f52ff1
Update changelog to reflect dockerfile changes
2021-06-16 17:24:40 -04:00
Caleb Stewart
72c31e305e
Removed release data and version from CHANGELOG
...
I will release a patch version once a couple other bugs
are fixed. Namely, the dockerhub building problems and
exception issues. In the meantime, the changes are listed
under "Unreleased".
2021-06-16 16:12:39 -04:00
Mitul16
97ecf1eab1
Updated CHANGELOG.md
...
I am not sure about the changes I have made, please have a look yourself. I did follow `Keep a changelog`.
2021-06-17 01:27:47 +05:30
Caleb Stewart
81e3f2071d
Bump to v0.4.2
2021-06-15 21:24:13 -04:00
Caleb Stewart
7102430fcd
Added version option; updated documention for install
2021-06-15 21:17:08 -04:00
Caleb Stewart
b1e2603855
Added Pull Request template and contributing instructions
2021-06-15 16:37:44 -04:00
Caleb Stewart
3e92f0c964
Fixed linux.enumerate.system.network when using old ip
...
Older versions of `ip` do not support the `-c=never` argument (or colors
at all for that matter). Also, verified isort results, which made some
other modifications.
2021-06-15 15:59:33 -04:00