ar
Feedback
XSecurity

XSecurity

الذهاب إلى القناة على Telegram

إظهار المزيد
لم يتم تحديد البلدالفئة غير محددة
2 056
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
أرشيف المشاركات
کرک پسورد های وردپرس با استفاده از ابزار Hashcat https://blog.wpsec.com/cracking-wordpress-passwords-with-hashcat/ @softhacking

Reverse Engineering C++ Malware With IDA Pro https://www.youtube.com/watch?v=o-FFGIloxvE #reverse #malware #ida @softhacking

A machine-code Decompiler based on LLVM which supports diffrent file formats and architectures. #decompiler #LLVM #integrated
A machine-code Decompiler based on LLVM which supports diffrent file formats and architectures. #decompiler #LLVM #integrated_disassembler #binary_analysis #RE @softhacking

#Regedit #DFIR #NtSetValueKey #persistence_malware #native_API @softhacking

Creating hidden registry key using NtSetValueKey and by adding a null byte in front of the UNICODE_STRING key valuename. ابزا
Creating hidden registry key using NtSetValueKey and by adding a null byte in front of the UNICODE_STRING key valuename. ابزاری برای ساخت کلیدهای رجیستری مخفی در ویندوز. @softhacking

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

Advanced Web Attacks and Exploitation #AWAE #Offensive #AdvancedWebHacking #Exploitation @SOFTHACKING

Advanced Web Attacks and Exploitation #AWAE #Offensive #AdvancedWebHacking #Exploitation کتابی پیشرفته از شرکت Offensive در ز
Advanced Web Attacks and Exploitation #AWAE #Offensive #AdvancedWebHacking #Exploitation کتابی پیشرفته از شرکت Offensive در زمینه وب هکینگ و اکسپلویت نویسی سطح پیشرفته 👇👇👇

#GameHacking #ReverseEngineering #patch #cheat #CrackLisense @SOFTHACKING

#GameHacking #ReverseEngineering #patch #cheat #CrackLisense کتابی برای یادگیری مهارت هک کردن بازی های کامپیوتری و ساخت چیت و
#GameHacking #ReverseEngineering #patch #cheat #CrackLisense کتابی برای یادگیری مهارت هک کردن بازی های کامپیوتری و ساخت چیت و متدهای تقلب در بازی 👇👇👇

Execute int3 OPCODE without instruction
Execute int3 OPCODE without instruction

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");