Monday, 31 August 2015

Pytjone RESOLVER BASH SCRIPT

SKYPE RESOLVER BASH SCRIPT This is simple bash script which query skype username against http://resolveme.org/ and grab I.P. wget https://raw2.github.com/niravkdesai/skypersolver.sh/master/skypersolver.sh sh skypersolver.sh skype resover bash script BASH SCRIPT FOR CHECKING HTTP HEADERS FOR SECURITY For checking http header for security perspective you can visit Security Headers . It will check for following header. Access Control Allow OriginContent Security PolicyCross Domain Meta PolicyNoSniffServer InformationStrict Transport SecurityUTF-8 Character...


BASIC OF HACKING

BASIC OF HACKING Hacker means someone who finds weaknesses in a computer or computer network, though the term can also refer to someone with an advanced understanding of computers and computer networks.Hackers may be motivated by a multitude of reasons, such as profit, protest, or challenge. The subculture that has evolved around hackers is often referred to as...


Saturday, 29 August 2015

SQL Injection Tutorial by 4$hI$# (MySQL) in 6 Steps

SQL Injection Tutorial by 4$hI$# (MySQL) In this tutorial i will describe how sql injection works and how to use it to get some useful information. What Is Sql Injection ? It's one of the most common vulnerability in web applications today. It allows attacker to execute database query in url and gain access to some confidential information...