Skip to content

Releases: doxx/darkflare

darkflare-1.3.3

07 Jan 15:31
Compare
Choose a tag to compare

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

23 Dec 15:06
Compare
Choose a tag to compare

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

23 Dec 14:56
Compare
Choose a tag to compare

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

22 Dec 19:10
Compare
Choose a tag to compare
  • 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

04 Dec 17:02
Compare
Choose a tag to compare

Enabled self signed certs when CA root fails.

darkflare-1.2.6

04 Dec 15:32
Compare
Choose a tag to compare

Fixed more SSH issues.

darkflare-1.2.5

04 Dec 15:17
Compare
Choose a tag to compare

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

03 Dec 19:35
Compare
Choose a tag to compare

Speed enhancement for upload and download.

darkflare-1.2.3

03 Dec 17:27
Compare
Choose a tag to compare

A pile of bug fixes.

darkflare-1.2.2

03 Dec 13:49
Compare
Choose a tag to compare

Fixed a bug in the darkflare-server that didn't allow binding to localhost.