5 Commits

Author SHA1 Message Date
imaibou b56f11adaf Update http.py 2016-06-19 17:23:17 +02:00
imaibou bc31358bd4 Update http.py
Sometimes, we need to listen on the public server and redirect the traffic into our empire listener on the internal server using DNAT, we would like to set the listeners "Host" to the public IP address while listening on the internal server. This way, all the stager payloads would contain the public IP address while the EmPyre instance turns on the local machine. This pull request would allow us to implement this scenario.
On the empire powershell project, the listener listens by default to the 0.0.0.0 IP address (https://github.com/PowerShellEmpire/Empire/blob/e43fb9463410dfa804e0aa507a5842c1a0504c0d/lib/common/http.py#L150).
2016-05-27 17:11:50 +02:00
Harmj0y 722f8b638e Implemented RESTful API, revamped backend code for support
Code changes synced with Empire-Dev's codebase from 5/8/16
Various bug fixes.
2016-05-09 03:57:43 -04:00
Rohan Vazarkar 13087d2d03 PEP8 Fixes for lib\common\http.py 2016-03-22 14:20:26 -04:00
Harmj0y 6cc57ed7bd Move of EmPyre codebase to Github. 2016-02-29 13:37:27 -05:00