Giter Club home page Giter Club logo

Comments (4)

Mofisto avatar Mofisto commented on August 14, 2024 1

Looking forward to the subsequent updates

from meetc2.

iammaguire avatar iammaguire commented on August 14, 2024

The HttpListener is instantiated with the first two command line arguments - the first being the interface you would like to listen on and the second being the hostname. I'll add that to the doc! Oversight on my part.

If you want to listen on wlp2s0 with command.com being the hostname you would run
./c2 wlp2s0 command.com

I was surprised when I came back here and saw it had gained a following. Had it public mostly so my colleagues could peruse the code. Now that there's a growing interest I'll put an effort into revising the docs once I'm done with the certification I'm currently taking. Thank you for your interest

from meetc2.

Mofisto avatar Mofisto commented on August 14, 2024
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
 *****
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
 ****

hostname
kali

./c2 eth0 kali         
panic: runtime error: index out of range [0] with length 0

goroutine 1 [running]:
main.getIfaceIp(0x73bfc8, 0xb, 0x30, 0x28)
	/home/***/MeetC2/server.go:82 +0xe5
main.HttpListener.startListener(0x73bfc8, 0xb, 0x73bfb2, 0xb, 0x1f40, 0x4687e5, 0xc000000180)
	/home/***/MeetC2/httplistener.go:39 +0x95
main.main()
	/home/***/MeetC2/server.go:629 +0x10b

I still encounter this error.
Maybe you should be outputting some error messages (¬‿¬)

from meetc2.

iammaguire avatar iammaguire commented on August 14, 2024

eth0 wouldn't have an IP associated with it, only a MAC address. Currently this project only supports wireless connections. Wired connections would be a good feature to add though, I've put it on the list. Try it out over a wireless interface.
Better debugging messages are added to the list as well. As I said I didn't expect the interest as it was only a hobby project until now.

from meetc2.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.