Cargando…

Improving your Penetration Testing Skills : strengthen your defense against web attacks with Kali Linux and Metasploit /

Evade antiviruses and bypass firewalls with the most widely used penetration testing frameworks Key Features Gain insights into the latest antivirus evasion techniques Set up a complete pentesting environment using Metasploit and virtual machines Discover a variety of tools and techniques that can b...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Najera-Gutierrez, Gilberto (Autor), Ansari, Juned Ahmed (Autor), Teixeira, Daniel (Autor), Singh, Abhinav (Autor)
Autor Corporativo: Safari, an O'Reilly Media Company
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2019.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1125068319
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 190919t20192019enk o 000 0 eng d
040 |a OTZ  |b eng  |e rda  |e pn  |c OTZ  |d N$T  |d YDXIT  |d OCLCQ  |d EBLCP  |d YDX  |d UKAHL  |d OCLCF  |d OCLCQ  |d NLW  |d OCLCO  |d OCLCQ 
019 |a 1110098037  |a 1110490030 
020 |a 9781838644949  |q (electronic book) 
020 |a 1838644946  |q (electronic book) 
020 |z 9781838646073 
020 |z 1838646078 
024 8 |a 9781838646073 
029 1 |a AU@  |b 000066232023 
029 1 |a AU@  |b 000069953040 
029 1 |a AU@  |b 000069027739 
035 |a (OCoLC)1125068319  |z (OCoLC)1110098037  |z (OCoLC)1110490030 
050 4 |a QA76.9.A25  |b N35 2019 
082 0 4 |a 005.8  |2 23 
049 |a UAMI 
100 1 |a Najera-Gutierrez, Gilberto,  |e author. 
245 1 0 |a Improving your Penetration Testing Skills :  |b strengthen your defense against web attacks with Kali Linux and Metasploit /  |c Gilberto Najera-Gutierrez, Juned Ahmed Ansari, Daniel Teixeira, Abhinav Singh. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2019. 
264 4 |c ©2019 
300 |a 1 online resource (712 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
365 |b 49.99 
520 |a Evade antiviruses and bypass firewalls with the most widely used penetration testing frameworks Key Features Gain insights into the latest antivirus evasion techniques Set up a complete pentesting environment using Metasploit and virtual machines Discover a variety of tools and techniques that can be used with Kali Linux Book Description Penetration testing or ethical hacking is a legal and foolproof way to identify vulnerabilities in your system. With thorough penetration testing, you can secure your system against the majority of threats. This Learning Path starts with an in-depth explanation of what hacking and penetration testing is. You'll gain a deep understanding of classical SQL and command injection flaws, and discover ways to exploit these flaws to secure your system. You'll also learn how to create and customize payloads to evade antivirus software and bypass an organization's defenses. Whether it's exploiting server vulnerabilities and attacking client systems, or compromising mobile phones and installing backdoors, this Learning Path will guide you through all this and more to improve your defense against online attacks. By the end of this Learning Path, you'll have the knowledge and skills you need to invade a system and identify all its vulnerabilities. This Learning Path includes content from the following Packt products: Web Penetration Testing with Kali Linux - Third Edition by Juned Ahmed Ansari and Gilberto Najera-Gutierrez Metasploit Penetration Testing Cookbook - Third Edition by Abhinav Singh, Monika Agarwal, et al What you will learn Build and analyze Metasploit modules in Ruby Integrate Metasploit with other penetration testing tools Use server-side attacks to detect vulnerabilities in web servers and their applications Explore automated attacks such as fuzzing web applications Identify the difference between hacking a web application and network hacking Deploy Metasploit with the Penetration Testing Execution Standard (PTES) Use MSFvenom to generate payloads and backdoor files, and create shellcode Who this book is for This Learning Path is designed for security professionals, web programmers, and pentesters who want to learn vulnerability exploitation and make the most of the Metasploit framework. Some understanding of penetration testing and Metasploit is required, but basic system administration skills and the ability to read code are a must. Downloading the example code for this ebook: You can download the exampl ... 
542 |f Copyright © 2019 Packt Publishing  |g 2019 
550 |a Made available through: Safari, an O'Reilly Media Company. 
588 0 |a Online resource; title from digital title page (viewed on December 16, 2019). 
505 0 |a Cover; FM; Copyright; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Introduction to Penetration Testing and Web Applications; Proactive security testing; Different testing methodologies; Ethical hacking; Penetration testing; Vulnerability assessment; Security audits; Considerations when performing penetration testing; Rules of Engagement; The type and scope of testing; Client contact details; Client IT team notifications; Sensitive data handling; Status meeting and reports; The limitations of penetration testing; The need for testing web applications 
505 8 |a Reasons to guard against attacks on web applicationsKali Linux; A web application overview for penetration testers; HTTP protocol; Knowing an HTTP request and response; The request header; The response header; HTTP methods; The GET method; The POST method; The HEAD method; The TRACE method; The PUT and DELETE methods; The OPTIONS method; Keeping sessions in HTTP; Cookies; Cookie flow between server and client; Persistent and nonpersistent cookies; Cookie parameters; HTML data in HTTP response; The server-side code; Multilayer web application; Three-layer web application design; Web services 
505 8 |a Introducing SOAP and REST web servicesHTTP methods in web services; XML and JSON; AJAX; Building blocks of AJAX; The AJAX workflow; HTML5; WebSockets; Chapter 2: Setting Up Your Lab with Kali Linux; Kali Linux; Latest improvements in Kali Linux; Installing Kali Linux; Virtualizing Kali Linux versus installing it on physical hardware; Installing on VirtualBox; Creating the virtual machine; Installing the system; Important tools in Kali Linux; CMS & Framework Identification; WPScan; JoomScan; CMSmap; Web Application Proxies; Burp Proxy; Customizing client interception 
505 8 |a Modifying requests on the flyBurp Proxy with HTTPS websites; Zed Attack Proxy; ProxyStrike; Web Crawlers and Directory Bruteforce; DIRB; DirBuster; Uniscan; Web Vulnerability Scanners; Nikto; w3af; Skipfish; Other tools; OpenVAS; Database exploitation; Web application fuzzers; Using Tor for penetration testing; Vulnerable applications and servers to practice on; OWASP Broken Web Applications; Hackazon; Web Security Dojo; Other resources; Chapter 3: Reconnaissance and Profiling the Web Server; Reconnaissance; Passive reconnaissance versus active reconnaissance; Information gathering 
505 8 |a Domain registration detailsWhois -- extracting domain information; Identifying related hosts using DNS; Zone transfer using dig; DNS enumeration; DNSEnum; Fierce; DNSRecon; Brute force DNS records using Nmap; Using search engines and public sites to gather information; Google dorks; Shodan; the Harvester; Maltego; Recon-ng -- a framework for information gathering; Domain enumeration using Recon-ng; Sub-level and top-level domain enumeration; Reporting modules; Scanning -- probing the target; Port scanning using Nmap; Different options for port scan; Evading firewalls and IPS using Nmap 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Kali Linux. 
630 0 0 |a Metasploit (Electronic resource) 
630 0 7 |a Kali Linux.  |2 fast  |0 (OCoLC)fst01914587 
630 0 7 |a Metasploit (Electronic resource)  |2 fast  |0 (OCoLC)fst01787159 
650 0 |a Penetration testing (Computer security) 
650 6 |a Tests d'intrusion. 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Network security.  |2 bicssc 
650 7 |a Privacy & data protection.  |2 bicssc 
650 7 |a Computers  |x Networking  |x Security.  |2 bisacsh 
650 7 |a Computers  |x Programming Languages  |x Ruby.  |2 bisacsh 
650 7 |a Computers  |x Internet  |x Security.  |2 bisacsh 
650 7 |a Penetration testing (Computer security)  |2 fast  |0 (OCoLC)fst01789566 
700 1 |a Ansari, Juned Ahmed,  |e author. 
700 1 |a Teixeira, Daniel,  |e author. 
700 1 |a Singh, Abhinav,  |e author. 
710 2 |a Safari, an O'Reilly Media Company. 
776 0 8 |i Print version:  |a Najera-Gutierrez, Gilberto.  |t Improving Your Penetration Testing Skills : Strengthen Your Defense Against Web Attacks with Kali Linux and Metasploit.  |d Birmingham : Packt Publishing, Limited, ©2019  |z 9781838646073 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781838646073/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n BDZ0040272664 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5835630 
938 |a EBSCOhost  |b EBSC  |n 2202450 
938 |a YBP Library Services  |b YANK  |n 16368717 
994 |a 92  |b IZTAP