Raf
0deaee625d
Removing generate msf-stager command
...
Removing the generate msf-stager command and adding documentation on how to use msfvenom / msfconsole to generate stager binaries.
2024-07-18 13:14:16 -04:00
Ronan Kervella
550700de98
Merge branch 'master' into fix_externalbuild_encoderids
2024-05-22 06:49:01 -07:00
Tim Makram Ghatas
69bcf72e80
send encoder id's to external server during external implant generation
2024-05-21 00:04:33 +02:00
Tim Makram Ghatas
8737bba4c3
enforce unique startsession extensions
2024-05-20 23:25:10 +02:00
Raf
a9f06fc299
Merge branch 'master' into v1.6.0/certificate-management
2024-05-17 09:39:30 -04:00
Raf
860810c148
Adding filters to certificate command
2024-05-17 09:33:24 -04:00
Raf
0ee50c3150
Adding ID to certificates output, adjusting for narrow terms
2024-05-16 13:37:30 -04:00
Raf
549a54cf4b
Initial components of the certificates command
...
This commit adds a command (certificates) to the client that retrieves selected certificate information from the database.
2024-05-16 11:32:34 -04:00
Raf
e2d11c40dd
Fixed poor declaration of DB models for migration
2024-05-14 11:49:44 -04:00
Raf
4082378313
Adding nil check to listener deletion to prevent panic
2024-05-14 10:23:42 -04:00
Raf
df65d7fe11
More thorough deletion of jobs from the DB when they are killed
2024-05-14 10:22:00 -04:00
Raf
99ce1cfb7a
Fixing FK constraint while deleting profiles
2024-05-14 09:07:06 -04:00
Raf
5f2abac8d0
Database model fixes for non-SQLite databases, part 2
...
Changing implant generation without an associated profile to insert NULL into the database instead of the zero GUID
2024-05-13 15:43:04 -04:00
Raf
d651e0888f
Database model fixes for non-SQLite databases, part 1
...
Changing database migrations to occur in sequence instead of all at once for more accurate error reporting in the log
Changing HostUUID in the models.Host struct to be unique to fix a constraint issue
Changing models.HttpC2Header to contain pointers to ServerConfigIDs and ImplantConfigIDs so that NULL values can be inserted into the database when a type of config does not apply.
2024-05-13 12:55:53 -04:00
Tim Makram Ghatas
94f01c8230
added default case if only one forwarding ip exists
2024-05-07 14:41:51 +02:00
Tim Makram Ghatas
1a73128163
extract original host ip if forwarded by one or more hosts
2024-05-07 12:31:01 +02:00
Tim Makram Ghatas
4ae195e3eb
fix c2 profile update issue with headers, cookies and segments
2024-05-02 19:09:46 +02:00
moloch--
39d0f3b838
Expand unit tests for better arm64 coverage
2024-04-29 19:13:48 -07:00
moloch--
9296a8abce
Remove mingw env vars from unit test workflow
2024-04-29 16:10:01 -07:00
moloch--
abc8747a51
Remove mingw from docker, cleanup util
2024-04-29 15:41:40 -07:00
moloch--
dcbfe10bc4
Cleanup commands
2024-04-29 14:51:08 -07:00
moloch--
4336f933e0
Unit tests passing
2024-04-29 14:42:37 -07:00
moloch--
6a4521a4b0
Add zig as default cc/cxx except for macos, add cc/cxx to server config
2024-04-29 13:46:19 -07:00
moloch--
bf80f8f7e6
Fix unobfuscated builds
2024-04-29 09:16:01 -07:00
moloch--
03fa4029d3
Add zig to go-assets script
2024-04-28 22:34:49 -07:00
moloch--
b33e012f2a
Basic zig cc implementation
2024-04-28 21:19:41 -07:00
Joe
1624c84eb6
Merge branch 'master' into fix/dnspb
...
Signed-off-by: Joe <875022+moloch--@users.noreply.github.com >
2024-04-24 15:23:23 -07:00
moloch--
0eb93d51c0
Tweak builder pb
2024-04-24 16:52:58 -05:00
rkervella
4b6219d860
Fix #1598
2024-04-23 11:49:54 -07:00
C-Sto
32c7e02f09
fix useragent variable
2024-04-18 08:56:49 +08:00
rkervella
5bd1f4727c
Fix hang when calling generate stager
2024-03-26 15:55:35 -07:00
Raf
abd375f501
Adding the mount command and the implementation for Windows implants
2024-03-13 14:24:19 -06:00
Raf
fcbcef0472
Adding the registry read hive command for dumping the contents of a registry hive
2024-01-17 11:04:31 -05:00
Raf
f50a1ed243
services: Moving strings from implant to client, renaming StartExistingService to StartServiceByName, removing unnecessary test
2024-01-15 13:30:57 -05:00
Raf
8ff7d4ec04
Merge branch 'master' into windows-services
2024-01-15 11:32:40 -05:00
Raf
ad1ee0a52d
Adding the services command for getting information about and controlling services on Windows
2024-01-15 10:48:59 -05:00
rkervella
3c91f8eb52
Setup default C2 profiles in daemon mode.
2024-01-11 09:11:10 -08:00
rkervella
9d36920115
Add tailscale option to config file and fix missing argument to daemon.Start()
2024-01-10 14:51:40 -08:00
rkervella
8731006619
Remove empty line
2024-01-10 14:47:31 -08:00
rkervella
19cac4a08a
Add support for tailscale to daemon mode
2024-01-10 14:45:12 -08:00
rkervella
8e833d3510
Don't exit on connection error.
2024-01-10 10:50:30 -08:00
Ronan Kervella
1a79fb0176
Merge branch 'master' into v1.6.0/external-builders-multiservers
2024-01-09 15:05:18 -08:00
rkervella
a0ea8eca27
Add support for multiple builders with reload from SIGHUP.
2024-01-09 14:11:44 -08:00
rkervella
05ea6ce233
Initial support for multi-server builders
2024-01-05 13:01:00 -08:00
Ronan Kervella
13b2b5bc96
Merge branch 'master' into windows-service-migrate
2024-01-05 11:04:32 -08:00
Raf
70c65ca13b
Merge branch 'master' into more-session-data
2024-01-05 12:41:25 -05:00
Raf
ad544ef4fa
Fix migration issues with Windows service builds
2024-01-05 10:30:27 -05:00
Ronan Kervella
b4bb80caab
Merge branch 'master' into v1.6.0/operator-creds-stdout
2024-01-04 16:19:56 -08:00
Alex Flores
2792dd026e
enables generation of exe-service stagers
2024-01-04 16:48:58 -05:00
rkervella
3d2751bb2b
Add option to output credentials to stdout
2024-01-04 10:55:10 -08:00