en
Feedback
reverse engineering

reverse engineering

Open in Telegram

ā—‰ A channel for learning and discussing about reverse engineering ā—‰ We aren't accepting any illegal works, we are here to help, learn and gain new skills ā—‰ Owner @Mohamed_Abozaid1 ā—‰ Egypt šŸ‡ŖšŸ‡¬ Please don't PM ask in discussion group except in necessity

Show more
The country is not specifiedTechnologies & Applications18 716
2 902
Subscribers
No data24 hours
+277 days
+14930 days
Posts Archive
https://www.darkentry.net Check your email's or work's email password if it has been breached for free without registration This check is based on hackers data bases and what's leaked on dark web Dark entry is a trusted source and they are monitoring the dark web as well so if you have your own company they can help you, managed by Ebrahem Hegazy Post by, @reverseengineer101

Company : we have a great security system, we can't be hacked The HR just won an iPhone ... šŸ˜‚ šŸ˜‚ šŸ˜‚
Company : we have a great security system, we can't be hacked The HR just won an iPhone ... šŸ˜‚ šŸ˜‚ šŸ˜‚

Exodia OS A highly customized arch-based distro For All Cybersecurity fields https://exodia-os.github.io

a new release of the reai plugin is out

Jwt_tool crack and attack json web tokens
Its functionality includes: Checking the validity of a token Testing for known exploits: (CVE-2015-2951) The alg=none signature-bypass vulnerability (CVE-2016-10555) The RS/HS256 public key mismatch vulnerability (CVE-2018-0114) Key injection vulnerability (CVE-2019-20933/CVE-2020-28637) Blank password vulnerability (CVE-2020-28042) Null signature vulnerability (CVE-2022-21449) Psychic Signature ECDSA vulnerability Scanning for misconfigurations or known weaknesses Fuzzing claim values to provoke unexpected behaviours Testing the validity of a secret/key file/Public Key/JWKS key Identifying weak keys via a High-speed Dictionary Attack Forging new token header and payload contents and creating a new signature with the key or via another attack method Timestamp tampering RSA and ECDSA key generation, and reconstruction (from JWKS files) Rate-limiting for all attacks ...and lots more!
https://github.com/ticarpi/jwt_tool

APKWeaker : https://github.com/Dark-Night0/APKWeaker
APKWeaker is a command-line tool designed to simplify the process of modifying Android APKs for testing and debugging purposes It automates the process of pulling APKs from the Android emulator, decompiling them, injecting networkSecurityConfiguration into the base.apk if the application uses Split Packages to allow ClearTextTraffic (HTTP), forcing the application to trust a certificate (user, system), rebuilding the APKs, and signing them for reinstallation

If you have trouble with programs or exe that only runs on Windows while you are using Linux You can simply use wine to run these on your linux machine
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
Official website : https://www.winehq.org/ You can use apt to install as well (I tested on Debian based distros) @reverseengineer101

GDA(GJoy Dex Analyzer) Is a great tool for android apks analysis and reverse engineering, also a great alternative of Jadx-gu
GDA(GJoy Dex Analyzer) Is a great tool for android apks analysis and reverse engineering, also a great alternative of Jadx-gui since it's so fast (based on C++) https://github.com/charles2gan/GDA-android-reversing-Tool

Activaite windows to cross šŸ˜‚
Activaite windows to cross šŸ˜‚

Waydroid A container-based approach to boot a full Android system on regular GNU/Linux systems running Wayland based desktop environments. https://waydro.id

r2ai-hackbcn2025.pdf1.69 MB

APKLEAKS • apkleaks is a powerful tool (based on Jadx) to extract : ā–² secrets from apk ā–² URLs/endpoints ā–² IP adresses ā–² general info about the authorization ā–² more and more • apkleaks supports : ā“˜ JSON output format ā“˜ Custom patterns/outputs ā“˜ Windows/Linux/Android(Termux) • installation : ā–² Docker
docker pull dwisiswant0/apkleaks:latest
ā–² pip/pip3
pip3 install apkleaks
ā–² git
git clone https://github.com/dwisiswant0/apkleaks

cd apkleaks/

pip3 install -r requirements.txt
Github : https://github.com/dwisiswant0/apkleaks Shared by @reverseengineer101

The European Union has released their own linux distro Eu-OS based fedora distribution https://eu-os.gitlab.io/

ā–²Security Threat This phishing email is sent to a lot of people who have repository on github saying that your email is logge
ā–²Security Threat This phishing email is sent to a lot of people who have repository on github saying that your email is logged in from a device in Iceland šŸ‡®šŸ‡ø asking you to change your password or review your activity after that they can takeover your account ā“˜ That email is well crafted so be careful āžœ Please don't click on any links ā—‰ Keep safe @reverseengineer101

Sir Mohamed Fathy had started a great playlist in Android security for free on YouTube unfortunately it is in Arabic so not all people will find that useful https://youtube.com/playlist?list=PLhgtN5PV5kNRNzE4BiFBxSDcih4eiUymb

Android & IOS Security
a useful article about android and ios security with various resources (in Russian 'some resources are in English') https://habr.com/en/companies/swordfish_security/articles/660179/?fbclid=IwY2xjawIQW3NleHRuA2FlbQIxMQABHZ3Scph3hott5AH6Xn756Ym_LTMVGYySo1r7jrgo6NpVRAZNMcNeRTFgFA_aem_d5dxt5cnAFrhHrdXkk1qzw

xss2png ā–² requirements :
Pillow==6.2.0
āžœ To use :
python3 xss2png.py -p <your payload> -o xss.png
https://github.com/vavkamil/xss2png?tab=readme-ov-file