├── Chapter05 ├── Generic-SQLi.txt.txt ├── MyRequest.jmx ├── readme └── sqli.csv ├── Chapter06 ├── AutoZAP.BAT ├── Auto_ZAP_UserRegistration.BAT ├── UserRegistration.py ├── readme └── userregistration_SB.py ├── Chapter08 ├── nmap.attack └── readme ├── Chapter09 ├── ZAP RequestsSample.robot └── readme ├── Chapter11 ├── NodeGoat.jmx ├── NodeGoat_SignIn.py ├── NodeGoat_SignIn_SB.py ├── Selenium Proxy Sample.py ├── ZAP_Report.html ├── cmdi.csv └── readme ├── Chapter12 ├── RF_DDT.robot ├── SignIn_DDT_NodeGoat.py └── readme ├── Chapter13 ├── nmap_NodeGoat.robot ├── nmap_NodeGoat_gauntlt.attack └── readme ├── LICENSE └── README.md /Chapter05/Generic-SQLi.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter05/Generic-SQLi.txt.txt -------------------------------------------------------------------------------- /Chapter05/MyRequest.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter05/MyRequest.jmx -------------------------------------------------------------------------------- /Chapter05/readme: -------------------------------------------------------------------------------- 1 | 2 | MyRequest.jmx 3 | -------------------------------------------------------------------------------- /Chapter05/sqli.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter05/sqli.csv -------------------------------------------------------------------------------- /Chapter06/AutoZAP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter06/AutoZAP.BAT -------------------------------------------------------------------------------- /Chapter06/Auto_ZAP_UserRegistration.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter06/Auto_ZAP_UserRegistration.BAT -------------------------------------------------------------------------------- /Chapter06/UserRegistration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter06/UserRegistration.py -------------------------------------------------------------------------------- /Chapter06/readme: -------------------------------------------------------------------------------- 1 | 2 | AutoZAP.BAT 3 | -------------------------------------------------------------------------------- /Chapter06/userregistration_SB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter06/userregistration_SB.py -------------------------------------------------------------------------------- /Chapter08/nmap.attack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter08/nmap.attack -------------------------------------------------------------------------------- /Chapter08/readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter09/ZAP RequestsSample.robot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter09/ZAP RequestsSample.robot -------------------------------------------------------------------------------- /Chapter09/readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter11/NodeGoat.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter11/NodeGoat.jmx -------------------------------------------------------------------------------- /Chapter11/NodeGoat_SignIn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter11/NodeGoat_SignIn.py -------------------------------------------------------------------------------- /Chapter11/NodeGoat_SignIn_SB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter11/NodeGoat_SignIn_SB.py -------------------------------------------------------------------------------- /Chapter11/Selenium Proxy Sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter11/Selenium Proxy Sample.py -------------------------------------------------------------------------------- /Chapter11/ZAP_Report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter11/ZAP_Report.html -------------------------------------------------------------------------------- /Chapter11/cmdi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter11/cmdi.csv -------------------------------------------------------------------------------- /Chapter11/readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter12/RF_DDT.robot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter12/RF_DDT.robot -------------------------------------------------------------------------------- /Chapter12/SignIn_DDT_NodeGoat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter12/SignIn_DDT_NodeGoat.py -------------------------------------------------------------------------------- /Chapter12/readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Chapter13/nmap_NodeGoat.robot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter13/nmap_NodeGoat.robot -------------------------------------------------------------------------------- /Chapter13/nmap_NodeGoat_gauntlt.attack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/Chapter13/nmap_NodeGoat_gauntlt.attack -------------------------------------------------------------------------------- /Chapter13/readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practical-Security-Automation-and-Testing/HEAD/README.md --------------------------------------------------------------------------------