Port Kicker v2.0

By ReaperX on Aug 01, 2004

Warning, This snippet opens 7 sockets each join to scan your channel. If you are in an channel that has a lot of users please do not use this. This snippet would end up flooding the server your currently on. With an SVSNotice of an scan.(Note:This SVS Notice may not occour on all IRC Servers.)
This snippet was helped made by Trance.

;Copy and Paste into Remotes
;Please Report any bugs or requests to me @ ReaperX@Geometal.cjb.net
on @:JOIN:#:{ 
  /scanprox
}
alias scanprox { 
  echo -a Now Starting Proxy Scan 
  sockopen Sock. $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 1080
  sockopen Sock1 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 3128 
  sockopen Sock2 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 6588 
  sockopen Sock3 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 8000 
  sockopen Sock4 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 8080 
  sockopen Sock5 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 4321
  sockopen Sock6 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 45554 
  sockopen Sock7 $+ $1 $+ . $+ $chan $gettok($address($$1,2),2,64) 3456

} 
on *:SOCKOPEN:Sock*:{ 
  if ( $sockerr > 0 ) { echo -a No Proxy found! | return } 
  else { 
    raw mode $gettok($sockname,3,46) +b *!*@ $+ $sock($sockname).ip 
    raw kick $gettok($sockname,3,46) $gettok($sockname,2,46) Open Proxy Port Found.      
    sockclose $sockname 
  } 
} 

Comments

Sign in to comment.
NIGathan   -  Dec 28, 2008

Wow... This is an ooooold post..

 Respond  
Joshuaxiong1   -  Dec 28, 2008

Super Port!

23, 80, 1053, 1080, 1180, 1182, 1335, 1336, 1813, 1978, 2280, 2282, 3128, 3380, 3382, 3777, 4480, 5490, 6588, 6667, 7462, 7777, 7778, 8000, 8080, 8081, 8090, 8091, 9000, 9999, 10801, 12345, 12501, 12654, 14393, 15915, 16139, 18317, 18572, 20177, 21055, 22788, 24215, 24759, 25620, 29992, 41417, 41457, 43148, 44320, 48227, 54734, 65506

 Respond  
ThE_MaStEr   -  Sep 04, 2004

it is suppose to send a line like -a No Proxy found or it just reveal somone with a proxy ??

 Respond  
ReaperX   -  Aug 23, 2004

Its your choice!

 Respond  
ReaperX   -  Aug 23, 2004

People rarely join rooms that have 20 and under.

 Respond  
ReaperX   -  Aug 23, 2004

im giving it 20 users per room.

 Respond  
X-FILE   -  Aug 23, 2004

So we should use this on channels with 2 or 3 people (where 2 are bots and one is yourself) ,.,.,.,

 Respond  
ReaperX   -  Aug 23, 2004

If you are in an channel that has a lot of users please do not use this. This snippet would end up flooding the server your currently on. With an SVSNotice of an scan.(Note:This SVS Notice may not occour on all IRC Servers.)

 Respond  
ReaperX   -  Aug 23, 2004

there. I had to redid it all. Some help by Trance. Added more ports, echo notices, and ect.

 Respond  
Ryodox   -  Aug 13, 2004

Oops, hit enter on accident. :p Sounds neat, I\'d like to see what can be done with it. :)

 Respond  
Ryodox   -  Aug 13, 2004
 Respond  
ReaperX   -  Aug 12, 2004

Starting Aug 14, 2004 I will be working on the new Version 1.34

 Respond  
ReaperX   -  Aug 12, 2004

i will also add switches so you able to turn it off and on.

 Respond  
ReaperX   -  Aug 12, 2004

Ryodox, thanks for .the suggestion The addition will be an addon. It will have more controls and security.

 Respond  
Ryodox   -  Aug 11, 2004

Excellent script; I don\'t think I\'ve seen any like this. A good addition would be to add support for multiple common open-proxy ports like the ones commonly scanned by QuakeNet (80, 1080, 3128, 6588, 8000, 8080 & 45554) for more security. :)

 Respond  
ReaperX   -  Aug 10, 2004

hey guys, what do you think i should add to this snippet?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.