Hacking Unity Games with dnSpy, CheatEngine and Frida
https://www.hypn.za.net/blog/2020/04/11/hacking-unity-games/
π@malwr
https://www.hypn.za.net/blog/2020/04/11/hacking-unity-games/
π@malwr
PoC of modifying HexRays AST - This is simple PoC that allows you to define AST pattern you want to process and make some actions with them
π£digicat
π@malwr
π£digicat
π@malwr
GitHub
GitHub - sibears/HRAST: PoC of modifying HexRays AST
PoC of modifying HexRays AST. Contribute to sibears/HRAST development by creating an account on GitHub.
Are you interested to understand the basic concept of reverse engineering, a compiled source code and change the behavior of a simple program using OllyDebug tool? If so, it is time to learn it from here :)
π£dazimax
π@malwr
π£dazimax
π@malwr
YouTube
How to bypass Program Source code conditions in Assembly Language using OllyDebug Tool?
SUBSCRIBE TO THE CHANNEL FOR MORE VIDEOS! JOIN WITH US IN THIS TELEGRAM GROUP SO IT WILL BE EASY FOR YOU TO SHARE YOUR KNOWLEDGE, DISCUSS YOUR IDEAS AND ISSU...
SuperVPN app is vulnerable to MITM and allows attacker to exchange VPN gateway
π£barakadua131
Did get permission to disclose this?
Your throwing Safe Harbor out the window by posting this here otherwise...
π€bughunter47
Remember to stay safe, and wash you hands!
π€YourTypicalElitist
π@malwr
π£barakadua131
Did get permission to disclose this?
Your throwing Safe Harbor out the window by posting this here otherwise...
π€bughunter47
Remember to stay safe, and wash you hands!
π€YourTypicalElitist
π@malwr
Monitor linux processes without root permissions
π£maurodcg
I used this on htb Machine Book. Glad to have it.
π€Clintonm8
π@malwr
π£maurodcg
I used this on htb Machine Book. Glad to have it.
π€Clintonm8
π@malwr
GitHub
GitHub - DominicBreuker/pspy: Monitor linux processes without root permissions
Monitor linux processes without root permissions. Contribute to DominicBreuker/pspy development by creating an account on GitHub.
Free forensic courses
Many #digitalforensics enthusiasts are asking about FREE forensic courses that they can take during the #coronavirus #lockdown period. Here are a few..
https://autopsy.com/support/training/covid-19-free-autopsy-training/
https://blackbagtech.com/training/courses/mobilyze-tool-training/
https://itmasters.edu.au/free-short-course-digital-forensics/
π£cyberg0100
π@malwr
Many #digitalforensics enthusiasts are asking about FREE forensic courses that they can take during the #coronavirus #lockdown period. Here are a few..
https://autopsy.com/support/training/covid-19-free-autopsy-training/
https://blackbagtech.com/training/courses/mobilyze-tool-training/
https://itmasters.edu.au/free-short-course-digital-forensics/
π£cyberg0100
π@malwr
Intercept SSL traffic to perform penetration testing on Android apps using Charles Debug Proxy
π£cyberg0100
π@malwr
π£cyberg0100
π@malwr
Medium
Intercept SSL traffic to perform penetration testing on Android apps using Charles Debug Proxy
As cybersecurity incidents are increasing at a very high rate, itβs important to know how to pen-test your applications before they goβ¦
SDBbot Unpacker is a python 2.7 script that is able to unpack/dump statically modules of x86 and x64 SDBbot packed samples.
π£digicat
π@malwr
π£digicat
π@malwr
GitHub
GitHub - Tera0017/SDBbot-Unpacker: SDBbot Unpacker Python 2.7
SDBbot Unpacker Python 2.7. Contribute to Tera0017/SDBbot-Unpacker development by creating an account on GitHub.
An Inside View of Office Document Cache Exploitation
https://arsenalrecon.com/2020/04/an-inside-view-of-office-document-cache-exploitation/
π@malwr
https://arsenalrecon.com/2020/04/an-inside-view-of-office-document-cache-exploitation/
π@malwr
[Blog Article OSINT Investigation: Cerberus and the INPS](https://bushidotoken.blogspot.com/2020/04/osint-investigation-cerberus-and-inps.html)
π£Wthomas97
π@malwr
π£Wthomas97
π@malwr
blog.bushidotoken.net
OSINT Investigation: Cerberus and the INPS
CTI, threat intelligence, OSINT, malware, APT, threat hunting, threat analysis, CTF, cybersecurity, security
Index of the training Reversing & Exploiting with Free Tools
by RICARDO NARVAJA (Translated by Fare9 & Arrizen)
https://docs.google.com/document/d/18FBSpnPrduNidGS4SAQreXITHMz6PyYfx2nqlcTKDSM/
β GOOD RESOURCE β
π@malwr
by RICARDO NARVAJA (Translated by Fare9 & Arrizen)
https://docs.google.com/document/d/18FBSpnPrduNidGS4SAQreXITHMz6PyYfx2nqlcTKDSM/
β GOOD RESOURCE β
π@malwr
Google Docs
Index of the Training Reversing & Exploiting with free tools
Index of the training Reversing & Exploiting with Free Tools by RICARDO NARVAJA (Translated by Fare9 & Arrizen) EXERCISES: https://docs.google.com/document/d/1OqD-AgsQzDWX9Y3v2cdQuf1xlYb_0GjJ8il9FuS1VUE/edit# Part 1 - 18/10/2019 Installation of necessaryβ¦
Ebfuscation: Abusing system errors for binary obfuscation
https://www.d00rt.eus/2020/04/ebfuscation-abusing-system-errors-for.html
π@malwr
https://www.d00rt.eus/2020/04/ebfuscation-abusing-system-errors-for.html
π@malwr
www.d00rt.eus
Ebfuscation: Abusing system errors for binary obfuscation
Introduction In this post I'm going to try to explain a new obfuscation technique I've come up with (at least I have not seen it before, pl...
What does it mean to image a laptop?
What does this accomplish? I'm guessing you can see the contents stored on the device? Does this work even if it is full disk encrypted?
π£LilRee12
Short Answer: It's a copy of data that's protected from change by verifying it with a hashing algorithm. Imaging a laptop is usually a full copy of all the data on the laptop's hard drive.
Longer Answer: An image is a file that contains data taken from an original device (either a hard drive or other piece of media like a USB drive). It's often called a "mirror image" but that's not technically correct. The image is itself a file. The data copied from the source into the image file is protected from change and can be verified as a true and accurate copy by "hashing" the file and comparing that to the "hash" of the source. If the hashes match, the image is "verified" as an accurate copy.
While you can sometimes "image" an entire disk, you don't need to. A full disk image gets both the allocated and unallocated data on a device. You can also get a "logical" image that includes only what the file system knows is there. That won't get the unallocated space so you won't get a lot of deleted data. Finally, you can get a "custom content" image where you create a "container" and copy into it only certain files that might be relevant for a fast investigation.
If a drive is encrypted, you can still get a full disk image but will need the encryption key to decrypt the contents to do anything with it. If the drive is encrypted but the computer is up and running, you can get a logical or custom content image of the drive while the computer is on, which will give you unencrypted copies of files copied into the image file.
You usually need forensic software to do anything with an image file. Once you have the image file, you load it into the forensic tool to review the data stored inside the image file for analysis.
π€Upsitting_Standizen
A copy of all addressable space on the device...
π€GENERALRAY82
Yeah, basically making a copy of the hard drive. FDE (i.e. Bitlocker, Firevault) will subvert attempts to view the contents. It's still possible but you would somehow need to get he key to unlock it.
For example, on Macs (Firevault2), you either need the recovery key, the XTS-AES key, or the password for one of the user accounts. If the Mac is in an enterprise environment and the sysadmin knows their stuff, there might be an institutional recovery key as well.
You can dump some of the keys from RAM if the user is logged in and the computer is not asleep. So yeah, FDE makes things a lot more difficult if you don't have a cooperating user.
π€StupidTinyFatUnicorn
π@malwr
What does this accomplish? I'm guessing you can see the contents stored on the device? Does this work even if it is full disk encrypted?
π£LilRee12
Short Answer: It's a copy of data that's protected from change by verifying it with a hashing algorithm. Imaging a laptop is usually a full copy of all the data on the laptop's hard drive.
Longer Answer: An image is a file that contains data taken from an original device (either a hard drive or other piece of media like a USB drive). It's often called a "mirror image" but that's not technically correct. The image is itself a file. The data copied from the source into the image file is protected from change and can be verified as a true and accurate copy by "hashing" the file and comparing that to the "hash" of the source. If the hashes match, the image is "verified" as an accurate copy.
While you can sometimes "image" an entire disk, you don't need to. A full disk image gets both the allocated and unallocated data on a device. You can also get a "logical" image that includes only what the file system knows is there. That won't get the unallocated space so you won't get a lot of deleted data. Finally, you can get a "custom content" image where you create a "container" and copy into it only certain files that might be relevant for a fast investigation.
If a drive is encrypted, you can still get a full disk image but will need the encryption key to decrypt the contents to do anything with it. If the drive is encrypted but the computer is up and running, you can get a logical or custom content image of the drive while the computer is on, which will give you unencrypted copies of files copied into the image file.
You usually need forensic software to do anything with an image file. Once you have the image file, you load it into the forensic tool to review the data stored inside the image file for analysis.
π€Upsitting_Standizen
A copy of all addressable space on the device...
π€GENERALRAY82
Yeah, basically making a copy of the hard drive. FDE (i.e. Bitlocker, Firevault) will subvert attempts to view the contents. It's still possible but you would somehow need to get he key to unlock it.
For example, on Macs (Firevault2), you either need the recovery key, the XTS-AES key, or the password for one of the user accounts. If the Mac is in an enterprise environment and the sysadmin knows their stuff, there might be an institutional recovery key as well.
You can dump some of the keys from RAM if the user is logged in and the computer is not asleep. So yeah, FDE makes things a lot more difficult if you don't have a cooperating user.
π€StupidTinyFatUnicorn
π@malwr
reddit
What does it mean to image a laptop?
What does this accomplish? I'm guessing you can see the contents stored on the device? Does this work even if it is full disk encrypted?