Skip to content

Instantly share code, notes, and snippets.

View YDyachenko's full-sized avatar

Yuriy Dyachenko YDyachenko

  • Positive Technologies
  • Saint Petersburg
View GitHub Profile
@YDyachenko
YDyachenko / bsqli.php
Last active December 9, 2020 23:03
Simple tool for exploiting blind sql-injections
<?php
class BlindSqlInjection
{
protected $testFunction;
protected $requestsCount = 0;
protected $firstChr;
protected $lastChr;
protected $adapter;