Skip to main content

Anonymous-OS based ubuntu 11.10

We Are Legion
We Do Not Forgive
We Do Not Forget

...Expect Us!

Dear, Anonymity.


Anonymous-OS 0.1 : Anonymous Hackers released their own Operating System 

Yes! Its true,  Anonymous Hackers released their own Operating System with name "Anonymous-OS", is Live is an ubuntu-based distribution and created under Ubuntu 11.10 and uses Mate desktop. You can create the LiveUSB with Unetbootin.
Pre-installed 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
…and more

Comments

Popular posts from this blog

Tutorial Java Servlet

Kumpulan Video Coding

https://www.youtube.com/user/TheGeekStyle/playlists https://www.youtube.com/playlist?list=PLxOOFFsKqfQQfgkcRBS0gJZv7Eo4DlzW-

Database Configuration CodeIgniter for Oracle

Ini adalah contoh script database.php di folder config CodeIgniter untuk Oracle Database. <?php defined('BASEPATH') OR exit('No direct script access allowed'); $active_group = 'default'; $query_builder = TRUE; $db['default'] = array( 'dsn' => ' oci :dbname=// IP:PORT/IBSIBASE ;charset= UTF8 ', 'hostname' => '', 'username' => 'programmer', 'password' => 'pwdProgrammer', 'database' => '', 'dbdriver' => ' pdo ', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton'...