Here some of preinstalled apps on Anonymous-OS: - ParolaPass Password Generator - Find Host IP - Anonymous HOIC - Ddosim - Pyloris - Slowloris - TorsHammer - Sqlmap - Havij - Sql Poison - Admin Finder - John the Ripper - Hash Identifier - Tor - XChat IRC - Pidgin - Vidalia - Polipo - JonDo - i2p - Wireshark - Zenmap - ...
jeudi 15 mars 2012
Security tools
Sans revenir sur la possibilité très élevée que le fameux Anon-os soit en fait plein de chevaux de troie (trojan),
notons avec intérêt les quelques softs qui sont livrés avec :
jeudi 16 février 2012
signaux et terminaux, stty
A la base, une simple question de la part d'une collègue : comment envoyer un SIGQUIT dans un terminal sous mac OS.
Une rapide recherche sur le net donne comme réponse "^\", contrairement à linux où c'est usuellement "^d" qui sert à cela.
Comment configurer cela, comment trouver cela ?
Qui chez moi par exemple (Ubuntu) me donne :
Une rapide recherche sur le net donne comme réponse "^\", contrairement à linux où c'est usuellement "^d" qui sert à cela.
Comment configurer cela, comment trouver cela ?
STTY(1) User Commands STTY(1) NAME stty - change and print terminal line settings SYNOPSIS stty [-F DEVICE | --file=DEVICE] [SETTING]... stty [-F DEVICE | --file=DEVICE] [-a|--all] stty [-F DEVICE | --file=DEVICE] [-g|--save] DESCRIPTION Print or change terminal characteristics.
Qui chez moi par exemple (Ubuntu) me donne :
$ stty -a speed 38400 baud; rows 40; columns 80; line = 0; intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?; swtch = M-^?; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 hupcl -cstopb cread -clocal -crtscts -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc ixany imaxbel iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprtDonc en fait "^d" envoie un "eof", pas un sig_quit...
lundi 12 décembre 2011
OpenData
Qu'est-ce que c'est ?
Twitts à ce sujet
https://twitter.com/#!/search?q=%23opendata
Différentes sources de données ouvertes
US : http://www.data.gov/
UK : http://data.gov.uk/
FR : http://www.data.gouv.fr/
Autres :
FR, SNCF : http://data.sncf.com/
FR, Région : http://datablog.loire-atlantique.fr/
- (par la mairie de Nantes) http://www.youtube.com/watch?v=aHxv_2BMJfw
Twitts à ce sujet
https://twitter.com/#!/search?q=%23opendata
Différentes sources de données ouvertes
US : http://www.data.gov/
UK : http://data.gov.uk/
FR : http://www.data.gouv.fr/
Autres :
FR, SNCF : http://data.sncf.com/
FR, Région : http://datablog.loire-atlantique.fr/
Labels:
database,
france,
opendata,
statistiques
lundi 5 décembre 2011
Carrier IQ detection
La semaine passée, cela a un programme a été révélé comme ayant été installé de base sur de nombreux téléphones par les "Carier" (opérateurs). Il semble que ce programme ne soit qu'un loggueur officiellement mis en place pour adapter le service. Mais cela laisse un arrière goût assez malsain de les savoir installant ce genre de choses sur nos téléphones...
Test : Application pour tester la présence sur votre device : market.android.com : voodoo simple carrier IQ detector
Articles : http://www.linuxfordevices.com/c/a/News/Voodoo-Carrier-IQ-detector/ & autres.
lundi 31 octobre 2011
pdf and images without X
This software allows you to view pdf, images, etc. without launchning th X server. It just uses the framebuffer :-)
You can find it here :
You can find it here :
- Main page :
http://www.kraxel.org/blog/linux/fbida/
http://linux.bytesex.org/fbida - Git Repository
git://git.kraxel.org/fbida
ssh://git.kraxel.org/public/git/fbida - Releases (tar.gz)
Labels:
console,
framebuffer,
image,
pdf,
X
vendredi 14 octobre 2011
CMYK, 300DPI and Linux (Ubuntu)
Wishing to participate in a graphic contest, I had to follow some strict rules:
It took me some time to find the appropriate tools for Ubuntu Linux, since Gimp was not much help with all that. CMYK seemed to be planned for the Gimp-v3.0, but all I found were comment on this "future release" (I'm now using "GNU Image Manipulation Program version 2.6.11", standard one with Ubuntu...).
I used the XnView tool to reset the DPI to 300.
xnview : (sudo apt-get install xnview was enough to install it !)
I found this tool following what is explained here : http://www.rideau-info.com/photos/changedpi.html.
First of all, I had never heard about it, so I was gonna assume it was the default format... In French CMYK is called CMJN, and referred as "Quadrichromie" (opposed to "RGB"(en) "RVB"(fr) "trichromie").
Of course, the pictures I had were in RGB, so I had to convert them to CMYK.
I found a tool able to do that easily, coming on the side of the LittleCMS image library : jpegicc !
Hoping my quest was over, I read the doc on how to use it, and found that CMYK needed some "profiles definition". Looking around on the net, I found some distributed by Adobe doing a search on their website "research" tool. I then found a .zip, unpacked it and had RGB and CMYK profiles (~10 differents).
In order to test them, I applied all of them (in the folder "profiles/CMYK_Profiles/" ) to a sample file "test2.jpg" to see the resulting colors :
To the lazy ones, the command for a single profile (or to copy-past it) :
Those were rendering quite different colors at the end, and I said good bye to my white background.
- Less than 5MB
- "CMNJ" which I found is the french for "CMYK colors"
- JPEG hi-def
It took me some time to find the appropriate tools for Ubuntu Linux, since Gimp was not much help with all that. CMYK seemed to be planned for the Gimp-v3.0, but all I found were comment on this "future release" (I'm now using "GNU Image Manipulation Program version 2.6.11", standard one with Ubuntu...).
DPI problem
I used the XnView tool to reset the DPI to 300.
xnview : (sudo apt-get install xnview was enough to install it !)
I found this tool following what is explained here : http://www.rideau-info.com/photos/changedpi.html.
CMYK problem
First of all, I had never heard about it, so I was gonna assume it was the default format... In French CMYK is called CMJN, and referred as "Quadrichromie" (opposed to "RGB"(en) "RVB"(fr) "trichromie").
Of course, the pictures I had were in RGB, so I had to convert them to CMYK.
I found a tool able to do that easily, coming on the side of the LittleCMS image library : jpegicc !
Hoping my quest was over, I read the doc on how to use it, and found that CMYK needed some "profiles definition". Looking around on the net, I found some distributed by Adobe doing a search on their website "research" tool. I then found a .zip, unpacked it and had RGB and CMYK profiles (~10 differents).
In order to test them, I applied all of them (in the folder "profiles/CMYK_Profiles/" ) to a sample file "test2.jpg" to see the resulting colors :
for i in profiles/CMYK_Profiles/* ; do jpegicc -o"$i" test2.jpg test2.cmyk--`basename "$i"`.jpg ; done
To the lazy ones, the command for a single profile (or to copy-past it) :
jpegicc -oProfile.icc file-In-RGB.jpeg file-Out-CMYK.jpeg
Those were rendering quite different colors at the end, and I said good bye to my white background.
dimanche 19 juin 2011
sites de music gratuite en ligne
Liste de d'autres sites :
http://www.jamendo.com/
http://www.deezer.com/
http://www.jiwa.fm/
http://www.musicme.com/
http://www.sports-live.fr/
http://www.musicuo.com/
http://www.lastfm.fr/
http://www.snoost.com/
http://www.tuberadio.fm/
http://www.soundzit.com/
http://www.playlistnow.fm/
http://www.songza.com/
http://www.jango.com/
http://www.musicblasting.com/
http://www.droppz.com/
http://www.spotube.com/
http://www.allomusic.com/
http://grooveshark.com/
http://skreemr.com/
http://www.youtify.com/
http://www.musicme.com/
http://www.jamendo.com/
http://www.deezer.com/
http://www.jiwa.fm/
http://www.musicme.com/
http://www.sports-live.fr/
http://www.musicuo.com/
http://www.lastfm.fr/
http://www.snoost.com/
http://www.tuberadio.fm/
http://www.soundzit.com/
http://www.playlistnow.fm/
http://www.songza.com/
http://www.jango.com/
http://www.musicblasting.com/
http://www.droppz.com/
http://www.spotube.com/
http://www.allomusic.com/
http://grooveshark.com/
http://skreemr.com/
http://www.youtify.com/
http://www.musicme.com/
samedi 16 avril 2011
Eeepc RT2860 Driver Wifi problem
Solution qui fonction pour moi sous Ubuntu pour installer le driver Ralink sur Ubuntu en remplacement du driver par défaut fourni avec le kernel. Le module incriminé est "rt2860sta.ko", utilisé pour le wifi sur un Asus Eee 1000H.
Ceci est un mini tuto rédigé pour cette machine:
> Linux kilt 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:21 UTC 2011 i686
> GNU/Linux
>
> Ubuntu en distrib 10.04
>
> module wifi rt2860sta
Il faut avoir téléchargé sur les sites appropriés ce paquet :
Voici les commandes à taper :
Ceci est un mini tuto rédigé pour cette machine:
> Linux kilt 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:21 UTC 2011 i686
> GNU/Linux
>
> Ubuntu en distrib 10.04
>
> module wifi rt2860sta
Il faut avoir téléchargé sur les sites appropriés ce paquet :
2010_01_29_RT2860_Linux_STA_v2.3.0.0.tar.bz2
2010_07_16_RT2860_Linux_STA_v2.4.0.0.tar.bz2
Voici les commandes à taper :
lsmod |grep rt
<désactiver le wifi>
sudo rmmod rt2860sta
<décompresser l'archive>
cd <Répertoire créé>
make
cd os/linux/
ls
sudo insmod rt2860sta.ko
<SI insertion réussie : Réactiver le wifi>
<SINON refaire la même avec l'autre tar.bz2>
<tester si ça marche>
<Si ok, pour que ce soit le driver par défaut, copier dans les modules du kernel>
sudo cp rt2860sta.ko /lib/modules/2.6.XXX-generic/kernel/drivers/staging/rt2860/rt2860sta.ko
vendredi 15 avril 2011
Lastest stable version of firefox
Directly from mozilla, have the repository point directly to firefox (found looking for the ubuntu release of firefox 4).
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update && sudo apt-get upgrade
lundi 7 mars 2011
(android app) Son en Morse en fonciton du numéro
http://www.aigarius.com/blog/2011/02/11/morzesms/
Application émettant un son (+ ou - en morse) différent en fonction de la personne qui vient d'envoyer un sms.
Application émettant un son (+ ou - en morse) différent en fonction de la personne qui vient d'envoyer un sms.
Inscription à :
Articles (Atom)