7 Commits

Author SHA1 Message Date
xorrior df0d1927a2 Change Background to True for both modules 2018-01-27 18:56:08 -05:00
xorrior 184208c964 Merge branch 'dev' of https://github.com/retro-engineer/Empire into retro-engineer-dev 2018-01-27 18:38:51 -05:00
Peter Toth e6ea80e18e More robust password prompt handler
Some SSH clients used a more verbose password prompt: "Password for user@pfSense.domain.local:". This patch makes the parent process wait for any string starting with "Password" and ending with ":"
2018-01-04 16:13:51 +01:00
xorrior de03f902ec Repaired function definition for generate() 2017-09-21 22:59:08 -04:00
a5b9f44cad Moved socks module 2017-04-20 21:21:39 -04:00
Kevin 05dae225b6 Added a new module for SOCKSv5 proxying
When executed, this module connects back to a designated AlmondRocks server under SSL. The AlmondRocks server acts as a SOCKSv5 proxy, and multiplexes all SOCKS communications over the single SSL connection to/through the target, enabling any SOCKSv5 client (e.g. curl, proxychains) to extend past NAT devices into the target network.

This is based on the following work:

https://github.com/klustic/AlmondRocks
** Server Usage **
$ ./almondrocks.py server -d -t 4433 --cert cert.pem --key key.pem

** Empire Usage **
set HOST 192.168.20.10
set PORT 4433
set Agent ...
2017-04-05 10:24:31 -06:00
HarmJ0y 26cd0089dd 2.0.0 beta, DerbyCon release 2016-09-23 14:04:35 -04:00