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...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource : illustrations. |
ISBN: | 9781784390853 1784390852 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn945637492 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCL |d OCLCQ | ||
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 | ||
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 | 7 | |a 005.8 |2 23 | |
049 | |a MAIN | ||
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... | ||
630 | 0 | 0 | |a Linux. |0 http://id.loc.gov/authorities/names/n94087892 |
630 | 0 | 7 | |a Linux |2 fast |
650 | 0 | |a Penetration testing (Computer security) |0 http://id.loc.gov/authorities/subjects/sh2011003137 | |
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 | |
758 | |i has work: |a Kali Linux web penetration testing cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFwP7GjYBhrcDf7Wht3prq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
830 | 0 | |a Quick answers to common problems. |0 http://id.loc.gov/authorities/names/no2015091434 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193730 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1193730 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn945637492 |
---|---|
_version_ | 1816882343776878592 |
adam_text | |
any_adam_object | |
author | Nájera-Gutiérrez, Gilberto |
author_facet | Nájera-Gutiérrez, Gilberto |
author_role | aut |
author_sort | Nájera-Gutiérrez, Gilberto |
author_variant | g n g gng |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.A25 |
callnumber-search | QA76.9.A25 |
callnumber-sort | QA 276.9 A25 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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 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 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 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 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 |
ctrlnum | (OCoLC)945637492 |
dewey-full | 005.8 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.8 |
dewey-search | 005.8 |
dewey-sort | 15.8 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07959cam a2200613 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn945637492</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160328s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">TEFOD</subfield><subfield code="d">KSU</subfield><subfield code="d">COO</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">VT2</subfield><subfield code="d">N$T</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">RDF</subfield><subfield code="d">QGK</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC1I7593</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018007145</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784390853</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784390852</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784392918</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">178439291X</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)945637492</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000723</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">B713A3D5-FA63-4C87-BF06-2BD464AF3FC1</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.A25</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">046070</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">053000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.8</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Nájera-Gutiérrez, Gilberto,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Kali Linux web penetration testing cookbook :</subfield><subfield code="b">over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 /</subfield><subfield code="c">Gilberto Nájera-Gutiérrez.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (EBSCO, viewed February 26, 2018).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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...</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Linux.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n94087892</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Linux</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Penetration testing (Computer security)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2011003137</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Tests d'intrusion.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Operating Systems</subfield><subfield code="x">Linux.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Security</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Penetration testing (Computer security)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Kali Linux web penetration testing cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFwP7GjYBhrcDf7Wht3prq</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015091434</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193730</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1193730</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn945637492 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:07Z |
institution | BVB |
isbn | 9781784390853 1784390852 |
language | English |
oclc_num | 945637492 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Nájera-Gutiérrez, Gilberto, author. Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / Gilberto Nájera-Gutiérrez. Birmingham, UK : Packt Publishing, 2016. 1 online resource : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier Quick answers to common problems Online resource; title from PDF title page (EBSCO, viewed February 26, 2018). Includes index. 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 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 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 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 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 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... Linux. http://id.loc.gov/authorities/names/n94087892 Linux fast Penetration testing (Computer security) http://id.loc.gov/authorities/subjects/sh2011003137 Tests d'intrusion. COMPUTERS Operating Systems Linux. bisacsh COMPUTERS Security General. bisacsh Penetration testing (Computer security) fast has work: Kali Linux web penetration testing cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCFwP7GjYBhrcDf7Wht3prq https://id.oclc.org/worldcat/ontology/hasWork Quick answers to common problems. http://id.loc.gov/authorities/names/no2015091434 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193730 Volltext |
spellingShingle | Nájera-Gutiérrez, Gilberto Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / Quick answers to common problems. 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 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 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 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 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 Linux. http://id.loc.gov/authorities/names/n94087892 Linux fast Penetration testing (Computer security) http://id.loc.gov/authorities/subjects/sh2011003137 Tests d'intrusion. COMPUTERS Operating Systems Linux. bisacsh COMPUTERS Security General. bisacsh Penetration testing (Computer security) fast |
subject_GND | http://id.loc.gov/authorities/names/n94087892 http://id.loc.gov/authorities/subjects/sh2011003137 |
title | Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / |
title_auth | Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / |
title_exact_search | Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / |
title_full | Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / Gilberto Nájera-Gutiérrez. |
title_fullStr | Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / Gilberto Nájera-Gutiérrez. |
title_full_unstemmed | Kali Linux web penetration testing cookbook : over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / Gilberto Nájera-Gutiérrez. |
title_short | Kali Linux web penetration testing cookbook : |
title_sort | kali linux web penetration testing cookbook over 80 recipes on how to identify exploit and test web application security with kali linux 2 |
title_sub | over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2 / |
topic | Linux. http://id.loc.gov/authorities/names/n94087892 Linux fast Penetration testing (Computer security) http://id.loc.gov/authorities/subjects/sh2011003137 Tests d'intrusion. COMPUTERS Operating Systems Linux. bisacsh COMPUTERS Security General. bisacsh Penetration testing (Computer security) fast |
topic_facet | Linux. Linux Penetration testing (Computer security) Tests d'intrusion. COMPUTERS Operating Systems Linux. COMPUTERS Security General. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193730 |
work_keys_str_mv | AT najeragutierrezgilberto kalilinuxwebpenetrationtestingcookbookover80recipesonhowtoidentifyexploitandtestwebapplicationsecuritywithkalilinux2 |