Releases: doxx/darkflare
darkflare-1.3.3
Fileless execution requires the client application to be compiled into DLL files. Review the process here: https://medium.com/@shantanukhande/red-team-how-to-embed-golang-tools-in-c-e269bf33876a
I've updated the build process to include DLL targets.
darkflare-1.3.2
Added fileless binary execution examples for Unix/Unix-like and Windows for folks that want to be a little more coy about how they run software.
darkflare-1.3.1
Added stdin:stdout on the -l flag for the client. This supports standard in and out rather than having the client bind to a local port. This improves the ability to use the tool in strict environments that don't allow port binding or require a firewall rule to open a listening port.
I also included a flag on the client to override the destination of the client to force a dest in the event this is required.
Enjoy 😈
darkflare-1.3.0
- Added support for application proxy servers (reverse proxy servers) and SOCKS5
- Couple bug fixes
- Added support for -redirect to put custom 302 redirects on the server side.
REVERSE PROXY IS NOT TESTED PLEASE USE WITH CAUTION
darkflare-1.2.7
Enabled self signed certs when CA root fails.
darkflare-1.2.6
Fixed more SSH issues.
darkflare-1.2.5
Removed support for HTTP/2 which was causing handshake issues for SSH clients. This should be considered the most stable release.
darkflare-1.2.4
Speed enhancement for upload and download.
darkflare-1.2.3
A pile of bug fixes.
darkflare-1.2.2
Fixed a bug in the darkflare-server that didn't allow binding to localhost.