0% found this document useful (0 votes)
315 views6 pages

Javascript For Pentesters

This document provides an introduction to using Javascript for pentesting. It discusses enumerating object properties in Javascript, including using the for...in loop, Object.keys(), and getOwnPropertyNames() methods. It also mentions the Pentester Academy website for additional Javascript pentesting resources.

Uploaded by

John Stuart
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
315 views6 pages

Javascript For Pentesters

This document provides an introduction to using Javascript for pentesting. It discusses enumerating object properties in Javascript, including using the for...in loop, Object.keys(), and getOwnPropertyNames() methods. It also mentions the Pentester Academy website for additional Javascript pentesting resources.

Uploaded by

John Stuart
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Javascript

 for  Pentesters  

Vivek  Ramachandran  
SWSE,  SMFE,  SPSE,  SISE,  SLAE,  SGDE  Course  Instructor  

CerCficaCons:                          hFp://www.securitytube-­‐training.com    
 
Pentester  Academy:    hFp://www.PentesterAcademy.com    

©SecurityTube.net  
EnumeraCng  Object  ProperCes  

©SecurityTube.net  
For  …in  

hFps://developer.mozilla.org/en-­‐US/docs/Web/JavaScript/Reference/Statements/for...in    

©SecurityTube.net  
Object.keys()  

hFps://developer.mozilla.org/en-­‐US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys    

©SecurityTube.net  
getOwnPropertyNames()  

hFps://developer.mozilla.org/en-­‐US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames    

©SecurityTube.net  
Pentester  Academy  

©SecurityTube.net  

You might also like