21 Commits

Author SHA1 Message Date
rxwx 2b3cf4f9d6 Delimit headers using CRLF during serialization. Fixes issue using commas in headers 2024-08-15 20:36:56 +01:00
S4ntiagoP 209ffcb6d5 fix a few pivot issues 2023-09-25 21:07:52 -03:00
BlackTrace f5d92f1151 [fix] map race bug 2023-07-09 18:51:50 +08:00
S4ntiagoP fefbeca367 fix TrustXForwardedFor 2023-07-03 18:41:22 -03:00
S4ntiagoP ce51ba25fd add new option: --send-logs
this will make demon send every log entry using http(s) to the teamserver
the idea here is to make it easier to find bugs that only occur on
machines we don't have full access to
2023-06-28 10:52:39 -03:00
S4ntiagoP 46210fbc39 now --debug-dev includes debugging symbols 2023-05-16 17:13:03 -03:00
S4ntiagoP bf1e6c506f add malleable dotnet pipe name
based on https://gist.github.com/realoriginal/d9178c9b071707fec2d6de89a63e4709
2023-05-14 20:54:42 -03:00
S4ntiagoP 1d4017a764 add support for string replacement on the profile 2023-05-14 18:41:46 -03:00
S4ntiagoP a04bb648cd refactor payload cleanup after generation 2023-05-12 23:39:04 -03:00
S4ntiagoP 0767804b5a builder: switch from GenerateID to GenerateString
when you create a PE, it's name is included in its content as a plain string
as we always used the same pattern (10 chars from a-f and 0-9) it was an
indicator that the PE was generated by Havoc
we now generate a string that is from 5 to 15 chars long and it consists
of a-z and A-Z
2023-05-12 23:15:06 -03:00
S4ntiagoP 6c1f6e539b fix bug, add arch to filename 2023-05-02 11:41:40 -03:00
S4ntiagoP c2f459be18 add base code to send big files in chunks 2023-04-18 22:16:54 -03:00
S4ntiagoP fe58ce4c35 now SMB agents support Socks5 proxy 2023-04-17 20:23:11 -03:00
S4ntiagoP 62c9c47d0e BOFs can be run from python and get the output using a callback 2023-03-25 20:21:25 -03:00
S4ntiagoP 3e8d10c45b add PortBind and PortConn
now you can have the TS listen to port A and Demon connect to port B
this is to better support redirectors
2023-03-24 12:29:27 -03:00
S4ntiagoP 94b11814c1 fix SMB pivot issue
there was a 32bit field being sent as a 64bit number
2023-03-23 17:27:25 -03:00
S4ntiagoP 7aefd89955 update DB when "mark as dead/alive" 2023-03-18 15:25:41 -03:00
S4ntiagoP 5d7986b81a add some fixes to health -> killdate 2023-03-17 18:20:08 -03:00
S4ntiagoP 20e6b69097 prevent the TS from spamming files on /tmp/ 2023-03-08 17:06:31 -03:00
Cracked5pider baa6472ab6 fixed where the task size where displayed in the wrong console (parent agent) from an pivot agent. 2022-12-24 03:56:30 +01:00
Cracked5pider 74ac7847ed major refactoring. bug fixes and changede the file structures for readablility etc. 2022-12-20 23:38:51 +01:00