XSecurity
رفتن به کانال در Telegram
نمایش بیشتر
کشور مشخص نشده استدسته بندی مشخص نشده است
2 056
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
2 056
کرک پسورد های وردپرس با استفاده از ابزار Hashcat
https://blog.wpsec.com/cracking-wordpress-passwords-with-hashcat/
@softhacking
2 056
Reverse Engineering C++ Malware With IDA Pro
https://www.youtube.com/watch?v=o-FFGIloxvE
#reverse #malware #ida
@softhacking
2 056
A machine-code Decompiler based on LLVM which supports diffrent file formats and architectures.
#decompiler
#LLVM
#integrated_disassembler
#binary_analysis
#RE
@softhacking
2 056
Creating hidden registry key using NtSetValueKey and by adding a null byte in front of the UNICODE_STRING key valuename.
ابزاری برای ساخت کلیدهای رجیستری مخفی در ویندوز.
@softhacking
2 056
CAPE : Malware Configuration And Payload Extraction
CAPE is a malware sandbox. It is derived from Cuckoo and is designed to automate the process of malware analysis with the goal of extracting payloads and configuration from malware.
This allows CAPE to detect malware based on payload signatures, as well as automating many of the goals of malware reverse engineering and threat intelligence.
https://github.com/ctxis/CAPE
@softhacking
#malware
2 056
Bad Binder: Android In-The-Wild Exploit
https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html
#android #exploit
@softhacking
2 056
Advanced Web Attacks and Exploitation
#AWAE
#Offensive
#AdvancedWebHacking
#Exploitation
@SOFTHACKING
2 056
Advanced Web Attacks and Exploitation
#AWAE
#Offensive
#AdvancedWebHacking
#Exploitation
کتابی پیشرفته از شرکت Offensive در زمینه وب هکینگ و اکسپلویت نویسی سطح پیشرفته 👇👇👇
2 056
#GameHacking
#ReverseEngineering
#patch #cheat #CrackLisense
کتابی برای یادگیری مهارت هک کردن بازی های کامپیوتری و ساخت چیت و متدهای تقلب در بازی 👇👇👇
2 056
int i=0;
0x565561b6 <+29>: mov DWORD PTR [ebp-0xc],0x0 0x565561bd <+36>: jmp 0x565561d5 <main+60>Stack Initialization For Print Operation
0x565561bf <+38>: sub esp,0xc 0x565561c2 <+41>: lea eax,[ebx-0x1ff8] 0x565561c8 <+47>: push eax 0x565561c9 <+48>: call 0x56556030 <puts@plt>Balance Stack Size
0x565561ce <+53>: add esp,0x10;i++
0x565561d1 <+56>: add DWORD PTR [ebp-0xc],0x1;i<=10 //0xa Hex == 10 Decimal
0x565561d5 <+60>: cmp DWORD PTR [ebp-0xc],0xa 0x565561d9 <+64>: jle 0x565561bf <main+38>for(int i = 0; i<=0xA ; i++) printf("Hello Dudee\n");
