sliver icon indicating copy to clipboard operation
sliver copied to clipboard

32-bit DLL builds fail on latest Kali AMI

Open cha0tic87 opened this issue 3 years ago • 1 comments

Describe the bug 32-bit DLL Slivers don't call home to a Sliver server running on the latest Kali AMI.

To Reproduce Steps to reproduce the behavior:

  1. Run Sliver server on Kali AMI
  2. Start HTTP listener
  3. Generate 32-bit DLL
  4. Execute on 32-bit host
  5. Session never calls home

Expected behavior A Sliver session should be generated. EXE works fine on 32-bit, and 64-b it DLL's work fine too.

cha0tic87 avatar Mar 24 '21 16:03 cha0tic87

Appears to be related to Kali's mingw version/config.

moloch-- avatar Mar 24 '21 16:03 moloch--