robre's blog
  • Welcome
  • References
  • Disclosure
    • Untitled
  • Writeups
    • CTF
  • Tools
    • radare2 personal cheatsheet
    • gdb personal cheatsheet
    • Useful Linux text utilities
    • GDB tutorial
    • Replacing Kali
  • CTF Wiki
    • PWN
    • WEB
    • RE
    • MOBILE
    • CRYPTO
    • STEGO
    • MISC
    • NET
Powered by GitBook
On this page

Was this helpful?

  1. CTF Wiki

PWN

popping some shells

  • If no vuln is evident in the code, Fuzz it.

  • stack based / heap based / uaf / double free / integer overflows / off by ones / checksec / run file / run strings

  • run in debugger, trace the execution path,...

  • roooop

PreviousReplacing KaliNextWEB

Last updated 5 years ago

Was this helpful?