├── .gitattributes ├── License ├── Module 1 ├── Chapter 10 │ ├── multi_process.py │ └── multi_threaded.py ├── Chapter 2 │ ├── hostdetails.py │ └── publicip.py ├── Chapter 3 │ ├── ifacesdetails.py │ ├── nmap_scannner.py │ └── ssh_login.py ├── Chapter 4 │ ├── smtp_vrfy.py │ └── username_generator.py ├── Chapter 5 │ ├── msfrpc.rc │ └── msfrpc_smb.py ├── Chapter 6 │ ├── dirtester.py │ ├── headrequest.py │ ├── httplib2_brute.py │ └── request_brute.py ├── Chapter 7 │ ├── banner_grabber.py │ ├── rfinetcatexecute.php │ ├── rfipayloadexecute.php │ ├── rfiping.php │ ├── rfiuseradd.php │ ├── tcpdump.sh │ └── tftp_download.py ├── Chapter 8 │ ├── ftp_exploit.py │ ├── mp3_exploit.py │ ├── tcp_exploit.py │ ├── udp_exploit.py │ └── wrapper_exploit.py ├── Chapter 9 │ ├── nmap_doc_generator.py │ └── nmap_parser.py ├── LICENSE.md ├── README.md └── setup.sh ├── Module 2 ├── Chapter 1 │ └── first chapter _programs │ │ ├── clientside │ │ ├── client1.py │ │ ├── client3.py.py │ │ └── udp2.py │ │ ├── connect_ex.py │ │ ├── getadd1.py │ │ ├── server1.py │ │ ├── server2.py │ │ ├── server3.py │ │ ├── udp1.py │ │ ├── udptime1.py │ │ └── udptime2.py ├── Chapter 2 │ └── Programs │ │ ├── iptcpscan.py │ │ ├── iptcpscan_t.py │ │ ├── iptcpscan_t_l.py │ │ ├── mohit.raj │ │ ├── ping_sweep.py │ │ ├── ping_sweep_th.py │ │ ├── ping_sweep_th_l.py │ │ ├── portsc14.py │ │ └── updatec.py ├── Chapter 3 │ └── Chapter 3 │ │ ├── ack.py │ │ ├── arpsp.py │ │ ├── client side │ │ └── unstruc.py │ │ ├── eth.py │ │ ├── fin.py │ │ ├── halfopen.py │ │ ├── netdiss.py │ │ ├── pingofd.py │ │ ├── sniffer1.py │ │ ├── str1.py │ │ └── struct1.py ├── Chapter 4 │ └── Chapter 4 │ │ ├── deauth.py │ │ ├── first_ssid_sniffer.py │ │ ├── mac_d.py │ │ ├── mac_flood.py │ │ ├── probe_req.py │ │ ├── scapy_ssid.py │ │ └── ssid.py ├── Chapter 5 │ └── Programs │ │ ├── banner.py │ │ ├── div.py │ │ ├── header.py │ │ ├── info.py │ │ ├── par3.py │ │ └── whois.py ├── Chapter 6 │ └── Programs │ │ ├── DDOS_detect1.py │ │ ├── mimp.py │ │ ├── parameter temp.py │ │ ├── simp.py │ │ └── sisp.py └── Chapter 7 │ ├── Python program files │ ├── mohit.raj │ └── mohit.xss │ ├── comment.sql │ ├── comment_xss_web │ ├── Screenshot.png │ ├── comm.html │ ├── comm.html~ │ ├── connect.php │ ├── connect.php~ │ ├── dis.php │ ├── dis.php~ │ ├── disp.php~ │ ├── hack.html~ │ ├── in.html │ ├── index (another copy).php │ ├── index (copy).php │ ├── index.php │ ├── index.php~ │ ├── login.php │ ├── mmm.php~ │ ├── movies.html │ ├── movies.html~ │ ├── new.html │ ├── submit (copy).php │ ├── submit.php │ ├── submit.php~ │ ├── upload │ │ ├── new.html │ │ ├── upload.php │ │ ├── upload.php~ │ │ └── upload_file.php~ │ └── wel.jpg │ ├── data_handler.py │ ├── htm_sql_web │ ├── Chap10_Eg01.html~ │ ├── Welcome to Facebook - Log In, Sign Up or Learn More_files │ │ ├── 851558_160351450817973_1678868765_n.png │ │ ├── 851565_602269956474188_918638970_n.png │ │ ├── 851585_216271631855613_2121533625_n.png │ │ ├── BPIOtBFaNNP.js │ │ ├── DHqcHvznmxi.js │ │ ├── DIRB97fDvPv.js │ │ ├── Dp4ZyEUChD-.css │ │ ├── GsNJNwuI-UM.gif │ │ ├── NEfdYpfy3BJ.js │ │ ├── QM9Ch6kMle9.js │ │ ├── aPGRKdTiwOZ.css │ │ ├── b9A6iGH4Mhb.js │ │ ├── dVDIw5SgUkG.js │ │ ├── fsstOybDL_F.css │ │ ├── hH060TR7d7-.js │ │ ├── sD_-OUjPR3s.js │ │ ├── uI_8airZaGr.js │ │ ├── vGXdh-QRY8J.js │ │ ├── wDeFc95XQ9B.css │ │ └── x3bsMJyVkPp.css │ ├── adds │ │ ├── Thumbs.db │ │ ├── add1_detail.jpg │ │ ├── add1_thumb.jpg │ │ ├── add2_detail.jpg │ │ ├── add2_thumb.jpg │ │ ├── add3_detail.jpg │ │ ├── add3_thumb.jpg │ │ ├── add4_detail.jpg │ │ └── add4_thumb.jpg │ ├── addtocart.php │ ├── admin.php~ │ ├── admin │ │ ├── addCategory.php │ │ ├── addProduct-withoutAJAX.php │ │ ├── addProduct.php │ │ ├── deleteProduct.php │ │ ├── editProduct.php │ │ ├── getCategoryList.php │ │ ├── index-old20-12-11.php │ │ ├── index.php │ │ ├── leftmenu-old30-12-11.php │ │ ├── leftmenu.php │ │ ├── logout.php │ │ ├── maincontent.php │ │ ├── styles │ │ │ └── admin.css │ │ ├── viewCategory.php │ │ ├── viewProducts-old10-01-12.php │ │ └── viewProducts.php │ ├── ajax │ │ ├── ajax.php │ │ ├── ajax2.php │ │ ├── ajaxresponse.php │ │ ├── gethint.php │ │ └── jquery │ │ │ ├── fade.php │ │ │ ├── fadeout.php │ │ │ ├── fadeto.php │ │ │ ├── jq1.php │ │ │ ├── jq_ajax.php │ │ │ ├── js │ │ │ └── jquery-1.5.1.js │ │ │ ├── sjq.html │ │ │ ├── slideToggle.php │ │ │ └── testFile.txt │ ├── auth.php~ │ ├── bar.php │ ├── basics │ │ ├── Abstract.php │ │ ├── Clone.php │ │ ├── Error.php │ │ ├── Exception.php │ │ ├── FileProgramming.php │ │ ├── File_uploading.php │ │ ├── Inheritance.php │ │ ├── REGEX.php │ │ ├── Reflection.php │ │ ├── Strings.php │ │ ├── admins.csv │ │ ├── contacts.csv │ │ ├── counter.txt │ │ ├── customException.php │ │ ├── form.php │ │ ├── forms_GET.php │ │ ├── forms_POST.php │ │ ├── multipleException.php │ │ ├── testFile.txt │ │ └── uploaded │ │ │ ├── golden.gif │ │ │ ├── green.gif │ │ │ └── red.gif │ ├── cancelReturn.php │ ├── check.php~ │ ├── checkOut.php │ ├── classes │ │ ├── Cart.php │ │ ├── Category.php │ │ ├── Pagination.php │ │ ├── Product.php │ │ └── Template.php │ ├── comm.html │ ├── comm.html~ │ ├── config.php │ ├── config.php~ │ ├── confirmCheckout.php │ ├── cong.php~ │ ├── connect.php~ │ ├── datastore.php │ ├── db │ │ ├── 20111230.sql │ │ └── 20120110.sql │ ├── dis.php~ │ ├── disp.php~ │ ├── display.php~ │ ├── edit.php~ │ ├── editabout.php~ │ ├── editabout1.php~ │ ├── editdate.php~ │ ├── editdate1.php~ │ ├── editmail.php~ │ ├── editname.php~ │ ├── editname1.php~ │ ├── emptycart.php │ ├── formpage.html~ │ ├── hack.html │ ├── home (copy).php~ │ ├── home.php~ │ ├── home1.php~ │ ├── images │ │ ├── Extra │ │ │ ├── Thumbs.db │ │ │ ├── menuActive.jpg │ │ │ ├── menu_bg.png │ │ │ ├── menu_bgx.jpg │ │ │ ├── menu_bgxx.jpg │ │ │ └── menu_hvrxxx.jpg │ │ ├── Thumbs.db │ │ ├── footer_bg.jpg │ │ ├── menu_bg.jpg │ │ ├── menu_hvr.jpg │ │ └── menu_hvr.psd │ ├── include │ │ ├── adds.php │ │ ├── footerMenu.php │ │ └── headerMenu.php │ ├── index.php │ ├── index.php~ │ ├── ins.html~ │ ├── ins.php~ │ ├── inse.php~ │ ├── insert.php~ │ ├── inst.php~ │ ├── login.php~ │ ├── logout.php~ │ ├── mainContents.php │ ├── mmm.php~ │ ├── paypallReturn.php │ ├── process.php~ │ ├── reg.php~ │ ├── register.php~ │ ├── register2.php~ │ ├── removeItem.php │ ├── somepage.php~ │ ├── style │ │ └── php90.css │ ├── submit.php~ │ ├── testimages │ │ ├── AddToCart.gif │ │ ├── FeaturedProducts.jpg │ │ ├── FeaturedProducts1.jpg │ │ ├── NewsBanner.jpg │ │ ├── Thumbs.db │ │ ├── backgrounds │ │ │ ├── Thumbs.db │ │ │ ├── black_brown.jpg │ │ │ ├── prem_top_bg1.jpg │ │ │ ├── rew_un_top1.jpg │ │ │ ├── round.png │ │ │ ├── rs_logo_deko_big.png │ │ │ ├── st_top_fl4.gif │ │ │ ├── top_green.png │ │ │ ├── top_green_2.gif │ │ │ └── white-background-home-top.jpg │ │ ├── computer │ │ │ ├── Acer-Aspire-5336.jpg │ │ │ ├── Acer-Extensa-5620.jpg │ │ │ ├── Asus-1015.jpg │ │ │ ├── Dell-380 MT.jpg │ │ │ ├── Dell-4700C.gif │ │ │ ├── Dell-Inspiron-15R-N5010.jpg │ │ │ ├── Dell-XPS-One.gif │ │ │ ├── Dell.jpg │ │ │ ├── Dell_GX270.jpg │ │ │ ├── Dell_Studio_17.gif │ │ │ ├── HP-9100.jpg │ │ │ ├── HP-Pavilion-DV6.jpg │ │ │ ├── HP-Pavilion.gif │ │ │ ├── Lenovo-30113HU.jpg │ │ │ ├── Lenovo-C315.jpg │ │ │ ├── Lenovo-Essential.jpg │ │ │ ├── Lenovo-IdeaCenter-A700.jpg │ │ │ ├── Lenovo-IdeaPad-U260.jpg │ │ │ ├── Lenovo-IdeaPad-Y560.jpg │ │ │ ├── Lenovo-M58.jpg │ │ │ ├── Lenovo-ThinkCentre-A57.jpg │ │ │ ├── Lenovo-Thinkpad-X100E.jpg │ │ │ ├── Lenovo-W700.jpg │ │ │ ├── Lenovo_G450.gif │ │ │ ├── Sony_Vaio_FW260J.gif │ │ │ ├── Thumbs.db │ │ │ ├── acer.jpg │ │ │ ├── asus.jpg │ │ │ ├── hp.png │ │ │ ├── hp_dx2000.jpg │ │ │ └── lenovo.gif │ │ ├── dod.gif │ │ ├── dod1.jpg │ │ ├── electronics │ │ │ ├── HDTV.jpg │ │ │ ├── HomeTheater.jpg │ │ │ ├── Samsung-Home-Theater-HT.gif │ │ │ ├── Sony-Bravia-KDL-52EX700.jpg │ │ │ ├── Sony-HT-SF2300.gif │ │ │ ├── Sony-XBR60LX900.jpg │ │ │ ├── Thumbs.db │ │ │ └── sony.jpg │ │ ├── footerbg.png │ │ ├── headerbg.png │ │ ├── hot_deals.png │ │ ├── hot_deals1.jpg │ │ ├── mobile │ │ │ ├── Nokia-5800-XpressMusic.jpg │ │ │ ├── Nokia-C7.jpg │ │ │ ├── Nokia-E71.gif │ │ │ ├── Nokia-N900.jpg │ │ │ ├── Nokia_N8.jpg │ │ │ ├── SE-C901.jpg │ │ │ ├── SE-Vivaz-Pro.jpg │ │ │ ├── SE-W995.jpg │ │ │ ├── SE-Zylo.jpg │ │ │ ├── SE_Aino.jpg │ │ │ ├── SE_Aino_U10i_Big.jpg │ │ │ ├── SE_Xperia_10.jpg │ │ │ ├── Samsung-Galaxy-S.jpg │ │ │ ├── Samsung-Wave.jpg │ │ │ ├── Thumbs.db │ │ │ ├── apple-iphone.jpg │ │ │ ├── iPhone-3G.jpg │ │ │ ├── iPhone-3GS.jpg │ │ │ ├── iPhone-4.jpg │ │ │ ├── nokia.jpg │ │ │ ├── samsung.png │ │ │ └── sonyericsson.jpg │ │ ├── music │ │ │ ├── Apple-iPod.jpg │ │ │ ├── Coby-MP-705-1GB.jpg │ │ │ ├── Sony-NWZ-E345-16-GB.jpg │ │ │ ├── Thumbs.db │ │ │ ├── iPod-Nano.jpg │ │ │ ├── iPod-Shuffle.jpg │ │ │ ├── iPod-Touch.jpg │ │ │ └── mp3player.jpg │ │ ├── networking │ │ │ ├── Belkin-Network-Cable-15M.png │ │ │ ├── Cisco-1811WAGBK9-RF.jpg │ │ │ ├── Linksys-WRT55AG-Wireless.gif │ │ │ ├── NetworkCable.jpg │ │ │ ├── NetworkRouter.jpg │ │ │ └── Thumbs.db │ │ ├── sos_logo.png │ │ ├── storeAd1.jpg │ │ ├── storeAd2.jpg │ │ ├── storeAd3.gif │ │ ├── storeAd4.jpg │ │ ├── storeBanner1.jpg │ │ ├── storeBanner2.jpg │ │ ├── storeBanner3.jpg │ │ ├── storeBanner4.jpg │ │ └── storeBanner5.jpg │ ├── updateBasket.php │ ├── verify.php~ │ └── viewCart.php │ ├── login1.py │ ├── sql_form6.py │ ├── sql_form7.py │ ├── xss.py │ ├── xss_data_handler.py │ └── xss_list.py ├── Module 3 ├── Chapter 1 │ ├── 1_shodan_info_gathering.py │ ├── 2_google_search_API.py │ ├── 3_google_profile_pics.py │ ├── 4_google_additional_results.py │ ├── 5_screenshots.py │ ├── 6_screenshot_by_port.py │ ├── 7_screenshot_by_port_threaded.py │ ├── 8_spidering_websites.py │ └── screenshot.py ├── Chapter 2 │ ├── URL-regex.txt │ ├── basicname.py │ ├── brutepasswords.py │ ├── bruteusernames.py │ ├── commentfinder.py │ ├── filebrute.py │ ├── scapypingsweep.py │ ├── scapyportscan.py │ └── usernamecheck.py ├── Chapter 3 │ ├── DirectoryTraversal.py │ ├── Fuzzer.py │ ├── Headerxss.py │ ├── Shellshocker.py │ ├── URL-XSS.py │ ├── XSSFinder.py │ └── jschecker.py ├── Chapter 4 │ ├── Subs.py │ ├── Timer.py │ ├── blindsql.py │ ├── booleanSQL.py │ └── urlsqli.py ├── Chapter 5 │ ├── basic_auth.py │ ├── clickjack.py │ ├── cookies.py │ ├── headers_enum.py │ ├── insecure_headers.py │ ├── send_cookies.py │ └── user_agent.py ├── Chapter 6 │ ├── StegoFull.py │ ├── StegoText.py │ ├── imgurClient.py │ └── imgurServer.py ├── Chapter 7 │ ├── All.py │ ├── Atbash.py │ ├── Base 64 encode.py │ ├── Bcrypt.py │ ├── KeyReuse.py │ ├── LCG-brute.py │ ├── MD5 crack.py │ ├── MD5.py │ ├── Real Example.py │ └── Sub.py ├── Chapter 8 │ ├── FTPExfil.py │ ├── HttpExfil.py │ ├── Netcat.py │ ├── TwitterDecode.py │ ├── TwitterExfil.py │ ├── data.php │ └── simpleHTTPExfil.py ├── Chapter 9 │ ├── bs2.py │ ├── bs3.py │ ├── maltegodef.py │ ├── nmapparser.py │ ├── pcapparse.py │ └── sslscanparser.py └── Read Me.txt ├── ReadMe.txt └── Readme.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/.gitattributes -------------------------------------------------------------------------------- /License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/License -------------------------------------------------------------------------------- /Module 1/Chapter 10/multi_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 10/multi_process.py -------------------------------------------------------------------------------- /Module 1/Chapter 10/multi_threaded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 10/multi_threaded.py -------------------------------------------------------------------------------- /Module 1/Chapter 2/hostdetails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 2/hostdetails.py -------------------------------------------------------------------------------- /Module 1/Chapter 2/publicip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 2/publicip.py -------------------------------------------------------------------------------- /Module 1/Chapter 3/ifacesdetails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 3/ifacesdetails.py -------------------------------------------------------------------------------- /Module 1/Chapter 3/nmap_scannner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 3/nmap_scannner.py -------------------------------------------------------------------------------- /Module 1/Chapter 3/ssh_login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 3/ssh_login.py -------------------------------------------------------------------------------- /Module 1/Chapter 4/smtp_vrfy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 4/smtp_vrfy.py -------------------------------------------------------------------------------- /Module 1/Chapter 4/username_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 4/username_generator.py -------------------------------------------------------------------------------- /Module 1/Chapter 5/msfrpc.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 5/msfrpc.rc -------------------------------------------------------------------------------- /Module 1/Chapter 5/msfrpc_smb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 5/msfrpc_smb.py -------------------------------------------------------------------------------- /Module 1/Chapter 6/dirtester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 6/dirtester.py -------------------------------------------------------------------------------- /Module 1/Chapter 6/headrequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 6/headrequest.py -------------------------------------------------------------------------------- /Module 1/Chapter 6/httplib2_brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 6/httplib2_brute.py -------------------------------------------------------------------------------- /Module 1/Chapter 6/request_brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 6/request_brute.py -------------------------------------------------------------------------------- /Module 1/Chapter 7/banner_grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/banner_grabber.py -------------------------------------------------------------------------------- /Module 1/Chapter 7/rfinetcatexecute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/rfinetcatexecute.php -------------------------------------------------------------------------------- /Module 1/Chapter 7/rfipayloadexecute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/rfipayloadexecute.php -------------------------------------------------------------------------------- /Module 1/Chapter 7/rfiping.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/rfiping.php -------------------------------------------------------------------------------- /Module 1/Chapter 7/rfiuseradd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/rfiuseradd.php -------------------------------------------------------------------------------- /Module 1/Chapter 7/tcpdump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/tcpdump.sh -------------------------------------------------------------------------------- /Module 1/Chapter 7/tftp_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 7/tftp_download.py -------------------------------------------------------------------------------- /Module 1/Chapter 8/ftp_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 8/ftp_exploit.py -------------------------------------------------------------------------------- /Module 1/Chapter 8/mp3_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 8/mp3_exploit.py -------------------------------------------------------------------------------- /Module 1/Chapter 8/tcp_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 8/tcp_exploit.py -------------------------------------------------------------------------------- /Module 1/Chapter 8/udp_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 8/udp_exploit.py -------------------------------------------------------------------------------- /Module 1/Chapter 8/wrapper_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 8/wrapper_exploit.py -------------------------------------------------------------------------------- /Module 1/Chapter 9/nmap_doc_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 9/nmap_doc_generator.py -------------------------------------------------------------------------------- /Module 1/Chapter 9/nmap_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/Chapter 9/nmap_parser.py -------------------------------------------------------------------------------- /Module 1/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/LICENSE.md -------------------------------------------------------------------------------- /Module 1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/README.md -------------------------------------------------------------------------------- /Module 1/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 1/setup.sh -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/clientside/client1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/clientside/client1.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/clientside/client3.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/clientside/client3.py.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/clientside/udp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/clientside/udp2.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/connect_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/connect_ex.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/getadd1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/getadd1.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/server1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/server1.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/server2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/server2.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/server3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/server3.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/udp1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/udp1.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/udptime1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/udptime1.py -------------------------------------------------------------------------------- /Module 2/Chapter 1/first chapter _programs/udptime2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 1/first chapter _programs/udptime2.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/iptcpscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/iptcpscan.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/iptcpscan_t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/iptcpscan_t.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/iptcpscan_t_l.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/iptcpscan_t_l.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/mohit.raj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/mohit.raj -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/ping_sweep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/ping_sweep.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/ping_sweep_th.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/ping_sweep_th.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/ping_sweep_th_l.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/ping_sweep_th_l.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/portsc14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/portsc14.py -------------------------------------------------------------------------------- /Module 2/Chapter 2/Programs/updatec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 2/Programs/updatec.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/ack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/ack.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/arpsp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/arpsp.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/client side/unstruc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/client side/unstruc.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/eth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/eth.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/fin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/fin.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/halfopen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/halfopen.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/netdiss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/netdiss.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/pingofd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/pingofd.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/sniffer1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/sniffer1.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/str1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/str1.py -------------------------------------------------------------------------------- /Module 2/Chapter 3/Chapter 3/struct1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 3/Chapter 3/struct1.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/deauth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/deauth.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/first_ssid_sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/first_ssid_sniffer.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/mac_d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/mac_d.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/mac_flood.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/mac_flood.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/probe_req.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/probe_req.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/scapy_ssid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/scapy_ssid.py -------------------------------------------------------------------------------- /Module 2/Chapter 4/Chapter 4/ssid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 4/Chapter 4/ssid.py -------------------------------------------------------------------------------- /Module 2/Chapter 5/Programs/banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 5/Programs/banner.py -------------------------------------------------------------------------------- /Module 2/Chapter 5/Programs/div.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 5/Programs/div.py -------------------------------------------------------------------------------- /Module 2/Chapter 5/Programs/header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 5/Programs/header.py -------------------------------------------------------------------------------- /Module 2/Chapter 5/Programs/info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 5/Programs/info.py -------------------------------------------------------------------------------- /Module 2/Chapter 5/Programs/par3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 5/Programs/par3.py -------------------------------------------------------------------------------- /Module 2/Chapter 5/Programs/whois.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 5/Programs/whois.py -------------------------------------------------------------------------------- /Module 2/Chapter 6/Programs/DDOS_detect1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 6/Programs/DDOS_detect1.py -------------------------------------------------------------------------------- /Module 2/Chapter 6/Programs/mimp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 6/Programs/mimp.py -------------------------------------------------------------------------------- /Module 2/Chapter 6/Programs/parameter temp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 6/Programs/parameter temp.py -------------------------------------------------------------------------------- /Module 2/Chapter 6/Programs/simp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 6/Programs/simp.py -------------------------------------------------------------------------------- /Module 2/Chapter 6/Programs/sisp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 6/Programs/sisp.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/Python program files/mohit.raj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/Python program files/mohit.raj -------------------------------------------------------------------------------- /Module 2/Chapter 7/Python program files/mohit.xss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/Python program files/mohit.xss -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment.sql -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/Screenshot.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/comm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/comm.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/comm.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/comm.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/connect.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/connect.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/connect.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/dis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/dis.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/dis.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/dis.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/disp.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/disp.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/hack.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/hack.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/in.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/in.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/index (another copy).php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/index (another copy).php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/index (copy).php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/index (copy).php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/index.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/index.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/index.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/login.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/mmm.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/mmm.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/movies.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/movies.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/movies.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/movies.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/new.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/submit (copy).php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/submit (copy).php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/submit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/submit.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/submit.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/submit.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/upload/new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/upload/new.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/upload/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/upload/upload.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/upload/upload.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/upload/upload.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/upload/upload_file.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/upload/upload_file.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/comment_xss_web/wel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/comment_xss_web/wel.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/data_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/data_handler.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Chap10_Eg01.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Chap10_Eg01.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/851558_160351450817973_1678868765_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/851558_160351450817973_1678868765_n.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/851565_602269956474188_918638970_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/851565_602269956474188_918638970_n.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/851585_216271631855613_2121533625_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/851585_216271631855613_2121533625_n.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/BPIOtBFaNNP.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/BPIOtBFaNNP.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/DHqcHvznmxi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/DHqcHvznmxi.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/DIRB97fDvPv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/DIRB97fDvPv.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/Dp4ZyEUChD-.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/Dp4ZyEUChD-.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/GsNJNwuI-UM.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/GsNJNwuI-UM.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/NEfdYpfy3BJ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/NEfdYpfy3BJ.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/QM9Ch6kMle9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/QM9Ch6kMle9.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/aPGRKdTiwOZ.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/aPGRKdTiwOZ.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/b9A6iGH4Mhb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/b9A6iGH4Mhb.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/dVDIw5SgUkG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/dVDIw5SgUkG.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/fsstOybDL_F.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/fsstOybDL_F.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/hH060TR7d7-.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/hH060TR7d7-.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/sD_-OUjPR3s.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/sD_-OUjPR3s.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/uI_8airZaGr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/uI_8airZaGr.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/vGXdh-QRY8J.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/vGXdh-QRY8J.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/wDeFc95XQ9B.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/wDeFc95XQ9B.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/x3bsMJyVkPp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/Welcome to Facebook - Log In, Sign Up or Learn More_files/x3bsMJyVkPp.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add1_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add1_detail.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add1_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add1_thumb.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add2_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add2_detail.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add2_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add2_thumb.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add3_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add3_detail.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add3_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add3_thumb.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add4_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add4_detail.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/adds/add4_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/adds/add4_thumb.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/addtocart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/addtocart.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/addCategory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/addCategory.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/addProduct-withoutAJAX.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/addProduct-withoutAJAX.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/addProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/addProduct.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/deleteProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/deleteProduct.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/editProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/editProduct.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/getCategoryList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/getCategoryList.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/index-old20-12-11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/index-old20-12-11.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/index.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/leftmenu-old30-12-11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/leftmenu-old30-12-11.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/leftmenu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/leftmenu.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/logout.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/maincontent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/maincontent.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/styles/admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/styles/admin.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/viewCategory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/viewCategory.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/viewProducts-old10-01-12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/viewProducts-old10-01-12.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/admin/viewProducts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/admin/viewProducts.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/ajax.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/ajax2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/ajax2.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/ajaxresponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/ajaxresponse.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/gethint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/gethint.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/fade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/fade.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/fadeout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/fadeout.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/fadeto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/fadeto.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/jq1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/jq1.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/jq_ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/jq_ajax.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/js/jquery-1.5.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/js/jquery-1.5.1.js -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/sjq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/sjq.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/slideToggle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ajax/jquery/slideToggle.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ajax/jquery/testFile.txt: -------------------------------------------------------------------------------- 1 | Welcome to EVS Learning Rawalpindi. -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/auth.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/auth.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/bar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/bar.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Abstract.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Clone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Clone.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Error.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Error.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Exception.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/FileProgramming.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/FileProgramming.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/File_uploading.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/File_uploading.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Inheritance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Inheritance.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/REGEX.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/REGEX.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Reflection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Reflection.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/Strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/Strings.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/admins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/admins.csv -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/contacts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/contacts.csv -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/counter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/counter.txt -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/customException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/customException.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/form.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/forms_GET.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/forms_GET.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/forms_POST.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/forms_POST.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/multipleException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/multipleException.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/testFile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/testFile.txt -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/uploaded/golden.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/uploaded/golden.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/uploaded/green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/uploaded/green.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/basics/uploaded/red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/basics/uploaded/red.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/cancelReturn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/cancelReturn.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/check.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/check.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/checkOut.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/checkOut.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/classes/Cart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/classes/Cart.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/classes/Category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/classes/Category.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/classes/Pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/classes/Pagination.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/classes/Product.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/classes/Product.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/classes/Template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/classes/Template.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/comm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/comm.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/comm.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/comm.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/config.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/config.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/config.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/confirmCheckout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/confirmCheckout.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/cong.php~: -------------------------------------------------------------------------------- 1 | 2 | 3 |

4 | Congrats Welcome '".$_SESSION['userName']."'"; 7 | 8 | ?> 9 |

10 | 11 | -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/connect.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/connect.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/datastore.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/datastore.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/db/20111230.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/db/20111230.sql -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/db/20120110.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/db/20120110.sql -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/dis.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/dis.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/disp.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/disp.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/display.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/display.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/edit.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/edit.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editabout.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/editabout.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editabout1.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/editabout1.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editdate.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/editdate.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editdate1.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/editdate1.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editmail.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/editmail.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editname.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/editname.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/editname1.php~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/emptycart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/emptycart.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/formpage.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/formpage.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/hack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/hack.html -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/home (copy).php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/home (copy).php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/home.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/home.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/home1.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/home1.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Extra/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Extra/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Extra/menuActive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Extra/menuActive.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Extra/menu_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Extra/menu_bg.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Extra/menu_bgx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Extra/menu_bgx.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Extra/menu_bgxx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Extra/menu_bgxx.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Extra/menu_hvrxxx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Extra/menu_hvrxxx.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/footer_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/footer_bg.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/menu_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/menu_bg.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/menu_hvr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/menu_hvr.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/images/menu_hvr.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/images/menu_hvr.psd -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/include/adds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/include/adds.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/include/footerMenu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/include/footerMenu.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/include/headerMenu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/include/headerMenu.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/index.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/index.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/index.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ins.html~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ins.html~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/ins.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/ins.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/inse.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/inse.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/insert.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/insert.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/inst.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/inst.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/login.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/login.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/logout.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/logout.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/mainContents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/mainContents.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/mmm.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/mmm.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/paypallReturn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/paypallReturn.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/process.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/process.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/reg.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/reg.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/register.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/register.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/register2.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/register2.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/removeItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/removeItem.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/somepage.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/somepage.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/style/php90.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/style/php90.css -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/submit.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/submit.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/AddToCart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/AddToCart.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/FeaturedProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/FeaturedProducts.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/FeaturedProducts1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/FeaturedProducts1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/NewsBanner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/NewsBanner.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/black_brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/black_brown.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/prem_top_bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/prem_top_bg1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/rew_un_top1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/rew_un_top1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/round.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/rs_logo_deko_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/rs_logo_deko_big.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/st_top_fl4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/st_top_fl4.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/top_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/top_green.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/top_green_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/top_green_2.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/white-background-home-top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/backgrounds/white-background-home-top.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Acer-Aspire-5336.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Acer-Aspire-5336.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Acer-Extensa-5620.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Acer-Extensa-5620.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Asus-1015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Asus-1015.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-380 MT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-380 MT.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-4700C.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-4700C.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-Inspiron-15R-N5010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-Inspiron-15R-N5010.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-XPS-One.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell-XPS-One.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell_GX270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell_GX270.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell_Studio_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Dell_Studio_17.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/HP-9100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/HP-9100.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/HP-Pavilion-DV6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/HP-Pavilion-DV6.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/HP-Pavilion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/HP-Pavilion.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-30113HU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-30113HU.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-C315.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-C315.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-Essential.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-Essential.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-IdeaCenter-A700.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-IdeaCenter-A700.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-IdeaPad-U260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-IdeaPad-U260.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-IdeaPad-Y560.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-IdeaPad-Y560.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-M58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-M58.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-ThinkCentre-A57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-ThinkCentre-A57.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-Thinkpad-X100E.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-Thinkpad-X100E.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-W700.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo-W700.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo_G450.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Lenovo_G450.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Sony_Vaio_FW260J.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Sony_Vaio_FW260J.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/acer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/acer.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/asus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/asus.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/hp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/hp.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/hp_dx2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/hp_dx2000.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/computer/lenovo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/computer/lenovo.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/dod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/dod.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/dod1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/dod1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/HDTV.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/HDTV.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/HomeTheater.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/HomeTheater.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/Samsung-Home-Theater-HT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/Samsung-Home-Theater-HT.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/Sony-Bravia-KDL-52EX700.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/Sony-Bravia-KDL-52EX700.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/Sony-HT-SF2300.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/Sony-HT-SF2300.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/Sony-XBR60LX900.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/Sony-XBR60LX900.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/electronics/sony.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/electronics/sony.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/footerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/footerbg.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/headerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/headerbg.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/hot_deals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/hot_deals.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/hot_deals1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/hot_deals1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-5800-XpressMusic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-5800-XpressMusic.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-C7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-C7.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-E71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-E71.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-N900.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia-N900.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia_N8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Nokia_N8.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-C901.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-C901.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-Vivaz-Pro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-Vivaz-Pro.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-W995.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-W995.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-Zylo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE-Zylo.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE_Aino.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE_Aino.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE_Aino_U10i_Big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE_Aino_U10i_Big.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE_Xperia_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/SE_Xperia_10.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Samsung-Galaxy-S.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Samsung-Galaxy-S.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Samsung-Wave.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Samsung-Wave.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/apple-iphone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/apple-iphone.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/iPhone-3G.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/iPhone-3G.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/iPhone-3GS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/iPhone-3GS.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/iPhone-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/iPhone-4.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/nokia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/nokia.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/samsung.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/samsung.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/mobile/sonyericsson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/mobile/sonyericsson.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/Apple-iPod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/Apple-iPod.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/Coby-MP-705-1GB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/Coby-MP-705-1GB.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/Sony-NWZ-E345-16-GB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/Sony-NWZ-E345-16-GB.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/iPod-Nano.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/iPod-Nano.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/iPod-Shuffle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/iPod-Shuffle.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/iPod-Touch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/iPod-Touch.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/music/mp3player.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/music/mp3player.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/networking/Belkin-Network-Cable-15M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/networking/Belkin-Network-Cable-15M.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/networking/Cisco-1811WAGBK9-RF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/networking/Cisco-1811WAGBK9-RF.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/networking/Linksys-WRT55AG-Wireless.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/networking/Linksys-WRT55AG-Wireless.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/networking/NetworkCable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/networking/NetworkCable.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/networking/NetworkRouter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/networking/NetworkRouter.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/networking/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/networking/Thumbs.db -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/sos_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/sos_logo.png -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeAd1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeAd1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeAd2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeAd2.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeAd3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeAd3.gif -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeAd4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeAd4.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeBanner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeBanner1.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeBanner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeBanner2.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeBanner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeBanner3.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeBanner4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeBanner4.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/testimages/storeBanner5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/testimages/storeBanner5.jpg -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/updateBasket.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/updateBasket.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/verify.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/verify.php~ -------------------------------------------------------------------------------- /Module 2/Chapter 7/htm_sql_web/viewCart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/htm_sql_web/viewCart.php -------------------------------------------------------------------------------- /Module 2/Chapter 7/login1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/login1.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/sql_form6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/sql_form6.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/sql_form7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/sql_form7.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/xss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/xss.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/xss_data_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/xss_data_handler.py -------------------------------------------------------------------------------- /Module 2/Chapter 7/xss_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 2/Chapter 7/xss_list.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/1_shodan_info_gathering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/1_shodan_info_gathering.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/2_google_search_API.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/2_google_search_API.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/3_google_profile_pics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/3_google_profile_pics.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/4_google_additional_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/4_google_additional_results.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/5_screenshots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/5_screenshots.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/6_screenshot_by_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/6_screenshot_by_port.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/7_screenshot_by_port_threaded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/7_screenshot_by_port_threaded.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/8_spidering_websites.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/8_spidering_websites.py -------------------------------------------------------------------------------- /Module 3/Chapter 1/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 1/screenshot.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/URL-regex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/URL-regex.txt -------------------------------------------------------------------------------- /Module 3/Chapter 2/basicname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/basicname.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/brutepasswords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/brutepasswords.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/bruteusernames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/bruteusernames.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/commentfinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/commentfinder.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/filebrute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/filebrute.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/scapypingsweep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/scapypingsweep.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/scapyportscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/scapyportscan.py -------------------------------------------------------------------------------- /Module 3/Chapter 2/usernamecheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 2/usernamecheck.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/DirectoryTraversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/DirectoryTraversal.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/Fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/Fuzzer.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/Headerxss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/Headerxss.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/Shellshocker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/Shellshocker.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/URL-XSS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/URL-XSS.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/XSSFinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/XSSFinder.py -------------------------------------------------------------------------------- /Module 3/Chapter 3/jschecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 3/jschecker.py -------------------------------------------------------------------------------- /Module 3/Chapter 4/Subs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 4/Subs.py -------------------------------------------------------------------------------- /Module 3/Chapter 4/Timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 4/Timer.py -------------------------------------------------------------------------------- /Module 3/Chapter 4/blindsql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 4/blindsql.py -------------------------------------------------------------------------------- /Module 3/Chapter 4/booleanSQL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 4/booleanSQL.py -------------------------------------------------------------------------------- /Module 3/Chapter 4/urlsqli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 4/urlsqli.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/basic_auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/basic_auth.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/clickjack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/clickjack.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/cookies.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/headers_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/headers_enum.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/insecure_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/insecure_headers.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/send_cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/send_cookies.py -------------------------------------------------------------------------------- /Module 3/Chapter 5/user_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 5/user_agent.py -------------------------------------------------------------------------------- /Module 3/Chapter 6/StegoFull.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 6/StegoFull.py -------------------------------------------------------------------------------- /Module 3/Chapter 6/StegoText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 6/StegoText.py -------------------------------------------------------------------------------- /Module 3/Chapter 6/imgurClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 6/imgurClient.py -------------------------------------------------------------------------------- /Module 3/Chapter 6/imgurServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 6/imgurServer.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/All.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/All.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/Atbash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/Atbash.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/Base 64 encode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/Base 64 encode.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/Bcrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/Bcrypt.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/KeyReuse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/KeyReuse.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/LCG-brute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/LCG-brute.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/MD5 crack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/MD5 crack.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/MD5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/MD5.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/Real Example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/Real Example.py -------------------------------------------------------------------------------- /Module 3/Chapter 7/Sub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 7/Sub.py -------------------------------------------------------------------------------- /Module 3/Chapter 8/FTPExfil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/FTPExfil.py -------------------------------------------------------------------------------- /Module 3/Chapter 8/HttpExfil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/HttpExfil.py -------------------------------------------------------------------------------- /Module 3/Chapter 8/Netcat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/Netcat.py -------------------------------------------------------------------------------- /Module 3/Chapter 8/TwitterDecode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/TwitterDecode.py -------------------------------------------------------------------------------- /Module 3/Chapter 8/TwitterExfil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/TwitterExfil.py -------------------------------------------------------------------------------- /Module 3/Chapter 8/data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/data.php -------------------------------------------------------------------------------- /Module 3/Chapter 8/simpleHTTPExfil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 8/simpleHTTPExfil.py -------------------------------------------------------------------------------- /Module 3/Chapter 9/bs2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 9/bs2.py -------------------------------------------------------------------------------- /Module 3/Chapter 9/bs3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 9/bs3.py -------------------------------------------------------------------------------- /Module 3/Chapter 9/maltegodef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 9/maltegodef.py -------------------------------------------------------------------------------- /Module 3/Chapter 9/nmapparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 9/nmapparser.py -------------------------------------------------------------------------------- /Module 3/Chapter 9/pcapparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 9/pcapparse.py -------------------------------------------------------------------------------- /Module 3/Chapter 9/sslscanparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Chapter 9/sslscanparser.py -------------------------------------------------------------------------------- /Module 3/Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Module 3/Read Me.txt -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Penetration-Testing-for-Developers/HEAD/Readme.md --------------------------------------------------------------------------------