Hacking a Website

Hacking a Website I will explain all the methods used to hack a website or website’s database. This is the first part of the hacking websites tutorial, where I will briefly explain all the methods used for hacking or defacing websites. Today, I will give you the overview, and in Read more…

Loading

Shellstack

Manage All Your Backdoored Websites Efficiently   ShellStack is a PHP based backdoor management tool. This Tool comes handy for “HACKERS” who wish to keep a track of every website they hack. The tool generates a backdoor file which you just have to upload to the site and put the Read more…

Loading

PHP Exploitation Codes

PHP Exploitation Codes Command Execution exec – Returns last line of commands output passthru – Passes commands output directly to the browser system – Passes commands output directly to the browser and returns last line shell_exec – Returns commands output “ (backticks) – Same as shell_exec() popen – Opens read 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