Security Cheat Sheets for Ethical Hacking

Security Cheat Sheets for Ethical Hacking Security cheat sheets for Ethical Hacking and Penetration Testing by sniferl4bs. This cheat sheet is especially for penetration testers/CTF participants/security enthusiasts. Download and Extract Command: wget https://github.com/Snifer/security-cheatsheets/archive/master.zip unzip master.zip Contents: aircrack-ng airport burp cewl cidr cookies dig fierce ftp golismero hping http https-ssl-tls hydra john Read more…

Loading

PHP Cheat Sheet

PHP Cheat Sheet PHP cheat sheet for newbies learning PHP. PHP Array Functions  array_diff (arr1, arr2 …) array_filter (arr, function) array_flip (arr) array_intersect (arr1, arr2 …) array_merge (arr1, arr2 …) array_pop (arr) array_push (arr, var1, var2 …) array_reverse (arr) array_search (needle, arr) array_walk (arr, function) count (count) in_array (needle, haystack) Read more…

Loading

HTML Cheat Sheet

HTML Cheat Sheet   Document Outline <!DOCTYPE> Version of (X)HTML <html>….</html> HTML document <head>….</head> Page information <body>….</body> Page contests   Comments <!– Comment Test –> Page Information <base /> Base URL <meta /> Meta data <title>….</title> Title <link /> Relevant resource <style>….</style> Style resource <script>….</script> Script resource Document Structure  <h1>….</h1> Read more…

Loading