t3l3machus / hoaxshell

A Windows reverse shell payload generator and handler that abuses the http(s) protocol to establish a beacon-like reverse shell.
BSD 2-Clause "Simplified" License
3.03k stars 480 forks source link

Is this linux only? #26

Closed lokzz closed 2 years ago

EndCod3r commented 2 years ago

No this works on Windows, Mac, and Linux!

EndCod3r commented 2 years ago

No this works on Windows, Mac, and Linux!

You'll have to skip some steps and find your IP address a different way but it should be the same!

ofsanjay1 commented 2 years ago

This is powershell and python based so it works on windows. You just need the ip of your system. Everything work same.

lokzz commented 2 years ago

okay but

Collecting readline
  Downloading readline-6.2.4.1.tar.gz (2.3 MB)
     ---------------------------------------- 2.3/2.3 MB 29.3 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error: this module is not meant to work on Windows
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
t3l3machus commented 2 years ago

It can run on Windows but it was neither designed nor properly tested to do so successfully.