Skip to content

Instantly share code, notes, and snippets.

@coconut49
Last active August 29, 2015 14:25
Show Gist options
  • Save coconut49/b3ee24db5360b99d041d to your computer and use it in GitHub Desktop.
Save coconut49/b3ee24db5360b99d041d to your computer and use it in GitHub Desktop.
0xFA

binary 方向

基础

  • python
  • 常见工具的使用(ida,od,windbg,gdb)
  • win32编程(其他平台类推)
  • c与汇编指令的对应
  • c语言
  • 常见汇编指令(其他平台类推)

逆向

  • pe结构(windows工平台的文件格式,其他平台类推)
  • 常见保护技术及破解思路
  • 脱壳
  • 常见加密算法及逆向特征
  • 常见反调试技术及对抗思路

漏洞挖掘

  • 模糊测试原理
  • 常见模糊测试工具及模糊测试框架

常见保护机制及对抗思路

  • GS   
  • SafeSEH
  • SEHOP
  • DEP
  • ASLR

常见漏洞原理

  • 栈溢出
  • 堆溢出
  • 指针覆盖
  • 整数漏洞
  • 格式化字符串漏洞

内核

  • 编写/调试驱动程序的方法
  • More

安卓安全

Basic Tools List of Pentest

浏览器

  • Chrome
  • Firefox

浏览器插件

Firefox
  • Hackbar
  • ModifyHeaders
  • AutoProxy
  • Firebug
Chrome
  • SwitchySharp
  • 印象笔记·剪藏
  • Postman

系统环境

  • Linux / Windows
    • Python
    • Ruby
    • PHP
    • MySQL
    • Java

基础工具

  • VPN
  • sqlmap
  • Metasploit
  • 中国菜刀
  • 虚拟机
    • Windows Server 2003 (如果你用 Linux / Mac OS X)
    • Kali Linux (如果你用 Windows)
  • Navicat
  • mingw (如果你用 Windows)
  • BurpSuite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment