x86_64 Assembly Language and Shellcoding on Linux - Pentester Academy

seeders: 2
leechers: 1
Added 9 months ago by Anonymous in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

x86_64 Assembly Language and Shellcoding on Linux - Pentester Academy (Size: 4.78 GB)
  Project Files @Hide01 dl.linuxia.ir
  Arithmetic-64.nasm 893 B
  BitShifting-64.nasm 636 B
  Control-64.nasm 573 B
  Crypter-Encoder-Chain.zip 10.18 KB
  Crypter.zip 10.1 KB
  Execve-JCP.zip 1.99 KB
  Execve-Stack.zip 1.73 KB
  Exit.nasm 99 B
  Exit2.nasm 113 B
  HelloWorld-Stack.zip 1.72 KB
  HelloWorld.zip 1.86 KB
  Insertion-Encoder.zip 3.39 KB
  Logical-64.nasm 821 B
  Loop-64.nasm 498 B
  MMX.zip 3.98 KB
  MovingData-64.nasm 1.15 KB
  Polymorphic.zip 1.8 KB
  Procedure.nasm 635 B
  Procedure2.nasm 704 B
  RIP-Addressing-Shellcode.zip 1.9 KB
  RIP-Addressing.zip 1.75 KB
  Stack.nasm 483 B
  Strings-64.nasm 793 B
  Strings2-64.nasm 638 B
  TCP-Bind-Shell.zip 2.56 KB
  TCP-Reverse-Shell.zip 5.38 KB
  XOR-Encoder.zip 4.26 KB
  gdbtest.zip 3.13 KB
  main.c 137 B
  shellcode.c 290 B
  Videos @Hide01 dl.linuxia.ir
  001-Lab-Setup.mp4 101.58 MB
  002-What-is-assembly-language.mp4 156.64 MB
  003-CPU-Information.mp4 109.86 MB
  004-GDB-Test-Solution.mp4 64.64 MB
  005-CPU-Registers.mp4 162.58 MB
  006-Hello-World-64-asm.mp4 156.96 MB
  008-Reducing-instruction-size-removing-nulls.mp4 119.63 MB
  009-data-types.mp4 153.94 MB
  010-Endianess.mp4 122.11 MB
  011-GDB-tui-mode.mp4 77.82 MB
  012-moving-data.mp4 176.6 MB
  013-the-stack.mp4 128.65 MB
  014-Arithmetic-Operations.mp4 118.21 MB
  015-Logical-Operations.mp4 122.64 MB
  016-Bitshifting-operations.mp4 123.61 MB
  017-control-instructions.mp4 108.71 MB
  018-loops.mp4 65.2 MB
  019-Procedures.mp4 104.13 MB
  020-stack-frame-procedures.mp4 83.46 MB
  021-scan-compare-strings.mp4 88.91 MB
  022-load-store-move-strings.mp4 121.86 MB
  023-shellcode-basics.mp4 122.7 MB
  024-exit-shellcode.mp4 91.88 MB
  025-helloworld-shellcode-jmp-call-pop.mp4 117.93 MB
  026-helloworld-shellcode-jmp-call-pop-gdb-analysis.mp4 56.38 MB
  027-helloworld-shellcode-stack-technique-GDB-analysis.mp4 49.94 MB
  027-helloworld-shellcode-stack-technique.mp4 89.36 MB
  028-rip-relative-addressing-hello-world-shellcode.mp4 46.46 MB
  028-rip-relative-addressing.mp4 87.89 MB
  029-Execve-Stack-Method .mp4 115.44 MB
  030-Execve-Stack-GDB-Analysis.mp4 54.59 MB
  031-Execve-Jmp-Call-Pop-Shellcode.mp4 101.1 MB
  032-Execve-jmp-call-pop-shellcode-gdb-analysis.mp4 85.88 MB
  033-xor-encoder.mp4 132.56 MB
  034-xor-encoder-gdb-analysis.mp4 79.53 MB
  035-not-encoder.mp4 76.52 MB
  036-not-encoder-gdb-analysis.mp4 53.99 MB
  037-insertion-encoder.mp4 113.76 MB
  038-insertion-encoder-gdb-analysis.mp4 59.55 MB
  039-metasploit-payloads.mp4 23.77 MB
  040-custom-payload-with-metasploit-encoders.mp4 32.11 MB
  041-mmx-xor-decoder.mp4 134.17 MB
  042-polymorphism.mp4 103.86 MB
  043-crypter.mp4 74.97 MB
  044-chaining-encoders-crypters.mp4 47.34 MB
  045-tcp-bind-shell-I.mp4 111.63 MB
  046-tcp-bind-shell-II.mp4 174.93 MB
  047-tcp-reverse-shell.mp4 66.28 MB
  048-exam.mp4 85.8 MB
  Course-Introduction.mp4 36.8 MB

Description


This course focuses on teaching the basics of 64-bit assembly language for the x86_64 family of processors on the Linux platform and applying it to Infosec. Once we are through with the basics, we will look at writing shellcode, encoders, decoders, crypters, and other advanced low-level applications.

A non-exhaustive list of topics to be covered include:

Computer Architecture Basics
x86/x86_64 Family
Compilers, Assemblers and Linkers
CPU Modes and Memory Addressing
Tools of the trade
Nasm, Ld, Objdump, Ndisasm etc.
x86_64 Assembly Language
Registers and Flags
Program Structure for use with nasm
Data Types
Data Movement Instructions
Arithmetic instructions
Reading and Writing from memory
Conditional instructions
Strings and Loops
Interrupts, Traps and Exceptions
Procedures, Prologues and Epilogues
Syscall structure and ABI for Linux
Calling standard library functions
FPU instructions
MMX, SSE, SSE2 etc. instruction sets
Shellcoding on Linux
Execution environment
Exit and Execve shellcode
Bind Shell and Reverse TCP
Staged Shellcode
Egg Hunter
Using 3rd party shellcode
Simulating shellcode
locating syscalls
graphing shellcode execution
Encoders, Decoders and Crypters on Linux
Purpose of encoding and crypting
XOR encoders
Custom encoding
Random sequencing and scrambling
mapping functions
Crypters
Polymorphism
Why polymorphism?
Polymorphic engines
Techniques and Tools