Wednesday, May 29, 2013

Security

Instructions to install any types of security certificates:

Top security tools:



The Open Web Application Security Project

https://www.owasp.org/index.php/Main_Page


Utility for network debugging:
1. tcpdump: to see if there are any packets coming across to the port at which the application is listening.
2. strace & gstack: to track what system call the application process is currently waiting on.
3. lsof: to track what(and how many) file descriptors are open for the application process.

No comments:

Post a Comment