Recent Posts
Grey Net Security
Return To Blog Listing
Grey.NET Security is an up to date hacking and computer security related blog that helps beginners to find their way into the hacking community.
Recent Posts Tagged With 'tutorial'
python - finding broken links in an html file
I recently wanted to be able to check broken links in an html file and did not want to buy any commercial programs. So I wrote a program in python which shows you the broken links in an html file. Her...
learning how to hack - part 2
It is good that you are eager to learn more because that is how you actually become a good hacker. As it says on Darknet “Don’t learn to hack - hack to learn”, that is the key to bec...
Firewall guide
In today’s world it is important for every internet user to have a personal firewall. Even if you have a firewall it does not mean that you are well-protected, e.g. if you are constantly browsin...
bash/python - extracting links from an html file
I recently came across the need to extract links from an html file. Of course I wanted to automate the whole procedure. There is an easy way of doing this using the bash shell. cat file | grep ...
