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 moreThe country is not specifiedTechnologies & Applications18 716
2 902
Subscribers
No data24 hours
+277 days
+14930 days
Posts Archive
2 902
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
2 902
Company : we have a great security system, we can't be hacked
The HR just won an iPhone ...
š š š
2 902
Exodia OS
A highly customized arch-based distro For All Cybersecurity fields
https://exodia-os.github.io
2 902
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
2 902
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
2 902
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
2 902
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
2 902
Waydroid
A container-based approach to boot a full Android system on regular GNU/Linux systems running Wayland based desktop environments.
https://waydro.id
2 902
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 @reverseengineer1012 902
The European Union has released their own linux distro Eu-OS based fedora distribution
https://eu-os.gitlab.io/
2 902
ā²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
2 902
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
2 902
Ghidra New Release 11.3
https://github.com/NationalSecurityAgency/ghidra/releases/tag/Ghidra_11.3_build
2 902
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
2 902
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