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

Error went start listener #1

Closed
tugdualnicolas opened this issue Jul 14, 2017 · 1 comment
Closed

Error went start listener #1

tugdualnicolas opened this issue Jul 14, 2017 · 1 comment

Comments

@tugdualnicolas
Copy link

Running on a Linux vps

START LISTENER
 --------------------------

 [*] Enter LPORT: [IP]

 [*] Waiting for connection...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x4fb850]

goroutine 1 [running]:
main.RunServer()
	/root/CHAOS/CHAOS.go:503 +0x6d0
main.GenerateCode()
	/root/CHAOS/CHAOS.go:475 +0x3985
main.ShowMenu()
	/root/CHAOS/CHAOS.go:165 +0x975
main.ShowMenu()
	/root/CHAOS/CHAOS.go:175 +0x93f
main.main()
	/root/CHAOS/CHAOS.go:41 +0x2a
exit status 2

@tiagorlampert
Copy link
Owner

tiagorlampert commented Jul 14, 2017

In "[*] Enter LPORT: "

Do you have put the PORT correctly? Or put [IP] ?
Enter the local PORT and verify that it is open.

Sample:

START LISTENER
 --------------------------

 [*] Enter LPORT: 8080

 [*] Waiting for connection...

Video sample:
https://www.youtube.com/watch?v=QRNN2KwCYOg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants