Forums: I.e One More Time :d - Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

I.e One More Time :d poc code for everyone to cuddle with

#16 User is offline   illwill 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 540
  • Joined: 28-July 03

Posted 03 October 2003 - 09:50 AM

wow clubfed your code looks eerily similar to my code i released the code to last year .... http://illmob.netfir...killer_src.html could i be mistaken? besides this new code i made also stops 400 service names which as you should know service exes cant be killed unless the service is stopped first.. hence the 11kb unpacked and 4.87kb packed, but dont worry this source code will be released a few weeks from now then you can make a new one for yourself. :lol:
0

#17 User is offline   Nick W 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 1,250
  • Joined: 12-August 03

Posted 03 October 2003 - 06:36 PM

illwill, on Oct 3 2003, 05:50 PM, said:

hence the 11kb unpacked and 4.87kb packed, but dont worry this source code will be released a few weeks from now then you can make a new one for yourself. :lol:

I'll probably take a look at it when you release it.

I've never really had a reason to disable AV. The way I figure it, the least amount attention I draw, the better. There's plenty of tools out there that don't get recognized and the tools I make myself *never* get recognized. :)

Ironically, I don't think I've ever seen an effect AV/Firewall killer *under* 5k so I'm pretty impressed with that aspect of it. Also makes me wonder how large a AV killer would be that kills just Norton and McAfee AV scanners, since those two are the most widely used on those fat corporate lines. :)

Illwill, have you ever thought about or made an IRC bot so users could get around firewalls and initiate the connection via IRC? I've done some theorizing on making a bot that would connect to a possible 30 or so irc chat rooms on various servers randomly. Then for the person doing the compromising they would have another bot that would connect to all 20 or so of those chat channels on IRC and just sit.

The trigger for the bot would be an "on join" reponse. If a person came into the channel the bot would automatically try to connect to that remote user on a specified port. The owner of all the bots would code his bot to listen on that same port and when he/she joins the 20 or so chat rooms, will start accepting each of those connections as they drop to shell.

I've also done some testing with coordinating bots without an IRC network in a sort of point-2-point protocol aspect. Imagine something like that being up 24/7. Yikes. Anyone could potentially use it too.
0

#18 Guest_clubfed_*

  • Group: Guests

Posted 04 October 2003 - 10:17 AM

just kill norton and mcaffe? without any optimization, just butchering the code i have here down to those two, it's:
10/04/2003 11:14 AM 1,616 avfrown_small_nav_mcafee.exe
And I'm sure that could be reduced quite a bit.
0

#19 User is offline   illwill 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 540
  • Joined: 28-July 03

Posted 04 October 2003 - 11:53 AM

it sure can . i get 1024 bytes or 1kb , cant beat that with a bat
0

#20 User is offline   toska 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 102
  • Joined: 01-September 03

Posted 04 October 2003 - 01:19 PM

anyone got the source code of illwill's page (http://illmob.netfirms.com/aim.html) befored it was removed??!??? If so, please contact me (PM). 10x!
0

#21 Guest_clubfed_*

  • Group: Guests

Posted 04 October 2003 - 05:49 PM

Quote

wow clubfed your code looks eerily similar to my code i released the code to last year .... http://illmob.netfir...killer_src.html could i be mistaken?


Well man it's very common technique - in fact there are other ways to do it aside from CreateToolhelp32Snapshot:

http://board.win32as...ht=kill+service

I am hoping your new av/fw killer uses something other than exec'ing "NET" each time you kill a process... it was bad enough all those net processes when you were only killing four services in your killer.asm, but 300 would be a heavy load on the system. What are you using now? :)
0

#22 User is offline   what 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 165
  • Joined: 09-August 03

Posted 05 October 2003 - 10:36 AM

Quote

We can generally guess what is going on here. As .hta or "HTML Application" files are not binary and resemble - mechanically - HTML files, IE's check of content will be unable to return that this file is anything but safe. The second check of MIME type will see that we are requesting a safe file type... and the third check of MIME type will be from the server saying this is a HTML Application. For whatever reason, IE has ignored the returned MIME type from a security context, but paid attention to it from an execution context.


I found this here. Now that microsoft has applied the patch, exactly what does the patch do? Does it add another form of checking, deny HTML application types, or am I way off. Just wondering, because it seemed that just as i got it to work on my webserver, a patch came out, and now nothing works. <_<
I've always wanted a witty, thought provoking signature for myself that I thought others would find interesting. And then I just thought "f**k it" I'll just write this.
0

#23 User is offline   Nick W 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 1,250
  • Joined: 12-August 03

Posted 07 October 2003 - 08:05 PM

what,

That is for the PERL HTA exploit that I wrote. It's basically a security risk assesment that was written when this exploit first came out.
0

#24 User is offline   GhostCow 

  • Sergeant First Class
  • Icon
  • Group: Members
  • Posts: 345
  • Joined: 20-September 03

Posted 11 October 2003 - 07:30 AM

iwill you can you post that AV killer it sounds like an intresting piece of code..
you got also an av killer for linux and unix firewalls?
0

#25 User is offline   illwill 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 540
  • Joined: 28-July 03

Posted 11 October 2003 - 07:15 PM

no just for windows
and yes my new one doesnt use lazy code of shellexecutine net stop to the apps listed it enumerates which service names are running then compares it with the list of names to kill then stops that service name
0

#26 Guest_Demacus_*

  • Group: Guests

Posted 14 January 2004 - 12:26 PM

whats up everyone, im new here just signed up a couple days ago this is my first post so if im noobish thats why. illwill ive been checkin yer site out for that last 5 - 6 months and ive been trying to grab that av/fw killer u posted about on your site, sayin it was here. just wondering if u were ever gona get it back on your site?? it sounds like a kick ass killer give me a shout. later on
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting