# Python-for-Offensive-PenTest **Repository Path**: wilinux/Python-for-Offensive-PenTest ## Basic Information - **Project Name**: Python-for-Offensive-PenTest - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-06 - **Last Updated**: 2021-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## $5 Tech Unlocked 2021! [Buy and download this Book for only $5 on PacktPub.com](https://www.packtpub.com/product/python-for-offensive-pentest/9781788838979) ----- *If you have read this book, please leave a review on [Amazon.com](https://www.amazon.com/gp/product/1788838971). Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from __December 15th 2020__ to __January 13th 2021.__* # Python-for-Offensive-PenTest This is the code repository for [Python for Offensive PenTest](https://www.packtpub.com/virtualization-and-cloud/aws-bootcamp), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the book from start to finish. ## About the Book Python is an easy-to-learn and cross-platform programming language that has unlimited third-party libraries. Plenty of open source hacking tools are written in Python, which can be easily integrated within your script. This book is packed with step-by-step instructions and working examples to make you a skilled penetration tester. It is divided into clear bite-sized chunks, so you can learn at your own pace and focus on the areas of most interest to you. This book will teach you how to code a reverse shell and build an anonymous shell. You will also learn how to hack passwords and perform a privilege escalation on Windows with practical examples. You will set up your own virtual hacking environment in VirtualBox, which will help you run multiple operating systems for your testing environment. By the end of this book, you will have learned how to code your own scripts and mastered ethical hacking from scratch. ## Instructions and Navigation All the codes are arranged chapter wise, ``` def transfer(s,path): if os.path.exists(path): f = open(path, 'rb') packet = f.read(1024) while packet != '': s.send(packet) packet = f.read(1024) s.send('DONE') f.close() ``` ## Related Products * [Mastering Kali Linux for Advanced Penetration Testing - Second Edition](https://www.packtpub.com/networking-and-servers/mastering-kali-linux-advanced-penetration-testing-second-edition) * [Kali Linux Network Scanning Cookbook - Second Edition](https://www.packtpub.com/networking-and-servers/kali-linux-network-scanning-cookbook-second-edition) * [Penetration Testing Bootcamp](https://www.packtpub.com/networking-and-servers/penetration-testing-bootcamp)