tools or software to check if site can be hacked!!!
-
These kind of questions are generally not accepted on CP, but I'll give you a hint nevertheless. Search for a book about "Hacking" and some knowledge will be "Exposed"! Use this knowledge responsibly. There is a full tool stack explained in that book to find security flaws in your systems. Some of these tools are used by a big company to make their systems safer from hacking attempts. Cheers!
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian
-
Employ an ethical hacker, companies are out their who will run penetration tests on your site and produce detailed reports on any and all vulnerabilities. either that or get trained as an Ethical hacker
You cant outrun the world, but there is no harm in getting a head start Real stupidity beats artificial intelligence every time.
-
Well there are Tools with that you can run several "hacks". Unfortunately you have to find them by your self. The problem with such Question is, that (As you will learn if you choose to become a white head or penetration testing hacker) information about this topic is not easy to provide. In most countries the one who taught you is responsible for the mess you made, that's why you have to sign a paper that reliefs him from this responsibility. I recommend you to get a quick course for "Hacking" and read a book to that, finally you should learn some techniques to think of what could possibly be attacked and how. Then find (create) the code, most "Hacking" is a craft of creativity.
if(this.signature != "")
{
MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
MessageBox.Show("404-Signature not found");
} -
Metasploit is a good tool for pen testing: https://www.metasploit.com/[^] NOTE: If you do not own the server - you better make sure you notify whoever does BEFORE you unleash this tool on the site you want pen tested.
-