Share |
--- Welcome To Sky Net - The Organization of Hackers ---

Thursday, September 1, 2011

Python Programming

NO NEED TO GO TORRENTS :


[   ] [OReilly].Python.Programming.on.Win32.chm

[   ] Addison.Wesley.-.Perl.To.Python.Migration.-.2001.-.(By.Laxxuss).chm

[   ] Advanced_Python_Programming_David_M.BeazleyOReilly_Open_Source_Conference_2000.pdf

[   ] an-introduction-to-tkinter.pdf

[   ] Apress.Beginning.Python.From.Novice.to.Professional.Sep.2005.pdf

[   ] beginning-game-development-with-python-and-pygame-from-novice-to-professional.9781590598726.29808.pdf

[   ] byteofpython_120.pdf

[   ] diveintopython-pdf-5.4.zip

[   ] GUI_Programming_with_Python_-_QT_Edition [miex.org].chm

UNIX PROGRAMMING

Click the title of ebook to download

UNIX NETWORK PROGRAMMING

[   ]The_Practice_Of_Programming.pdf25-Dec-2008 15:464.8M

[   ]Addison.Wesley.UNIX.Network.Programming.Volume.1.3rd.Ed.The.Sockets.Networking.API.eBook-LiB.chm13-Dec-2004 00:005.4M
[   ]Socket programming - Linux Unix.PDF25-Aug-2007 23:3595K
[   ]UNIX�����̵�1��-cn.pdf06-Mar-2007 14:0429M
[   ]UNIX������ ��2�� ��̼�ͨ��-cn.pdf06-Mar-2007 14:0415M
[   ]UNIX.Network.Programming.Volume.1.3rd.chm       06-Mar-2007 14:045.4M
[   ]linux_socket_programming_by_example_-_que_press.pdf20-Apr-2008 01:083.9M

[   ]UNIX Programmer's Manual.pdf11-Mar-2004 00:001.2M
[   ]UNIX Systems Programming, Second Edition.chm03-Mar-2007 15:332.5M



Blue Screen of Death Screen Saver

ini untuk mengerjai teman anda yang sedang main komputer agar mengira komputer dia rusak karena muncul Blue Screen
Silahkan download ini, NO VIRUS 100%
Jika anti virus mendeteksinya, itu hanya false alarm
dan anti virus anda akan mengira itu virus "Joke.BlueScreen"

Download BSOD Screen Saver

Size : 444 KB

Wednesday, August 31, 2011

How to xss a website and steal cookies

How to xss a website and steal cookies
What is XSS, what can I accomplish with it?
XSS is common in search bars and comment boxes. We can then inject almost any type of programming language into the website. Whether it be Javascript, HTML or XML. XSS is mainly directed at Javascript injection. However, you can inject other languages which will be shown later.
Most people use it to display messages on the website, redirect you to their defacement and even put cookie loggers and XSS shells on the website.

Best Password Hacking Tools 2011

 

Hello Friends , Today I am sharing with you my latest Collection of "Best Password Hacking Tools 2011". Using this password hacking kit you will be able to crack a lot of passwords like Windows Admin password, pdf passwords, zip files passwords, document passwords, rar passwords and much more.. ..........

This Password Hacking Kit Consists of following Password Hacking Breaking Tools:
1. PDF Password Remover
2. Windows XP Admin Password Remover
3. Zip File Password Cracker.
4. SQL Password Remover
5. Microsoft Office Password Remover.
6. Microsoft Windows Vista Password Remover.
7. Rar File Password Cracker
8. Windows Password Recovery Kit
9. Password Changer.
10. Distributed File Password Recovery..
and much more.
DOWNLOAD FILE  Size File = 57.23 MB

Tuesday, August 30, 2011

Missing File .dll ?

anda ada masalah dengan file berformat .dll hilang di komputer anda ?
atau anda download sebuah software tapi membutuhkan file .dll yang tidak anda punya
ini solusinya, ketikkan di kolom ini nama file yang anda cari tapi ketiknya tidak menggunakan ".dll"
contoh : anda mencari file shell32.dll
anda hanya mengetik shell32 di dalam kolom ini
|--------------------------------------------|

 |
|--------------------------------------------|

Widget untuk mengunci klik kanan di blog

Ikuti langkah berikut ini :
1. Buka Blogger.com, lalu login
2. Masuk ke menu rancangan (Design), klik Tambahan a gadget
lalu pilih HTML/Script
3. Copy lalu paste kode ini di kotak isian tersebut
<script>
var message="Error, Unknown Syntax";
///////////////////////////////////
function clickIE4(){if (event.button==2){alert(message);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}
if (document.layers)