Cargando…

Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 /

Over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 About This Book Familiarize yourself with the most common web vulnerabilities a web application faces, and understand how attackers take advantage of them Set up a penetration testing lab to conduct a pr...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Nájera-Gutiérrez, Gilberto (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn945637492
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160328s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d TEFOD  |d KSU  |d COO  |d DEBBG  |d DEBSZ  |d VT2  |d N$T  |d UOK  |d CEF  |d OCLCQ  |d OCLCO  |d AGLDB  |d IGB  |d RDF  |d QGK  |d UKMGB  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBC1I7593  |2 bnb 
016 7 |a 018007145  |2 Uk 
020 |a 9781784390853  |q (electronic bk.) 
020 |a 1784390852  |q (electronic bk.) 
020 |z 9781784392918 
020 |z 178439291X 
029 1 |a AU@  |b 000062540268 
029 1 |a DEBBG  |b BV043969038 
029 1 |a DEBSZ  |b 485795515 
029 1 |a GBVCP  |b 882753797 
029 1 |a AU@  |b 000067105698 
029 1 |a UKMGB  |b 018007145 
035 |a (OCoLC)945637492 
037 |a CL0500000723  |b Safari Books Online 
037 |a B713A3D5-FA63-4C87-BF06-2BD464AF3FC1  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.A25 
072 7 |a COM  |x 046070  |2 bisacsh 
072 7 |a COM  |x 053000  |2 bisacsh 
082 0 4 |a 005.8  |2 23 
049 |a UAMI 
100 1 |a Nájera-Gutiérrez, Gilberto,  |e author. 
245 1 0 |a Kali Linux web penetration testing cookbook :  |b over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 /  |c Gilberto Nájera-Gutiérrez. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed February 26, 2018). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up Kali Linux; Introduction; Updating and upgrading Kali Linux; Installing and running OWASP Mantra; Setting up the Iceweasel browser; Installing VirtualBox; Creating a vulnerable virtual machine; Creating a client virtual machine; Configuring virtual machines for correct communication; Getting to know web applications on a vulnerable VM; Chapter 2: Reconnaissance; Introduction; Scanning and identifying services with Nmap; Identifying a web application firewall 
505 8 |a Watching the source codeUsing Firebug to analyze and alter basic behavior; Obtaining and modifying cookies; Taking advantage of robots.txt; Finding files and folders with DirBuster; Password profiling with CeWL; Using John the Ripper to generate a dictionary; Finding files and folders with ZAP; Chapter 3: Crawlers and Spiders; Introduction; Downloading a page for offline analysis with Wget; Downloading the page for offline analysis with HTTrack; Using ZAP's spider; Using Burp Suite to crawl a website; Repeating requests with Burp's repeater; Using WebScarab 
505 8 |a Identifying relevant files and directories from crawling resultsChapter 4: Finding Vulnerabilities; Introduction; Using Hackbar add-on to ease parameter probing; Using Tamper Data add-on to intercept and modify requests; Using ZAP to view and alter requests; Using Burp Suite to view and alter requests; Identifying cross-site scripting (XSS) vulnerabilities; Identifying error based SQL injection; Identifying a blind SQL Injection; Identifying vulnerabilities in cookies; Obtaining SSL and TLS information with SSLScan; Looking for file inclusions; Identifying POODLE vulnerability 
505 8 |a Chapter 5: Automated ScannersIntroduction; Scanning with Nikto; Finding vulnerabilities with Wapiti; Using OWASP ZAP to scan for vulnerabilities; Scanning with w3af; Using Vega scanner; Finding Web vulnerabilities with Metasploit's Wmap; Chapter 6: Exploitation -- Low Hanging Fruits; Introduction; Abusing file inclusions and uploads; Exploiting OS Command Injections; Exploiting an XML External Entity Injection; Brute-forcing passwords with THC-Hydra; Dictionary attacks on login pages with Burp Suite; Obtaining session cookies through XSS; Step by step basic SQL Injection 
505 8 |a Finding and exploiting SQL Injections with SQLMapAttacking Tomcat's passwords with Metasploit; Using Tomcat Manager to execute code; Chapter 7: Advanced Exploitation; Introduction; Searching Exploit-DB for a web server's vulnerabilities; Exploiting Heartbleed vulnerability; Exploiting XSS with BeEF; Exploiting a Blind SQLi; Using SQLMap to get database information; Performing a cross-site request forgery attack; Executing commands with Shellshock; Cracking password hashes with John the Ripper by using a dictionary; Cracking password hashes by brute force using oclHashcat/cudaHashcat 
520 |a Over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 About This Book Familiarize yourself with the most common web vulnerabilities a web application faces, and understand how attackers take advantage of them Set up a penetration testing lab to conduct a preliminary assessment of attack surfaces and run exploits Learn how to prevent vulnerabilities in web applications before an attacker can make the most of it Who This Book Is For This book is for IT professionals, web developers, security enthusiasts, and security professionals who want an accessible reference on how to find, exploit, and prevent security vulnerabilities in web applications. You should know the basics of operating a Linux environment and have some exposure to security technologies and tools. What You Will Learn Set up a penetration testing laboratory in a secure way Find out what information is useful to gather when performing penetration tests and where to look for it Use crawlers and spiders to investigate an entire website in minutes Discover security vulnerabilities in web applications in the web browser and using command-line tools Improve your testing efficiency with the use of automated vulnerability scanners Exploit vulnerabilities that require a complex setup, run custom-made exploits, and prepare for extraordinary scenarios Set up Man in the Middle attacks and use them to identify and exploit security flaws within the communication between users and the web server Create a malicious site that will find and exploit vulnerabilities in the user's web browser Repair the most common web vulnerabilities and understand how to prevent them becoming a threat to a site's security In Detail Web applications are a huge point of attack for malicious hackers and a critical area for security professionals and penetration testers to lock down and secure. Kali Linux is a Linux-based penetration testing platform and operating system that provides a huge array of testing tools, many of which can be used specifically to execute web penetration testing. This book will teach you, in the form step-by-step recipes, how to detect a wide array of vulnerabilities, exploit them to analyze their consequences, and ultimately buffer attackable surfaces so applications are more secure, for you and your users. Starting from the setup of a testing laboratory, this book will give you the skills you need to cover every stage of a penetration test: from gather... 
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 Linux. 
630 0 7 |a Linux  |2 fast 
650 0 |a Penetration testing (Computer security) 
650 6 |a Tests d'intrusion. 
650 7 |a COMPUTERS  |x Operating Systems  |x Linux.  |2 bisacsh 
650 7 |a COMPUTERS  |x Security  |x General.  |2 bisacsh 
650 7 |a Penetration testing (Computer security)  |2 fast 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781784392918/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1193730 
994 |a 92  |b IZTAP