Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (3)

Powered by Vanilla. Made with Bootstrap.
  • chroniccommand
    Posts: 1,389
    Here is the first release of NetDog, a light weight version of NetCat. NetDog(or nd) is coded by me, Chroniccommand. If you take a look at the readme, you will see this is not supposed to be used over NetCat. It is merely a light weight solution using Python sockets.
    Here are some screenshots:
    NetDog main help screen(no arguments given):
    [spoiler]
    http://i.imgur.com/Lf1Pm.jpg
    [/spoiler]
    Connecting to localhost, port 80
    [spoiler]
    http://i.imgur.com/jJ3pY.jpg
    [/spoiler]

    GET / on localhost
    [spoiler]
    http://i.imgur.com/50AZf.jpg
    [/spoiler]

    Using UDP on port 80. Of course doesn't work.
    [spoiler]
    http://i.imgur.com/0vSzx.jpg
    [/spoiler]

    Port 80 using IPv6, socket timeout as 10 seconds
    [spoiler]
    http://i.imgur.com/0TWcH.jpg
    [/spoiler]

    Simple version screen
    [spoiler]
    http://i.imgur.com/Q4A9q.jpg
    [/spoiler]

    Listening on port 1337. This is buggy and probably won't work. Good luck :P
    [spoiler]
    http://i.imgur.com/AuI0U.jpg
    [/spoiler]

    Closing listening.
    [spoiler]
    http://i.imgur.com/2vLPm.jpg
    [/spoiler]

    Anyway, here is the tar ball of NetDog:
    http://poisonhack.info/netdog.tar.gz

    The tarball includes all files needed to run NetDog on a *nix and Windows system. For *nix I've included an install script, which you need to run as root. Then you can just run netdog instead of running the pythong script.

    Enjoy. And please, please read the README.
    --Chroniccommand
  • Xin
    Posts: 3,251
    Looks very nice chronic, any chance you can post the Source directly in the python section too? or is it too big. You coded this right?

    Also nice desktop, what you using for the stats on the right?
    Xin
  • chroniccommand
    Posts: 1,389
    said:


    Looks very nice chronic, any chance you can post the Source directly in the python section too? or is it too big. You coded this right?

    Also nice desktop, what you using for the stats on the right?



    Yep, coded the entire thing with help from google with the sockets. And I could but it goes best with the install script and such.

    I'm using conky.