Commit Graph

98 Commits (355b75e21fb8eaf057c8570b21da228727133745)

Author SHA1 Message Date
mpgn 6036782ccd
Update README.md 2021-10-22 20:47:37 +02:00
mpgn 6b27b9797c
Update README.md 2021-10-16 21:58:13 +02:00
mpgn 215c479957 Fix spelling mistake 2021-05-30 16:28:37 -04:00
byt3bl33d3r fb0bf67284
Update README.md 2020-11-16 13:29:17 -07:00
byt3bl33d3r fc04fd905b
Update README.md 2020-10-08 22:09:55 -06:00
byt3bl33d3r 71faa5c075
Update README.md
Added link to official discord channel
2020-07-26 20:07:37 -03:00
byt3bl33d3r b4f377f928
Update README.md 2020-07-15 19:55:10 -03:00
byt3bl33d3r 023b7462bf
Update README.md 2020-07-04 18:19:48 -03:00
byt3bl33d3r cb32df5a65
Update README.md 2020-06-26 00:59:22 -03:00
byt3bl33d3r 259ad6cf2e
Update README.md 2020-06-26 00:30:29 -03:00
mpgn f296e74d91
Add gitbook link to readme 2020-06-26 00:33:07 +02:00
mpgn 9668f7cc22 Set Python3.7 as default on github action to avoid impacket error 2020-06-21 15:22:59 -04:00
mpgn 9e0f4c2524 Update readme with 3.8 badge 2020-05-09 09:04:27 -04:00
mpgn f58a10124d Update winrm method to allows code execution from normal user
User who can winrm but are not local admin can now use this method to exec command
more at https://github.com/diyan/pywinrm/issues/275

we switch from pywinrm to pypsrp
2020-04-28 15:30:18 -04:00
byt3bl33d3r 6c0228f403 Fixed dependency hell, added Github actions workflow
- Got rid of netaddr in favor of built in ipaddress module
- cme/cmedb binaries are now built with shiv
- Removed http protocol as it was basically useless and added another
  dependency
2020-04-20 13:19:55 -03:00
byt3bl33d3r 02a62b027c
Merge pull request #295 from r4wd3r/rid_hijacking
Add RID Hijacking Persistence Module
2020-04-19 14:36:47 -03:00
mpgn 73ab379acc Migrate function to python3
* --shares -> OK
* --sessions -> OK
* --disks -> OK
* --loggedon-users -> OK
* --users -> Not tested
* --rid-brute -> OK
* --groups -> Not tested
* --local-groups -> OK
* --pass-pol -> OK
2019-11-11 05:06:39 -05:00
r4wd3r 144206cf34
Add rid_hijack documentation to README 2019-02-24 20:52:44 -05:00
byt3bl33d3r 9215b77900
Update README.md 2018-08-29 12:13:18 +08:00
byt3bl33d3r f3465ef008 Fixed up @aj-cgtech changes 2018-03-01 12:36:17 -07:00
byt3bl33d3r f4f9ec52c2
Updated README 2017-12-20 17:43:54 -07:00
byt3bl33d3r ee9b6f53d3 Updated README.md 2017-10-25 01:02:55 -06:00
byt3bl33d3r 7fe048a7df Update README.md 2017-04-25 16:16:50 -06:00
byt3bl33d3r 5f10769c5c Update README.md 2017-04-25 16:14:54 -06:00
byt3bl33d3r 90652434a3 Update README.md 2017-04-25 16:13:58 -06:00
byt3bl33d3r e6a02228df Update README.md 2017-04-25 15:53:33 -06:00
byt3bl33d3r 59c853dd5e Readme fix 2017-03-27 15:12:20 -06:00
byt3bl33d3r 751f209cd7 Initial 4.0 pre-release 2017-03-27 15:09:36 -06:00
byt3bl33d3r 9fefd167b0 Initial commit for v4.0
Just fyi for anyone reading this, it's not even close to being
finished.

The amount of changes are pretty insane, this commit is to serve as a
refrence point for myself.

Highlights for v4.0:
- The whole codebase has been re-written from scratch
- Codebase has been cut around 2/4
- Protocols are now modular! In theory we could use CME for everything
- Module chaining has been removed for now, still trying to figure out a
more elegant solution
- Workspaces have implemented in cmedb
- The smb protocol's database schema has been changed to support storing users,
groups and computers with their respective memberships and relations.
- I'm in the process of re-writing most of the modules, will re-add them
once i've finished
2016-12-15 00:28:00 -07:00
byt3bl33d3r e67fc4ca8f Update README.md 2016-08-13 23:02:20 -06:00
byt3bl33d3r 16f3b4c8c2 Update README.md 2016-08-13 23:00:14 -06:00
byt3bl33d3r 8ddfcb10e4 Update README.md 2016-08-02 15:28:16 -06:00
byt3bl33d3r 698f1473cc Updated README.md 2016-08-01 22:33:28 -06:00
byt3bl33d3r f189b50a5f Version bump to 3.1.2
Updated install instructions and setup.py since impacket 0.9.15 has been
released!
2016-06-28 16:28:49 -06:00
byt3bl33d3r 062db9c354 Added a VERY SMALL TAG ZOMG 2016-06-08 22:03:48 -06:00
byt3bl33d3r 48e61cd883 Typos again 2016-06-08 21:59:55 -06:00
byt3bl33d3r fa42461a3c Typo's 2016-06-07 01:18:05 -06:00
byt3bl33d3r cee2f20368 Update README.md 2016-06-07 01:16:57 -06:00
byt3bl33d3r 88c517eb12 Update README.md 2016-06-07 00:51:40 -06:00
byt3bl33d3r 89e08605f4 Update README.md 2016-06-04 12:55:50 -06:00
byt3bl33d3r 67c26ccf41 Changed version number for Pypi and updated Install instructions again 2016-06-04 03:13:23 -06:00
byt3bl33d3r d4e5633437 setup.py wierdness 2016-06-04 02:39:58 -06:00
byt3bl33d3r 4175122463 Updated README with better install instructions 2016-06-04 02:12:04 -06:00
byt3bl33d3r a7b5b17252 Updated README with install instructions 2016-06-04 02:05:57 -06:00
byt3bl33d3r ef91622045 Updated usage in README 2016-06-04 01:24:22 -06:00
byt3bl33d3r 68a908562a Second round of refactoring for packaging 2016-06-03 23:42:26 -06:00
byt3bl33d3r e6a293c9f3 Updated usage in README 2016-03-30 00:47:17 -06:00
byt3bl33d3r f8afef444c Changed README again 2016-03-28 00:25:19 -06:00
byt3bl33d3r f5895ac4ea Changed README 2016-03-28 00:21:20 -06:00
byt3bl33d3r 6eabf0224c Updated README 2016-03-27 15:45:41 -06:00