📡 – Telegram
📡
535 subscribers
68 photos
10 videos
26 files
72 links
Download Telegram
This repo contains resources/notes/blogs I've found on the interwebz related to #binary #exploitation and internals in general. I hope you find them as useful as I did.
https://github.com/Tzaoh/pwning

📡-
@hackLabel
linux-device-driver-development.pdf
2.6 MB
Mastering Linux Device Driver Development
John Madieu
2021

📡-
@hackLabel
How_to_program_series_Deitel,_Harvey_M_Deitel,_Paul_J_C_how_to_program.pdf
8.8 MB
HOW TO PROGRAM C
Eighth edition
Global edition

📡- @hackLabel
3
Educational Heap Exploitation
This repo is for learning various heap exploitation techniques.

https://github.com/shellphish/how2heap

📡- @hackLabel
Nightmare is an Intro to Binary Exploitation / Reverse Engineering course based around Capture the Flag challenges available here created by GuyInATuxedo
https://github.com/hoppersroppers/nightmare

Content
• Foundational C
• Intro to Assembly
• Intro to Tooling
• Beginner RE
• Overflows
• Critical Misc.
• ROP
• More ROP

📡-
@hackLabel
This media is not supported in your browser
VIEW IN TELEGRAM
Modern Binary Exploitation - CSCI 4968
This repository contains the materials as developed and used by RPISEC to teach Modern Binary Exploitation at Rensselaer Polytechnic Institute in Spring 2015. This was a university course developed and run solely by students to teach skills in vulnerability research, reverse engineering, and binary exploitation.

https://github.com/RPISEC/MBE

📡-
@hackLabel
31
awesome-exploit-development
A curated list of resources (books, tutorials, courses, tools and vulnerable applications) for learning about Exploit Development.

A project by Fabio Baroni.
https://github.com/FabioBaroni/awesome-exploit-development

📡@hackLabel
If you're in a hurry, you're almost certainly looking for the following resources:

• dostackbufferoverflowgood.exe - an intentionally vulnerable Windows program.
• dostackbufferoveflowgood_tutorial.pdf - A PDF tutorial that explains how to exploit the above program.

GitHub: https://github.com/justinsteven/dostackbufferoverflowgood
Youtube: https://youtube.com/justinsteven
Twitch: https://twitch.tv/justinsteven

📡
@hackLabel
C Programming and Assembly Resources
CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's Perspective" & "The C Programming Language". Repository includes resources on C programming, incl. Stanford engineering lectures, GCC's C99, & bit-hacking.

github:
https://github.com/snowcra5h/c-systems-programming
Twitter:
https://twitter.com/snowcra5h

📡
@hackLabel
Malware Analysis Techniques. Tricks for the triage of adversarial software by Dylan Barker, 2021

Analyze malicious samples, write reports, and use industry-standard methodologies to confidently triage and analyze adversarial software and malware.

Malware Analysis Techniques begins with an overview of the nature of malware, the current threat landscape, and its impact on businesses. Once you've covered the basics of malware, you'll move on to discover more about the technical nature of malicious software, including static characteristics and dynamic attack methods within the MITRE ATT&CK framework. You'll also find out how to perform practical malware analysis by applying all that you've learned to attribute the malware to a specific threat and weaponize the adversary's indicators of compromise (IOCs) and methodology against them to prevent them from attacking.

📡@hackLabel