https://github.com/f1zm0/slae32
shellcodes and tools created for the SLAE32 course
https://github.com/f1zm0/slae32
crypter egghunter linux shellcode shellcoding slae slae32 slae32-assignments x86
Last synced: 2 months ago
JSON representation
shellcodes and tools created for the SLAE32 course
- Host: GitHub
- URL: https://github.com/f1zm0/slae32
- Owner: f1zm0
- Created: 2022-09-29T16:31:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T12:43:22.000Z (over 2 years ago)
- Last Synced: 2025-01-08T10:44:11.299Z (4 months ago)
- Topics: crypter, egghunter, linux, shellcode, shellcoding, slae, slae32, slae32-assignments, x86
- Language: Assembly
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SLAE32
## Assignments
| # | Description | Blog post |
| --- | ----------------------------- | ------------------------------------------------------------------------------------------------------------ |
| A1 | TCP bind shell shellcode | [fzm.ooo/posts/slae32-tcp-bind-shell-shellcode ](https://fzm.ooo/posts/slae32-tcp-bind-shell-shellcode) |
| A2 | TCP reverse shell shellcode | [fzm.ooo/posts/slae32-tcp-reverse-shell-shellcode](https://fzm.ooo/posts/slae32-tcp-reverse-shell-shellcode) |
| A3 | Egghunter shellcode | [fzm.ooo/posts/slae32-egghunter-shellcode ](https://fzm.ooo/posts/slae32-egghunter-shellcode) |
| A4 | Custom shellcode encoder | [fzm.ooo/posts/slae32-custom-shellcode-encoder ](https://fzm.ooo/posts/slae32-custom-shellcode-encoder) |
| A5 | Msfvenom shellcode analysis | [fzm.ooo/posts/slae32-msfvenom-shellcode-analysis](https://fzm.ooo/posts/slae32-msfvenom-shellcode-analysis) |
| A6 | Polymorphic shellcode samples | [fzm.ooo/posts/slae32-shellcode-polymorphism ](https://fzm.ooo/posts/slae32-shellcode-polymorphism) |
| A7 | Shellcode crypter | [fzm.ooo/posts/slae32-shellcode-crypter ](https://fzm.ooo/posts/slae32-shellcode-crypter-loader-cgo) |