Tuesday, July 20, 2021

Burp Suite

the most widely used suite for web app security testing

https://portswigger.net/burp

No comments:

Post a Comment

Python List, NumPy Array and Pandas DataFrame

 The strength of numpy arrays is that it allows for vectorized operations (applying a calculation to the whole array at once without loops)...