Gray Hat Python

Gray Hat Python pdf epub mobi txt 电子书 下载 2025

出版者:No Starch Press
作者:Justin Seitz
出品人:
页数:232
译者:
出版时间:2009-4-23
价格:USD 39.95
装帧:Paperback
isbn号码:9781593271923
丛书系列:
图书标签:
  • python
  • 安全
  • Programming
  • Security
  • hacker
  • Python
  • 程序设计
  • 逆向工程
  • Python
  • 安全
  • 渗透测试
  • 黑帽
  • 逆向工程
  • 网络安全
  • 编程
  • 恶意软件
  • 取证
  • 漏洞利用
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it's easy to write quickly, and it has the low-level support and libraries that make hackers happy. But until now, there has been no real manual on how to use Python for a variety of hacking tasks. You had to dig through forum posts and man pages, endlessly tweaking your own code to get everything working. Not anymore. "Gray Hat Python" explains the concepts behind hacking tools and techniques like debuggers, trojans, fuzzers, and emulators. But author Justin Seitz goes beyond theory, showing you how to harness existing Python-based security tools - and how to build your own when the pre-built ones won't cut it. You'll learn how to: Automate tedious reversing and security tasks Design and program your own debugger Learn how to fuzz Windows drivers and create powerful fuzzers from scratch Have fun with code and library injection, soft and hard hooking techniques, and other software trickery Sniff secure traffic out of an encrypted web browser session Use PyDBG, Immunity Debugger, Sulley, IDAPython, PyEMU, and more The world's best hackers are using Python to do their handiwork. Shouldn't you?

作者简介

Justin Seitz is a Senior Security Researcher for Immunity, Inc., where he spends a great deal of time bughunting, reverse engineering, and doing Python development and malware analysis.

目录信息

Introduction
Chapter 1: Setting Up Your Development Environment
Chapter 2: Debuggers and Debugger Design
Chapter 3: Building a Windows Debugger
Chapter 4: PYDBG: A Pure Python Windows Debugger
Chapter 5: Immunity Debugger: The Best of Both Worlds
Chapter 6: Hooking
Chapter 7: DLL and Code Injection
Chapter 8: Fuzzing
Chapter 9: Sulley
Chapter 10: Fuzzing Windows Drivers
Chapter 11: IDAPython—Scripting IDAPro
Chapter 12: Pyemu—The Scriptable Emulator
Index
· · · · · · (收起)

读后感

评分

from ctypes import * kernel = windll.kernel32 advapi = windll.advapi32 HANDLE = c_void_p TOKEN_ADJUST_PRIVILEGES = 0x0020 h_token = HANDLE() if advapi.OpenProcessToken(kernel.GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES , byref(h_token)): print("OK"...  

评分

本书开打了一扇门,引领读者进入另一个世界。 但,仅仅是入门而已,距离掌握和精通还有一段距离,后续的发展还要看个人。 就书的内容来说,还是挺不错的,适合学习。 另外,中文版翻译得真渣。  

评分

评分

其实基本上就是ctype加各种废话 (为了满足字数要求) 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种...  

评分

用户评价

评分

非常不错,可以自己的实践少了些

评分

核心内容还是计算机原理啊~~python仅仅是个工具而已

评分

非常不错,可以自己的实践少了些

评分

非常不错,可以自己的实践少了些

评分

核心内容还是计算机原理啊~~python仅仅是个工具而已

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有