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
- First update in a good couple years
- Added function descriptions and type annotations to some parts
- Rewrote some old code that wasn't working anymore
- Now using the cryptography library instead of pycryptodome
- `hackerman.crypto.xor` completely rewrote (may break old code)
- Removed some things
- Everything related to ptpb is gone as the service shut down
- Same with serveo
- Blowfish encryption is gone
- `hackerman.algorithms` was useless. Now it's gone
- Added `hackerman.crypto.fernet` but really it's just `cryptography.fernet`
0.11.8
- Modified hackerman.ui.output.Notifier
- Fixed error where order of messages would get mixed up
0.11.7
- Added to hackerman.utils
- A function for inline `with x:` statements
- Doesn't work in many cases, but will do the trick until python 3.8 where it gets easier
0.11.6:
- Added to hackerman.hashing
- natzil (source inside file)
- Removed all underlined spaces from hackerman.ui.output.msg.*
- Added hackerman.ui.output.pipe
- reader (find input from pipe or user)
- write (write bytes to stdout)
0.11.5
- Added to hackerman.utils
- bin2int (binary to integer)
- Improved betterexec
- Added qr function to hackerman.utils
0.10.11
- Fixed betterexec
0.10.10
- Added hackerman.payloads.bind.tcp and hackerman.handlers.bind_tcp
- Added hackerman.payloads.reverse._http and hackerman.handlers.reverse_http
- Added the base handler and payload for bind
- Added XORCrypt class to hackerman.crypto.xor
- Started hackerman.transport._http but i might abandon it
- Added hackerman.ui.betterexec for capturing print() and stuff in exec()
0.10.9
- Fixed hackerman.utils.cd
0.10.8
- Improved daemon
0.10.7
- Added hackerman.ui.daemon even though i dont understand daemons
0.10.6
- Added hackerman.transport.fileio just for fun
0.10.5
- Actually fixed base
0.10.4
- fixed base
0.10.3
- Nevermind that changed nothing, trying again to fix base
0.10.2
- Bugfixes in reverse base payload&handler
0.10.1
- Bugfixes in reverse_ptpb (still not done)
- Standard reverse payload and handler structures in
- hackerman.payloads.reverse.base
- hackerman.handlers.reverse_base
0.10.0
- Deleted hackerman.transport.covert.ptpb
- Improved hackerman.transport.ptpb to be actual transport
- Added hackerman.payloads.reverse.ptpb
- And hackerman.handlers.reverse_ptpb to go with it
- Forgot to mention updated the docs in 0.9.0, still a while to go
- Changed DNS requests from UDP to TCP for better transport
0.9.0 (i don't like doing the double digit final things)
- Okay so that was a lie, hackerman.transport.ptpb will never work for reasons, so i deleted that
- still working on hackerman.transport.covert.dot11
- working a bit more on the reverse dns payload/handler