Pages

mercredi 24 avril 2013

Terraforming Backtrack , Wyzeman Stylez


   Backtrack est une distro de linux originelement construite afin d'etre 
Utilisé à partir d'un liveCD. Bien que l'idée de pouvoir avoir partout 
avec soit une distro pour faire des pentests à partir de n'importe quel pc
soit plutôt sympa,il est tout aussi intérressant de pouvoir transformer
sont propre pc en petite machine de guerre (ok les SK c'est le temps de
saliver et de dévelloper vos réflexes Pavlovien un tantinet)). Bien que
l'équipe de Backtrack ai fait bien des efforts à cet égard en créant un
installer dequalité et tout récement l'intégrations des systèmes d'update
de Ubuntu.  Il reste tout de moins plusieurs modification post install à
faire avant  de savourez pleinement votre expérience et de pouvoir
utiliser backtrack  comme une workstation le jour, et comme une pentest
station la nuit.


   la première chose à faire après le boot est de changé le mots de passe
par défault (root/toor) pour quelque chose d'un peu plus sécuritaire et de
moins universellement connu. 

login root
password toor

passwd root 


   Nous crérons ensuite un user non root pour la vie de tout les jours,
vous éviterez ainsi de mettre le feu dans la barack avec un rm -rf *
ou quelque chose dupasswd root 
adduser user genre.
adduser user

   Comme la version la plus récente de Backtrack ne date pas de hier nous
allons lancer un update général du système pour être certain d'avoir tout
les nouveaux bugs à jour (oui vous avez bien lu ;) )

apt-get update
apt-get upgrade


   Nous sommes maintenant pret pour installer la majeur parti des softwares
d'utilisation courante afin de pouvoir qualifié notre installation de
"workstation". Certain d'entre eux nécessiterons quelque petit ajustement,
ils sont identifié par *** suivie d'un commentaire. Comme certaine 
installation requière un interface graphique nous allons booter X tout
de suite. (oui oui en root)

startx

ouvrir une console (applications/Accessories/terminal)

apt-get install guake *** need setup for lunching at gui start
apt-get install software-center
apt-get install chromium-browser  *** need tweak to run root 
apt-get install xchat  *** may need to setup utf-8 charset
apt-get install pidgin
apt-get install gparted
apt-get install audacious
apt-get install wildmidi
apt-get install vlc  *** neet tweak to run root
apt-get install mplayer
apt-get install brasero
apt-get install ident2
apt-get install gimp
apt-get install inkscape
apt-get install filezilla
apt-get install dosbox
apt-get install netbeans
apt-get install eclipse


   Certain software nécessite une installation qui demande un peu plus de
skills car il ne font pas parti du repository de Ubuntu. J'ai indiqué entre
parenthèse les links sur lesquels j'ai trouvé la documentation nécessaire
à l'installation des dit softwares, mais j'ai aussi faite un petit résumé
qui devrait permettre à la plus part d'entre vous de vous en sortir. 

dropbox ( http://askubuntu.com/questions/126198/how-to-install-dropbox )

add-apt-repository "deb http://linux.dropbox.com/ubuntu $(lsb_release -sc) main"
apt-get update && sudo apt-get install nautilus-dropbox
dropbox start -i
configure user


google earth 

apt-get install googleearth-package
make-googleearth-package --force
dpkg -i ./googleearth_6.0.3.2197+0.5.7-1_i386.deb

alternative (dont work good for me but who know)

google earth  ( https://help.ubuntu.com/community/GoogleEarth )

download .dep http://www.google.com/earth/download/ge/agree.html
apt-get install lsb-core
apt-get install gdebi 
gdebi path_to_the_google_earth_package.deb


virtualbox ( http://www.backtrack-linux.org/wiki/index.php/Install_VBox ) 

wget http://download.virtualbox.org/virtualbox/4.0.10/virtualbox-4.0_4.0.10-72479~Ubuntu~lucid_i386.deb
dpkg -i virtualbox-4.0_4.0.10-72479~Ubuntu~lucid_i386.deb 


skype ( http://www.noobslab.com/2012/06/install-skype-40-in-ubuntulinux-mint.html )

wget -O skype http://download.skype.com/linux/skype-ubuntu_4.0.0.8-1_i386.deb
apt-get install libxss1
dpkg -i skype

xmind ( http://www.xmind.net/ )

wget http://www.xmind.net/xmind/downloads/xmind-linux-3.3.1.201212250029_i386.deb
dpkg -i xmind-linux-3.3.1.201212250029_i386.deb

playonlinux ( http://www.playonlinux.com/en/topic-9360-HOWTO_Updating_PlayOnLinux_on_Backtrack_5_R3.html )

add-apt-repository ppa:ubuntu-wine/ppa
wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add -
wget http://deb.playonlinux.com/playonlinux_lucid.list -O /etc/apt/sources.list.d/playonlinux.list
apt-get update && apt-get dist-upgrade
apt-get install playonlinux

Office 2007 *** need setup for a better menu interface

mount mount -o loop Microsoft\ Office\ Pro\ Plus\ 2007\ SP2.iso /mnt/cdrom
playonlinux
run microsoft office 2007 installer


tor

download tor https://www.torproject.org/dist/torbrowser/linux/
Extract to destination of your choice
You should now be able to just click your start tor button to start.



Bon maintenant qu'on a une bonne selection de software installé, il y a un peu
de débuging à faire et quelque amélioration de config pour optimizé l'expérience
utilisateur.


Quelque logiciel ne veullent pas roullé en root pour des raisons de sécurité. Bien
que ca ne soit pas conseillé, je préfère avoir le choix de faire sque je veux bien
que dme faire limité par la volonté d'un programmeur ( hé ho faites pas ses têtes la
vous êtes en train de setuper backtrack alors on ne devrait pas avoir trop de remord
au sujet de craquer quelques software non ? ;) ).


run chromium-browser as root ( https://karakasidis.wordpress.com/2012/01/10/how-to-run-chromium-browser-and-vlc-in-bt-with-root-privileges-2/ )

/usr/lib/chromium-browser
hexedit chromium-browser
tab
ctrl+s to search for geteuid
modifier geteuid pour getppid
ctrl-x 


run vlc as root 

cd /usr/bin/
hexedit vlc 
ctrl+s to search for geteuid
modifier geteuid pour getppid
ctrl-x 


run tor as root

nano start-tor-browser 
mettre le code suivant en commentaire
#if [ "`id -u`" -eq 0 ]; then
#       complain "The Tor Browser Bundle should not be run as root.  Exiting."
#       exit 1
#fi


Les prochains updates touches des petits problèmes avec lesquels on peu vivre
mais qui nous pourrisse la vie avec le temps. Quelques modification de 
configuration suffiront pour regler la plus part des prochains problèmes


clock&weather (adjust zone time, hours and city for weather)

heures : right click/preference/time settings/indiqué la bonne heure
meteo :  left click/edit locations/add

graphical boot ( http://preferablylinux.blogspot.ca/2011/10/automatically-start-x-with-gdm-in.html )

apt-get install gdm
nano /etc/init/gdm.conf (ou ouvrir avec gedit ou l'éditeur de votre coeur)

modifier le fichier pour qu'il ressemble à ceci :

# gdm - GNOME Display Manager
#
# The display manager service manages the X servers running on the
# system, providing login and auto-login services

description "GNOME Display Manager"
author "William Jon McCann <mccann@jhu.edu>"

start on (filesystem
and started dbus
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udevtrigger))
stop on runlevel [016]

emits starting-dm

env XORGCONFIG=/etc/X11/xorg.conf

script
export XORGCONFIG

exec gdm-binary $CONFIG_FILE
end script

reboot now



networking on boot  ( http://ubuntuforums.org/showthread.php?t=1146509 ) 

wicd
 echo "/etc/init.d/wicd start" >> /etc/rc.local 
wicd-client
 system/preference/startup application
 add /usr/bin/wicd-client


guake on boot

system/preference/startup application
add /usr/bin/guake

get the sound fucking work ( http://www.backtrack-linux.org/forums/showthread.php?t=54103 )

systeme/preference/startup application
add /usr/bin/pulseaudio

change hostname  ( http://hackcept.blogspot.ca/2011/08/backtrack-change-host-name.html )

nano /etc/hostname
skyisthelimit (or whatever you want)


set utf-8 in xchat ( http://xchat.org/encoding/ )

edit server set character set to utf-8 (for each network :/)

Voila qui devrait rendre votre vie sous backtrack un peu plus intéressante, certe il
reste encore bien des modifs qui peuvent être faite notament pour amélioré la sécurité,
comme par exemple, changé le mots de pass par défaut du root mysql (root/toor), mais la
sortie récente de Kali linux et le changement pour debian au lieu de ubuntu moblige à
devancé la publication de cet article afin qu'il puissent être encore utile à quelqu'un.
Je vous permets de croire qu'une version de cet article pour Kali linux sera publier un
jour si nécessaire. 


Un petit nanane pour ceux qui on suivie jusqu'ici. si vous avez bien remarqué, vous
avez installer dosbox qui permet de runner des vieux executable dos, l'interet est 
surtout pour les amateurs de jeux oldschool. la plus part d'entre eux étant rendu
abandonware il est possible de les downloader sur des sites spécialisé, tel que

http://www.abandonia.com/
http://www.abandonwaredos.com/

par contre, certain classique tel que Master of Orion 2 ou Civilisation 2 ne sont pas
disponible car les copyrights sont encore appliqué, voici donc un petit truc (vieux
comme la terre, mais toujours aussi efficace qui vous permetras de retrouver une
bonne parti de vos titre préféré. 

dans google tapez

"index of /" dos

changer dos pour le nom de ce que vous chercher, ou souvent mieu le nom complet
d'un fichier fesant parti de ce que vous chercher. Sur ce, have fun. 

mardi 23 avril 2013

Circulaire IGA 0014 3eme semestre d'Avril 2013

   _________________   _________________    __________________
 /                  | |                 \ /           Beta 3  |
| xxxx              , |            _____/|            xxxxxxx |
;  xxx              : ;           <     |;        .   xxxxx   |
:  xxx              ; :                 |:        |   xx      |
 _ __ ___ __________|  _________________| ________|___________|
[Circulaire 0014, 3eme semestre d'avril 2013,        gentlemen]



how to discover botnet with nessus Windows 8.1 Theorical Vulnerability Linux Kernel
 firefox

 Apache

 Xen

 Shockwave

 Microsoft various shit

 Java

   _____    
 .`     `.  Authentified Hackers refuelling Device
|   .-.   | -  TIM HORTON             -  COUNTRY STYLE
|  |   |  | -  AU ROYAUME DE LA TARTE -  DUNKIN' DONUTs
|\/|   |/\| -  BEL-GAUFRE
|*  `'` **| ===========================================
 `._____.'  Dont Forget: A Hacker without donuts 
     =============ITS NOT A HACKER!!============

Who's anonymous 

#OpNorthKorea

Anonymous vs Los Zetas Cartel cyberwar

Astronomy Physics Space Exploration
"Il n"en tien qua toi pour que largent coule a flot" The gold drop out Le coin du bitcoins...le...bit coin..... The big picture Stock Market forecast Rising Star ( $$$ at med risk ) $mu waiting the next catalyser $himx rumored to be a major google glass hardware provider $mnkd devrait sortir un médicament révolutionnaire pour diabète cet été $fslr $dsco nouveau médicament au 2eme quart. $alxa nouveau médicament au 3eme quart $path nouveau médicament au 4eme quart Danger Zone ( $$$ at high risk ) $znga sous évalué target 5.60$ $tsla a déclaré des profits pour la première fois de sont histoire $bbry lancement du Q10 $amd Still Low $wag wallmart + green = wallgreen (+medicare) $ssys 3d printing $ocz Dont Ask ;) ( $$ at low risk ) $VLO acheté maintenant récolté cet été Safety bet ( $ at low risk ) $f sous-évalué, sort les ventes de mars mardi le 2/3/13 $wfc Finance solide $csco beaucoup d'aquisition stratégique récente $qcom il l'ont tu l'affaires les chinois $fb Pour ceux qui voudrait suivre les rendements des actions proposées nous avons créés une game sur marketwatch. circulaireiga - Free stock market game - MarketWatch.com password circiga n'hésitez pas à vous créez un accompte pour nous challenger ;) __ __ _| |_| |_ / | |_| |_| | <|__|_|__| \_ __ _ __ \ _| |_| | | $ |_| |_| |/ _____ $ |__| |__| |_____| _____ _____ $ |_____| |_____| |_____| _____ $ |_____| |_____| |_____| |_____| _____ |_____| |_____| |_____| |_____| |_____|
________ _______|________|________ ||||||||||||||||||||||||||| `|``|```|```````|```|``|` | | | | | | __ | | | | | | \__|| | | | | | ___||_| | | | | | ( | | | | | | / | | | | | | / )( | | | | | | / | | | | | | / | | | | | | (. )( | | | | | | (. | | | | | | (_____________|__|___|_______|___|__|


GLOBAL WARNING (1 to 5) : 3 


diminution des dépenses militaire pour la premiere fois depuis
1998..donc en bref, la dernière fois c'est quand on écrivaient
IGA.. bref IGA c'est bon pour la paix dans le monde... si si .


state of the art USA war toys

North-Korea (Pyongyang style)

 Treath level : 2 ( -1 )

 Conflic Warming

War in Syria
 
 Treath level : 2 ( = )

 Field operation

The whole Africa
 
 Treath level : 1 ( = )

 Field operation

              .-.              .-.              .-.    
             |_ _|            |_ _|            |_ _|               
            .</_\>,          .</_\>,          .</_\>,            
            (o_0_o)          (o_0_o)          (o_0_o)             
          .'\ .---'''''''''''--.   /'.      .'\     /'.          
          | .'                  '. | |      | | ;   | |          
          .'                   ;  '._|      |_| :   |_|          
          ;                        ; |   .-. \ \    | |  .-.      
          |___.--''''''''''''--.___|_|  |_ _| \_\-. |_| |_ _|    
          :______.-----------._____; >  </_\>, (_\ \(_>.</_\>,   
         /|  ________    ________  |\   o_0_o)   |\ \  (o_0_o)   
        ( ; (     _.'    '._     ) ; ).'\    /'. | \_.'\     /'. 
        ; \ '._.-'   .''.   '-._.' / ; | ;   | |_|__|| | ;   | | 
        |  |      -' :  \  '-     |  |_| :   |_| |  ||_| :   |_|  
        :  |         ;            |  ;\ \    | | | _| \ \    | |  
        .' ;         .--.         ; '. \_\-. |_|\|/__) \_\-. |_| 
       / .' \     .-'.--.'-.     / '. \|(_\ \(_>       |(_\ \(_> 
      (.'    \   / /'    '\ \   /    '.)  |\ \\        |  |\ \\  
       \      \.'-'        '-'./      /|  | \_\        |  | \_\  
        \.--'''      .''.      '''--./ |__|__| \       |__|__| \ 
       (        \    .--.    /        )|  |  |         |  |  |   
       ;     ..     /  l \      ..    ;|_ | _|         |_ | _|   
        \   (__)   (      )    (__)   /__\|/__)       (__\|/__)  
  _____  '-.______.-\    /--.______.-' ._                        
''   .'              '--'              -.`'----..      
   .'                                    `.      `     
  /                                        \      `    
 /                    |                     \      \   
 \                    |                     /       |    
  |                  / \                    |       |


==============================================================
*             Are you ready for some football ?              *
==============================================================


==============================================================
*    Des conspirateurs qui conspire des conspirations        *
==============================================================

stu moi qui capote ou messemble que y'on un peu exagéré...

j'tellement pas sur que c'est mieu...

le recoin du bitcoins, 

============================================================== * EOF * ==============================================================

mardi 16 avril 2013

Circulaire iga 0013 2eme semestre d'Avril 2013



- L'Esprit du Hacker The rise of everyday hackers - dark crawler SHODAN - Computer Search Engine - Android Trojan Botnet now spreading Android trojans - The H Security: News and Features - Meet the Pony botnet Crimeware - Présentation de PONY Botnet 1.9 | UnderNews - Hijacker un avion a partir de sont salon Researcher hacks aircraft controls with Android smartphone • The Register - Theorical Vulnerability - Firefox Mozilla Firefox/Thunderbird/Seamonkey CVE-2013-0789 Memory Corruption Vulnerability Mozilla Firefox/Thunderbird/SeaMonkey CVE-2013-0800 Out of Bounds Denial of Service Vulnerability Mozilla Firefox and Seamonkey CVE-2013-0792 Memory Corruption Vulnerability Mozilla Firefox/SeaMonkey/Thunderbird CVE-2013-0793 Cross Site Scripting Vulnerability - Samba Samba CIFS Attributes CVE-2013-0454 Remote Security Bypass Vulnerability - Apache Apache CXF CVE-2012-5633 Security Bypass Vulnerability Apache CXF SOAP Action Spoofing Security Bypass Vulnerability Apache Subversion 'mod_dav_svn/lock.c' Remote Denial of Service Vulnerability - Flash Adobe Flash Player and AIR CVE-2013-1379 Memory Corruption Vulnerability Adobe Flash Player and AIR CVE-2013-1380 Memory Corruption Vulnerability Adobe Flash Player and AIR CVE-2013-1378 Memory Corruption Vulnerability - Linux kernel Linux Kernel CVE-2012-6538 Local Information Disclosure Vulnerability Linux Kernel KVM CVE-2013-1796 Buffer Overflow Vulnerability Linux Kernel KVM 'MSR_KVM_SYSTEM_TIME' Use After Free Memory Corruption Vulnerability - Phpmyadmin phpMyAdmin 'tbl_gis_visualization.php' Multiple Cross Site Scripting Vulnerabilities - Bind ISC BIND 9 DNS64 CVE-2012-5689 Remote Denial of Service Vulnerability _____ .` `. Authentified Hackers refuelling Device | .-. | - TIM HORTON - COUNTRY STYLE | | | | - AU ROYAUME DE LA TARTE - DUNKIN' DONUTs |\/| |/\| - BEL-GAUFRE |* `'` **| =========================================== `._____.' Dont Forget: A Hacker without donuts =============ITS NOT A HACKER!!============



Freeanons ARTICLES - FREEANONS SOLIDARITY NETWORK
Operation Awake the mass
Anonymous ~ Operation Awake The Masses | LeakSource

#OpIsrael
The Mystical Meanings of the Anonymous Hacking Attacks | The Jewish Press
Anonymous claims to have caused billions of dollars in damage to Israel in their latest cyberattack :: TweakTown
Anonymous Hacks Israel for Holocaust Memorial - The Daily Beast
Anonymous Hackers: Hacktivists Begin Anti-Israel Campaign
When Hackers Took On Israel And Won - #OpIsrael - [News] ~ illSecure
la liste complete
Anonymous • List of confirmed affected websites during #OpIsrael

#OpNorthKorea
Anonymous Promises Fresh Attacks On North Korea


          ==============================================================
          *                       Gears of war                         *
          ==============================================================

extention de chrome pour encrypter des messages dans des images
sur facebook. 

Secretbook : une app Chrome qui inscrit des messages codés dans les images Facebook


The growing militarization of U.S. police http://www.blacklistednews.com/IRS_to_monitor_Facebook, ============================================================== * Geek Stuff * ==============================================================
http://www.geekbecois.com/une-scene-de-jolies-dames-nues-et-des-geeks-bienvenue-au-burlesgeek/?utm_campaign=WPtwitter&utm_medium=twitter&utm_source=twitter


- Biologie
http://www.begeek.fr/une-puce-capable-de-sequencer-ladn-en-moins-dune-heure-89589?utm_campaign=Twitter+Begeek&utm_medium=twitter&utm_source=twitter
Scientists Are Cracking the Primordial Soup Mystery - Slashdot
  non mais yé tu pas cute ?
La Terre a ses propres extraterrestres capables de survivre au vide de l’espace | Daily Geek Show

- Physics
2013/04/11 > BE Royaume-Uni 120 > Avancées mathématiques dans le domaine de la téléportation

- Psycho-histoire
Mathematicians Predict the Future With Data From the Past | Wired Enterprise | Wired.com

- Space Exploration
NASA-backed fusion rocket aims for human Mars mission - Computerworld
The Many Mysterious Forms of Water on Mars | Wired Science | Wired.com
Soviet Balloon Probes May Have Seen Rain on Venus | Wired Science | Wired.com
Une sonde soviétique retrouvée sur Mars après 40 ans ? | Ciel et Espace

 
   
    "Il n"en tien qua toi pour que largent coule a flot"

Bulle, pas bulle ou bubulle, le bitcoins a profité des spots
light pour se montrer la face au dessus des 200$ us ! et a 
redessendre en panique a 55$, tout le monde capote. Une belle
occasion d'achat. 


- Le coin du bitcoins...le...bit coin.....
Max Keiser: Ecologists Should Embrace Bitcoin | LeakSource
Bitcoin Market Not A Bubble And Still Highly Undervalued - Seeking Alpha
10 Things You Don't Know About Bitcoin But Should - Seeking Alph
Yes, people are hoarding bitcoins  –  Quartz
More On Bitcoin - Seeking Alpha
YouTube
http://afrinnovator.com/blog/2013/04/01/bitcoin-crypto-currency-and-the-opportunity-for-a-truly-pan-africa-money-revolution/
An Illustrated History Of Bitcoin Crashes - Forbes
23-year-old releases new chips that 'mine' Bitcoins 50 times faster | The Verge
Bitcoin Rises: Digital currency beats paper - YouTube

- The big picture
FINVIZ.com - Stock Screener

 
- Stock Market forecast
 - Rising Star        ( $$$ at med risk )
   $mu                waiting the next catalyser
   $himx              rumored to be a major google glass hardware provider
   $mnkd              devrait sortir un médicament révolutionnaire pour diabète cet été
   $dsco              nouveau médicament au 2eme quart. 
   $alxa              nouveau médicament au 3eme quart
   $path              nouveau médicament au 4eme quart
 - Play the variation ( $$$ at high risk )
   $fslr              entre 25$ et 35$  
 - Danger Zone        ( $$$ at high risk )
   $znga              sous évalué target 5.60$
   $tsla              déclaré des profits pour la première fois de sont histoire
   $bbry              lancement du Q10
   $amd        Still Low
   $wag               wallmart + green = wallgreen (+medicare)
   $ssys              3d printing
 - Dont Ask ;)        ( $$ at low risk )
   $VLO               acheté maintenant récolté cet été
 - Safety bet         ( $ at low risk )
   $f                 sous-évalué, sort les ventes de mars mardi le 2/3/13
   $wfc               Finance solide
   $csco              beaucoup d'aquisition stratégique récente
   $qcom              il l'ont tu l'affaires les chinois
 - Not so safety bet ( $$ at med risk )
   $fb
 - Earning Move           
   $c                 lundi 15-04-2013
   $yahoo             mardi 16-04-2013
   $ko                mardi 16-04-2013 
   $intc              mardi 16-04-2013
   $bac               mercredi 17-04-2013
   $sknd              mercredi 17-04-2013
   $ebay              mercredi 17-04-2013
   $amd               jeudi 18-04-2013
   $goog              jeudi 18-04-2013
   $msft              jeudi 18-04-2013
   $ibm               jeudi 18-04-2013
   $nok               jeudi 18-04-2013

Pour ceux qui voudrait suivre les rendements des actions proposées
nous avons créés une game sur marketwatch. 

circulaireiga - Free stock market game - MarketWatch.com


password circiga

n'hésitez pas à vous créez un accompte pour nous challenger ;)



                                __   __                     
                              _|  |_|  |_
                             / |  |_|  |_|
                            | <|__|_|__|
                             \_ __ _ __ \
                              _|  |_|  | |
                     $       |_|  |_|  |/
                   _____     $ |__| |__|
                  |_____|  _____   _____     $
                  |_____| |_____| |_____|  _____     $
                  |_____| |_____| |_____| |_____|  _____
                  |_____| |_____| |_____| |_____| |_____|


- Monsanto (terminator seed) - Sony (sopa sipa cispa acta) - Church of Scientology (Tom Cruise) ________ _______|________|________ ||||||||||||||||||||||||||| `|``|```|```````|```|``|` | | | | | | __ | | | | | | \__|| | | | | | ___||_| | | | | | ( | | | | | | / | | | | | | / )( | | | | | | / | | | | | | / | | | | | | (. )( | | | | | | (. | | | | | | (_____________|__|___|_______|___|__|




- Un gros Lazer, un drone, boom pi du feu = cool
Watch the Navy's New Ship-Mounted Laser Cannon Kill a Drone | Danger Room | Wired.com

- MrPatate of the years
http://www.reuters.com/article/2013/04/09/us-libya-arms-un-idUSBRE93814Y20130409



GLOBAL WARNING (1 to 5) : 3 

- North-Korea (Pyongyang style)

 - historical recap 
South Korea Believes North Could Launch Missile Test As Soon As Tomorrow - Business Insider

 - Treath level : 3 ( = )

 - Conflic Warming
http://www.reuters.com/article/2013/04/07/us-korea-north-usa-missile-idUSBRE93600720130407
http://www.reuters.com/article/2013/04/08/us-korea-north-nuclear-idUSBRE93701220130408
http://www.reuters.com/article/2013/04/08/us-korea-north-idUSBRE93408020130408
http://www.reuters.com/article/2013/04/08/us-korea-kaesong-idUSBRE93706L20130408
South Korea Wants Nukes From U.S. | LeakSource
http://www.reuters.com/article/2013/04/10/us-korea-north-idUSBRE93408020130410
Pyongyang Warns Foreigners to Evacuate South Korea, Threatens “Thermonuclear” War | LeakSource
North Korea’s Latest Propaganda Video: Military Killer Dogs! | LeakSource
North Korea nears 'dangerous line,' Hagel says - CNN.com
North Korea Shifts Missile Locations Ahead of Imminent Launch | LeakSource
North Korea states 'nuclear war is unavoidable' as it declares first target will be Japan  | World | News | Daily Express
U.S., China agree to rid North Korea of nuclear weapons - The Globe and Mail
 - Propagande
North Korean video shows imagined strikes on U.S. | Indianapolis Star | indystar.com
 - the derfian théory
http://www.reuters.com/article/2013/04/09/us-korea-north-military-idUSBRE93814F20130409


- War in Syria
 
 - Treath level : 2 ( = )

 - Field operation
http://www.nytimes.com/2013/04/10/world/asia/south-korean-leader-seeks-to-end-vicious-cycle-with-north.html?_r=1&
http://www.reuters.com/article/2013/04/09/us-syria-crisis-nusra-iraq-idUSBRE93804V20130409
Syria Fighting In Homs As Assad Troops Battle Rebels Near Lebanon Border
http://www.nytimes.com/2013/04/12/world/middleeast/syria.html?_r=0
http://www.reuters.com/article/2013/04/13/us-syria-crisis-gas-idUSBRE93C06820130413


- The whole Africa
 
 - Treath level : 1 ( = )

 - Field operation
Contractors' Next Payday: Commando Logistics for Africa Shadow Wars | Danger Room | Wired.com

              .-.              .-.              .-.    
             |_ _|            |_ _|            |_ _|               
            .</_\>,          .</_\>,          .</_\>,            
            (o_0_o)          (o_0_o)          (o_0_o)             
          .'\ .---'''''''''''--.   /'.      .'\     /'.          
          | .'                  '. | |      | | ;   | |          
          .'                   ;  '._|      |_| :   |_|          
          ;                        ; |   .-. \ \    | |  .-.      
          |___.--''''''''''''--.___|_|  |_ _| \_\-. |_| |_ _|    
          :______.-----------._____; >  </_\>, (_\ \(_>.</_\>,   
         /|  ________    ________  |\   o_0_o)   |\ \  (o_0_o)   
        ( ; (     _.'    '._     ) ; ).'\    /'. | \_.'\     /'. 
        ; \ '._.-'   .''.   '-._.' / ; | ;   | |_|__|| | ;   | | 
        |  |      -' :  \  '-     |  |_| :   |_| |  ||_| :   |_|  
        :  |         ;            |  ;\ \    | | | _| \ \    | |  
        .' ;         .--.         ; '. \_\-. |_|\|/__) \_\-. |_| 
       / .' \     .-'.--.'-.     / '. \|(_\ \(_>       |(_\ \(_> 
      (.'    \   / /'    '\ \   /    '.)  |\ \\        |  |\ \\  
       \      \.'-'        '-'./      /|  | \_\        |  | \_\  
        \.--'''      .''.      '''--./ |__|__| \       |__|__| \ 
       (        \    .--.    /        )|  |  |         |  |  |   
       ;     ..     /  l \      ..    ;|_ | _|         |_ | _|   
        \   (__)   (      )    (__)   /__\|/__)       (__\|/__)  
  _____  '-.______.-\    /--.______.-' ._                        
''   .'              '--'              -.`'----..      
   .'                                    `.      `     
  /                                        \      `    
 /                    |                     \      \   
 \                    |                     /       |    
  |                  / \                    |       |




==============================================================
*             Are you ready for some football ?              *
==============================================================

2013 NFL Draft: Eddie Lacy sits atop running back rankings - NFL.com
2013 NFL Draft: Tyler Eifert, Travis Kelce top tight end rankings - NFL.com


==============================================================
*    Des conspirateurs qui conspire des conspirations        *
==============================================================

http://www.blacklistednews.com/Empire'


lundi 8 avril 2013

La Circulaire IGA 0012 1eme semestre d'Avril 2013


               [Circulaire 0012, 2eme semestre d'avril 2013, png-o-rama]



Le monde de la sécurité et de l'insécurité informatique semble avoir pris une semaine de vacance pour se remettre du hang Over de Pâques. Heureusement aucune Pandémie de typhus, de malaria ou de gastro n'a été répertorié suite à  une trop grande consomation d'eau de Pâques. Toute les hypothÚses sont sur la table..À  défaut d'y avoir quoi que se soit d'autre. - Original Botnet Panel Malware - Evernote utilisé comme serveur de commande et de contrÃŽle pour botnet ! | UnderNews - Un Virus qui mine des Bitcoins ? JACKPOT Bitcoin mining malware spreading on Skype, researcher says | PCWorld - TDOS Criminals carry out phone-based DoS attacks on emergency services - 'TDoS' becoming commonplace | TechEye - Theorical Vulnerability - GlibC GNU glibc 'ld.so' ELF Header Parsing Remote Integer Overflow Vulnerability - Nvidia unix gpu driver NVIDIA Unix GPU Driver CVE-2013-0131 Local Privilege Escalation Vulnerability _____ .` `. Authentified Hackers refuelling Device | .-. | - TIM HORTON - COUNTRY STYLE | | | | - AU ROYAUME DE LA TARTE - DUNKIN' DONUTs |\/| |/\| - BEL-GAUFRE |* `'` **| =========================================== `._____.' Dont Forget: A Hacker without donuts =============ITS NOT A HACKER!!============

La nouvelle majeur de la semaine est la déclaration de cyber guerre à la Korée du nord. Beaucoup d'anonymous y voyant la possibilité de recréer un printemps arabe en Asie, mais nous en doutons tous fortement. Il est à noté que certain cercle d'Anonymous prétendre que #OpNorthKorea est un paravent créé par la CIA, poursuivant ainsi la doctrine des guerres de proxie si cher à  Washington. À€ suivre aussi dimanche #OpIsrael qui devrait sois-disant rayé Israel de la cyber map, ce qui n'a
manifestement pas été le cas, bien que l'opération fut malgré
tout plutôt impressionnante.   
#OpNorthKorea
Anonymous declares war on North Korea, disables government websites - National Anonymous | Examiner.com
Anonymous Hits North Korea Via DDoS - Security - Attacks/breaches - 
Hackers Claim 15,000 Password Swipe from North Korea Site
Anonymous to North Koreans: "Anons are here to set you free" | GlobalPost
Anonymous Tells Kim Jong Un to Step Down -- Daily Intelligencer
North Korean Cyber Defences Breached by Anonymous - IBTimes UK
Anonymous threatens to declare cyber war on North Korea | Anonymous WorldWideNews
http://www.salon.com/2013/04/03/anonymous_group_claims_to_hack_nkorea_intranet/
#opNorthKorea : Anonymous lance un raid numérique sur la Corée du Nord | UnderNews
BBC News - Anonymous 'hacks' North Korea social network accounts
#OpIsrael
Anonymous Communications
Anonymous  - Operation Israel
Anonymous - #Operation Israel (v2.0) - YouTube
Hackers promise to "erase Israel" from web in "huge" cyber offensive  - The Commentator
Anonymous hackers declare assault on Israel | JPost | Israel News 
Operation Israel #OPISRAEL | Akashma Online News
#OpIsrael: Israel Military Store Hacked By Latin Hack Team - [News] ~ illSecure
Anonymous launches massive cyber assault on Israel — RT News
Israeli deputy PM's Facebook, Twitter accounts hacked, filled with pro-Palestine messages — RT News
#OpIsrael: 28 Israeli Websites Defaced By SiR Abdou - [News] ~ illSecure
#OpIsrael: 29 Israeli Websites Defaced by BilalSBxTRA & Dr.SaMiM_008 - [News] ~ illSecure
#OpIsrael: 14 Israeli Government Websites Taken Down by Hacktivists - [News] ~ illSecure
  Anonymous hits Israel over Gaza strikes - Salon.com


DEFACED/TANGO DOWN #OpIsrael
HaCkeR By العابث آلأخير 
דף הבית
./xCrotZ
עוגן ק׀יטל - דף הבית
http://leageva.co.il/
HaCkeR By العابث آلأخير 
http://biztv.co.il/
http://bubotmetukot.co.il/
òæ 77, âáåøä, öéåðåú, îìçîú éåí ëéôåø, ÷äìðé, øîú äâåìï , îåøùú ÷øá, òæ, æäåú éäåãéú, ùåøùéåú, ÷éáåõ àìøåí
ùòú øöåï - ãøê çééí | øåçðéåú | îäåú åúãîéú | îùôçä åéìãéí | ãéï åçñã | úäìéê äùéðåé
isranews.com - Le portail israelien francophone.
http://www.imi-israel.com/
http://flycompare.co.il/
301 Moved Permanently
הזמנת דילים לאילת, טיסות זולות לאילת - eilatFlights
http://klipa.co.il/
א. בית ישךאל הובלות - הובלות 
Home
http://easyrhodes.co.il/
חבילות נו׀ש למלטה
http://flightstobarcelona.co.il/
http://learnart.co.il/
markettalk.co.il | the israeli market overview
http://rastot.co.il/
בדיקת מהיךות גלישה / מהיךות הוךדה, שךתים לאימיול - Server4all
HaCked [By Mido Kadia ]  SECURITY 0%
HaCked [By Mido Kadia ]  SECURITY 0%
HaCked [By Mido Kadia ]  SECURITY 0%
HaCked [By Mido Kadia ]  SECURITY 0%
http://www.isoc.org.il/
Error
http://cbs.gov.il/
Document Moved
http://bechirot.gov.il/
http://coca-cola.co.il/
Index of /

How to Buy Friends and Influence People on Facebook | Wired Business | Wired.com
- Astronomy From Cassini at Saturn (With a taste of NIN) Views From Cassini at Saturn (HD FULL) - YouTube How Far is it to Mars? - Biologie homo-sapien à  couché avec Néandertal (jle savais criss...) Actualité > Néandertal et Homo sapiens : une preuve d'hybridation Cats Tutorial http://boingboing.net/2013/04/04/a-cat-video-about-the-science.html?utm_source=dlvr.it&utm_medium=twitter - Earth This gorgeous video shows what Earth looked like throughout 2012 | News | Geek.com Time - Lapse | Earth - YouTube NASA : 1 an d'orbite terrestre en vidéo - Physics All-optical magnetic switching promises terahertz-speed hard drive and RAM memory Scientists Find Signal in Space That Could Be Dark Matter | Wired Science | Wired.com - Space Exploration Gravity-bending find leads to Kepler meeting Einstein Kepler 2.0: Next-Gen Exoplanet Hunter Approved : Discovery News Scientists develop fusion rocket technology in lab – and aim for Mars - Cosmic Log Shaping a New Earth on Mars : Discovery News
"Il n"en tien qua toi pour que largent coule a flot" Grosse semaine au niveau de l'économie, ou quelque moins bonne nouvelle que prévu ont eu pour résultat une des pires semaines en bourse depuis longtemps. les données de vendredi sur l'emploie au USA on décu, seulement 88000 nouvelles job on été créé. Bémol qui ne semble pas avoir été retenu par Wall Street, plus le nombre de chomeur diminue plus il est difficile de créer de nouvel emploi car le bassin de travailleur qualifié diminue. Peu être qu'un geni de la finance va comprendre ca en fin de semaine et que nous pourrons débuté la prochaine semaine en force Sinon il faut aussi noté la performance du Bitcoins qui a  dépasser la valeur unitaire de 150$ par bitcoins et dépassé la capitalisation total du Milliard. Ce qui lui donne une force monaitaire supérieur à  quelques pays dont la plus part d'entre nous ignorions l'existance jusqu'ici. Un détail anodin est presque passé sous le radar, est que le bon vieux Barack, en reponse à l'escalade de menace de la Corée du nord a  authorisé Boeing et Lockhead à  vendre des avions de chasse à  la Corée du sud. Boeing et Lockhead se sont classé parmis les rares entreprise à  la bourse de New York a avoir enregistré des gains cette semaine. Zynga sort aussi parmi les grands gagnant suite a sont lancement officiel de Online Gambling au Royaume Unis. le hype passé il va falloir attendre un autre évènement catalyseur pour ceux qui voudrais faire quelque profit sur le dos de Zynga. - le coin du bitcoin...le bit coin.... ouin c ca Is Bitcoin The World's Most Perfect Speculative Material? - Seeking Alpha The Future of Bitcoin : The New Yorker http://falkvinge.net/2013/04/03/why-bitcoin-is-poised-to-change-society-much-more-than-the-internet-did/ Why Bitcoin Is Like No Other Bubble - Business Insider Dual cyber-attacks hit Bitcoin virtual currency systems — RT News - Petit cours sur les devises complémentaires Complementary Currencies: A Beginner’s Guide | LeakSource - Wallstreet insider moves Wall Street power player: We’re incentivized to cheat - Salon.com - Can Money Buy Happiness? Can Money Buy Happiness? The Science of Materialism, Animated | Brain Pickings - Starve the Beast 50 Ways to Starve the Beast - BlackListedNews.com http://boingboing.net/2013/04/04/wealth-disparity-in-america-a.html?utm_source=dlvr.it&utm_medium=twitter - la vente d'exploit c'est payant aussi ;) Cyber-security: The digital arms trade | The Economist - Day trading tools FINVIZ.com - Stock Screener
http://daytradingit.com/earnings_calendar.html

 
- Stock Market forecast
 - Rising Star        ( $$$ at med risk )
   $mu                entente le 28-03-2013 deviendra #2 si entente japon ratissé
   $himx              rumored to be a major google glass hardware provider
   $mnkd              devrait sortir un médicament révolutionnaire cette été
 - Play the variation ( $$$ at high risk )
   $fslr              entre 25$ et 35$  
 - Danger Zone        ( $$$ at high risk )
   $znga              sous évalué target 5.60$
   $tsla              à déclaré des profits pour la première fois de sont histoire
   $bbry              en attente d'un contrat avec le pentagone
   $amd        Still Low
   $atml
   $wag               wallmart + green = wallgreen (+medicare)
 - Dont Ask ;)        ( $$ at low risk )
   $VLO               acheté maintenant récolté cet été
 - Papi Style         ( $$ at med risk )
   $fb                
 - Safety bet         ( $ at low risk )
   $f                 sous-évalué
   $wfc               Finance solide
   $csco              beaucoup d'aquisition stratégique récente
   $qcom              il l'ont tu l'affaires les chinois
     

Pour ceux qui voudrait suivre les rendements des actions proposées
nous avons créé une game sur marketwatch. 

circulaireiga - Free stock market game - MarketWatch.com


password circiga

n'hésitez pas à  vous créer un accompte pour nous challenger ;)

Et si jamais vous faites des vrais profits, on vous rappelles l'existance
des paradis fiscaux

This is Where the World’s Richest People Hide Their Money - The Daily Beast




                                __   __                     
                              _|  |_|  |_
                             / |  |_|  |_|
                            | <|__|_|__|
                             \_ __ _ __ \
                              _|  |_|  | |
                     $       |_|  |_|  |/
                   _____     $ |__| |__|
                  |_____|  _____   _____     $
                  |_____| |_____| |_____|  _____     $
                  |_____| |_____| |_____| |_____|  _____
                  |_____| |_____| |_____| |_____| |_____|

comme c'est bien davoir les 2 cotés dla pièce d'or, voici un petit quelque
chose pour mettre sous la dent des alter-mondialiste
50 Ways to Starve the Beast - BlackListedNews.com



- Monsanto (terminator seed) - Sony (sopa sipa cispa acta) - Church of Scientology (Tom Cruise) ________ _______|________|________ ||||||||||||||||||||||||||| `|``|```|```````|```|``|` | | | | | | __ | | | | | | \__|| | | | | | ___||_| | | | | | ( | | | | | | / | | | | | | / )( | | | | | | / | | | | | | / | | | | | | (. )( | | | | | | (. | | | | | | (_____________|__|___|_______|___|__|  

GLOBAL WARNING (1 to 5) : 3 - North-Korea - historical recap (timeline) - Treath level : 3 ( = ) - Conflic Warming http://www.reuters.com/article/2013/04/01/us-korea-north-park-idUSBRE93001O20130401 U.S. moves warship, sea-based radar to watch North Korea - CNN.com la chine augmente sa surveillance à la frontiÚre Coréenne China mobilizing troops, jets near Korea | Washington Free Beacon US Navy shifts destroyer in wake of North Korea missile threats - World News North Korea to Restart Yongbyon Nuclear Plant - WSJ.com http://www.reuters.com/article/2013/04/02/us-korea-north-usa-idUSBRE9310OL20130402 http://www.reuters.com/article/2013/04/03/us-korea-north-idUSBRE93002620130403 http://www.reuters.com/article/2013/04/03/us-korea-north-strike-idUSBRE93214C20130403 North Korea Says It Has Final Approval for Nuclear Attack on US | LeakSource http://www.reuters.com/article/2013/04/03/us-korea-usa-fighters-idUSBRE93210220130403 http://www.reuters.com/article/2013/04/03/us-korea-north-guam-idUSBRE9320YQ20130403 La Corée du Nord donne son feu vert à une frappe nucléaire contre les États-Unis Amid Pyongyang bluster, missile launch feared - CNN.com North Korea moves missile with 'considerable range' to coast, says Seoul | World news | guardian.co.uk http://www.reuters.com/article/2013/04/05/us-korea-north-idUSBRE93408020130405 (LEAD) N. Korea loads two medium-range missiles on mobile launchers | YONHAP NEWS la théory derfienne du pétard mouillé Ex-CIA Analyst Expects N. Korea to Attack South Before Tensions End | LeakSource les Nord Coréen sont pret ya pas de doute....well...tk au moins il se pratique pas en fesant takatakatak comme "l'armée" Malienne. Video: Bizarre North Korean newscast of war preparations - The Globe and Mail - War in Syria (ok tout le monde s'en calice) - Treath level : 2 ( = ) - Field operation http://www.reuters.com/article/2013/04/03/us-syria-crisis-lebanon-jet-idUSBRE93209Z20130403 Jihadists are heading to Syria from Tunisia — Phantom Report http://www.reuters.com/article/2013/04/04/us-syria-iran-training-insight-idUSBRE9330DW20130404 - congo/republic cetral d'afrique (tout le monde s'en calisse vraiment) - Treath level : 1 ( = ) - Field operation http://www.reuters.com/article/2013/04/01/centralafrican-opposition-idUSL5N0CO1O120130401 - Mali (he non spa fini même si vous vous en calicez vraiment trop) - Field operation http://www.reuters.com/article/2013/04/02/us-mali-rebels-usa-idUSBRE9310PS20130402 - Afghanistan (he non spa fini et oui vous pouvez vous en calissez) - Field operation http://www.reuters.com/article/2013/04/06/us-afghanistan-attack-zabul-idUSBRE93506820130406 .-. .-. .-. |_ _| |_ _| |_ _| .</_\>, .</_\>, .</_\>, (o_0_o) (o_0_o) (o_0_o) .'\ .---'''''''''''--. /'. .'\ /'. | .' '. | | | | ; | | .' ; '._| |_| : |_| ; ; | .-. \ \ | | .-. |___.--''''''''''''--.___|_| |_ _| \_\-. |_| |_ _| :______.-----------._____; > </_\>, (_\ \(_>.</_\>, /| ________ ________ |\ o_0_o) |\ \ (o_0_o) ( ; ( _.' '._ ) ; ).'\ /'. | \_.'\ /'. ; \ '._.-' .''. '-._.' / ; | ; | |_|__|| | ; | | | | -' : \ '- | |_| : |_| | ||_| : |_| : | ; | ;\ \ | | | _| \ \ | | .' ; .--. ; '. \_\-. |_|\|/__) \_\-. |_| / .' \ .-'.--.'-. / '. \|(_\ \(_> |(_\ \(_> (.' \ / /' '\ \ / '.) |\ \\ | |\ \\ \ \.'-' '-'./ /| | \_\ | | \_\ \.--''' .''. '''--./ |__|__| \ |__|__| \ ( \ .--. / )| | | | | | ; .. / l \ .. ;|_ | _| |_ | _| \ (__) ( ) (__) /__\|/__) (__\|/__) _____ '-.______.-\ /--.______.-' ._ '' .' '--' -.`'----.. .' `. ` / \ ` / | \ \ \ | / | | / \ | |


==============================================================
*                  Conspiration Theory                       *
==============================================================

“The True Story of the Bilderberg Group” and What They May Be Planning Now  |  Global Research
============================================================== * Reality check * ============================================================== http://projects.propublica.org/pipelines/ Twitter / BettyParCiParLa: Reality check... ...