<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/19732" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2014-12-15T01:42:58-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/19732</id>

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-12-15T01:42:58-04:00</updated>

		<published>2014-12-15T01:42:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103368#p103368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103368#p103368"/>
		<title type="html"><![CDATA[help me with this regex please (anti xploiT DCC)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103368#p103368"><![CDATA[
This subject has been discussed a long time ago, look at <a href="http://forum.egghelp.org/viewtopic.php?p=28430" class="postlink">converting a regex from mirc to TCL</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Dec 15, 2014 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sedition]]></name></author>
		<updated>2014-12-14T15:22:38-04:00</updated>

		<published>2014-12-14T15:22:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103366#p103366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103366#p103366"/>
		<title type="html"><![CDATA[Re: some friend who helps me with this regex please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103366#p103366"><![CDATA[
final code<br><div class="codebox"><p>Code: </p><pre><code>## This tcl kicked that attack xploit via dcc your eggdrop #### my nicks in DALnet: [b]Arnold_X-P[/b] and [b]Sedition[/b] emial: urquizoandrade@hotmail.com## my server  is /server matrix.2ip.us #### ban time in minutes ##set banxploit "4"## nick admin ##set memosadmin "sedition"bind raw - PRIVMSG raw:exploitproc raw:exploit {from keyword args} {global banxploit memosadmin  set args [string trim $args "{}"]  if {[regexp -nocase {(SEND|RESUME).*"(?:[^" ]*\s){32}.*$} $args]} {  set banmask *!*@[lindex [split $from @] 1]   set nick [lindex [split $from "!"] 0]  foreach chan [channels] {    newchanban $chan $banmask Exploit "You cannot attack me with its dirty Exploits, high place." $banxploit   }    putserv "ms send $memosadmin owner I was attacked by Xploits for 4$nick 7($from) in date of 1(4[strftime %d/%b/%Y@%H:%M]1)."        putlog "1\[4ALERTA1\] is detected Attack DCC SEND Xploit for $nick ($from) Proceeding to stamp."return 0  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11854">Sedition</a> — Sun Dec 14, 2014 3:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sedition]]></name></author>
		<updated>2014-12-14T15:28:14-04:00</updated>

		<published>2014-07-09T01:29:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102979#p102979</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102979#p102979"/>
		<title type="html"><![CDATA[help me with this regex please (anti xploiT DCC)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102979#p102979"><![CDATA[
good morning I would like all that they help me with this regex to extract of unreal it is an excellent anti dcc xploit<br><br><strong class="text-strong">regex "\x01DCC (SEND|RESUME)[ ]+\"(.+ ){20}"</strong><br><br>and the attacker uses an exploit that tries to knock down my bot but in partyline its attack goes out for me so:<blockquote class="uncited"><div>&lt;(Kantuta&gt; [06:20:00] @#Beni (+tn) : [m/9 o/4 h/0 v/0 n/5 b/0 e/- I/-]<br>&lt;(Kantuta&gt; [06:20:35] [miguelito!~<a href="mailto:miguelito@xx.xx.xx.xx">miguelito@xx.xx.xx.xx</a>] DCC SeND "+ w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w + w</div></blockquote>try to arm the tcl but it me does not work someone please who helps me is so that it detects the attack xploit and punishes it<br><div class="codebox"><p>Code: </p><pre><code>bind CTCP - DCC handle_exploitproc handle_exploit {nick uhost hand dest key arg} {if {[regexp {(SEND|RESUME)[ ]+\"(.+ ){20}} $arg]} { foreach chan [channels] {   pushmode $chan +b "*!*@[lindex [split $uhost "@"] end]"   putkick $chan $nick "please stop no xploits Dcc."  }}}</code></pre></div>please someone who helps me with this code would be grateful to him very much   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><br><br><br>//////////////////      /////////////////////////<br><br>I found another tcl that should stamp on users who send exploits in texts, installed it but it does not work<div class="codebox"><p>Code: </p><pre><code>bind ctcp -|- "DCC" satmd_botnet_antidccbug_ctcpproc satmd_botnet_antidccbug_ctcp { nick uhost handle dest keyword text } {global botnickset dcc_type [string toupper [lindex $text 0]]if { $dcc_type == "SEND" &amp;&amp; ( [string length $text] &gt; 200 || [satmd_botnet_antidccbug_count $text " "] &gt; 20) } {putloglev "cmdw1" "*" "mIRC DCC SEND exploit detected @ $nick!$uhost/$handle:$dest"set banmask1 "$nick!*@*"set banmask2 "*!*@[lindex [split $uhost @] 1]"catch { satmd_gban_add $banmask1 $botnick "EXPLOIT: mIRC DCC SEND" }catch { satmd_gban_add $banmask2 $botnick "EXPLOIT: mIRC DCC SEND" }satmd_botnet_gban_add "$banmask1" "90d" "antidccbug@$botnick" "$botnick" "mIRC DCC exploit detected" 1satmd_botnet_gban_add "$banmask2" "15d" "antidccbug@$botnick" "$botnick" "mIRC DCC exploit detected" 1return 1}return 0}</code></pre></div>only I want that it detects the attack and stamps on the user but it attacks dcc xploits of texts<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11854">Sedition</a> — Wed Jul 09, 2014 1:29 am</p><hr />
]]></content>
	</entry>
	</feed>
