Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Effective Python Penetration Testing

You're reading from   Effective Python Penetration Testing Pen test your system like a pro and overcome vulnerabilities by leveraging Python scripts, libraries, and tools

Arrow left icon
Product type Paperback
Published in Jun 2016
Publisher Packt
ISBN-13 9781785280696
Length 164 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Rejah Rehim Rejah Rehim
Author Profile Icon Rejah Rehim
Rejah Rehim
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Effective Python Penetration Testing
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Python Scripting Essentials 2. Analyzing Network Traffic with Scapy FREE CHAPTER 3. Application Fingerprinting with Python 4. Attack Scripting with Python 5. Fuzzing and Brute-Forcing 6. Debugging and Reverse Engineering 7. Crypto, Hash, and Conversion Functions 8. Keylogging and Screen Grabbing 9. Attack Automation 10. Looking Forward

Twisted


Twisted is an extensible framework in Python with a focus on event-driven network programming. Twisted has multiprotocol integration that includes HTTP, FTP, SMTP, POP3, IMAP4, DNS, IRC, MSN, OSCAR, XMPP/Jabber, telnet, SSH, SSL, NNTP, Finger, ident, and many more. Hence, it helps to quickly implement most of the custom server/services network applications.

All the features in Twisted have a cooperating API. Also, none of the functionality is implemented by blocking the network, so we don't need to use threading. Twisted can handle thousands of connections in a single thread.

Some of the modules included in Twisted are as follows:

  • twisted.web: Used for HTTP clients and servers, HTML templating, and a WSGI server.

  • twisted.conch: Used for SSHv2 and Telnet clients and servers and to create terminal emulators.

  • twisted.words: Used to create IRC, XMPP, and other IM protocols, clients, and servers.

  • twisted.mail: Used for IMAPv4, POP3, SMTP clients, and servers.

  • twisted.positioning: Helps...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images