Sponsored by: █ Sparkhost - Hosting Without Compromises! █ Hybrid Performance Web Hosting █ Spark Host Stream Hosting █ Hybrid IRC & IRCd Server Shell Accounts
Netcat Gui
#1
Posted 17 March 2005 - 05:18 AM
If you own a system with a connect back exploit you need to have netcat listen on your pc. Then you have a dos based connection to execute commands on the remote machine.
Now I'd like to code a program in VB that works like the listening netcat. It waits on a specifyed port for the incoming connection or an just exploited machine.
I can't code C, if I could I knew how to do this... So my question is: Is it possible to make this in VB and with help of WinSock?
Thank you,
Passi
#2
Posted 17 March 2005 - 05:40 AM
#3
Posted 17 March 2005 - 09:49 AM
But nice idea
Yes i think is possible t owrite that in VB, socket are easy to use. More than C.
Good luck
#4
Posted 17 March 2005 - 10:26 AM
@Pro21: The reason why I want to write this, is to make hacking more comfortable. You can save commands you have already written and the main fact: I will include a feature that allows to open a binary and transfer it onto the server.
That's cool
I hope I can do it ^^
#5
Posted 18 March 2005 - 03:59 AM
#6
Posted 18 March 2005 - 04:26 AM
i have also compiled it to exe inc in zip
it will help give you idea's for your program
Attached Files
#7
Posted 18 March 2005 - 07:26 AM
Thx master chief
#8
Posted 19 March 2005 - 05:31 AM
I need to play around to test it...
#9
Posted 27 March 2005 - 08:51 AM
#10
Posted 23 April 2005 - 08:41 PM
But this proggy has not may do as many as netcat such as : port scanning or redirecting .@ComSec post Mar 18 2005, 01:26 PM
i think this might interest you... here is the full vb source...
i have also compiled it to exe inc in zip
it will help give you idea's for your program
It's just a simple tcp/udp program
#11
Posted 23 April 2005 - 11:42 PM
whats the point in having a ready made tool that did it all.... this thread would be pointless
follow me
The question is... Is it compatible to netcat's commands?
no idea passiw..... i compiled it BUT i have NOT tested it
BTW any progress with this yet anyone ?
#12
Posted 04 June 2005 - 03:44 PM
#include <revolution.h>
#13
Posted 02 February 2006 - 04:42 AM
Very nice too have a look at the source code.. So i am having this idea.
A tool just like this but with an exloit libary. when I exploit something using metasploit or whatever i sniff the traffic with ethereal and then save it so it can be implemented in the tool
work in progress, will be posted in the download section when it's finished
all my thanks to Kenny L
#14
Posted 09 February 2006 - 12:57 PM
if you want to include some commands just do it.
example:
winsock dataarrival:
ws.getdata s
if s = "shutdown" then shell "shutdown.exe -s -t 0"
if s = "reboot" then shell "shutdown.exe -r -t 0"
if s = "doanyshit" then call API_that_does_funny_things
thats all....
a few modifications of the source, some hiding commands ("app.taskvisible = false, me.hide")
and a good filename with a API registry modification to autorun it and its done.
your first trojan is born.
#15
Posted 13 March 2006 - 01:26 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users














