ariary/QueenSono

Cannot execute qssender on Mac

Closed this issue · 2 comments

I have started the listening host on my kali(VM with bridge connection. Can ping). I am trying to send a doc of small size from my mac to my kali using the qssender but can't. Required permissions are given. How should I execute this qssender file. I am using the qssender file that I created in my kali along with qsreceiver.

Screenshot 2021-10-21 at 4 24 52 PM

Does the net/icmp golang package work on your Mac ?

It seems that your qssender is not well compiled (that is to say not for Mac OS X)

Try compile it like this:
env GOOS=darwin GOARCH=amd64 go build -o qssender cmd/client/main.go
Don't forget to add capabilities afterwards