diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -6,13 +6,26 @@ to get everyone in iTIS directory as a json file: ./fetcheveryone.php ``` +to send any amount of SMS messages with 100% custom body: +``` +#!/usr/bin/env php +<?php +require_once "itisclient/main.php"; +$ui = new itisClient(); +$ui->setusername("UPORABNIK_Z_DVD_ALI_KUPLJENIM_DOSTOPOM"); +$ui->setpassword("THOSE_NOOBZ_DONT_HASH_PASSWORDS"); +if($ui->posljisms("064176435", "prefix_sporocila ", "glavni_del_// sporocila")) // prefix je lahko "";takrat je glavni del 160 znakov + {echo "(-;";} +else {echo ")-;";} +``` + and let it run for a couple of minutes (?) registration not added yet, no captcha=>should be simple, but a SMTP listener client will have to be implemented # exploits!!! -yes, exploits indeed. Every. Single. Aspx. Site. Exploits. I mean what do they think (ASP.NET devs in general)? +yes, exploits indeed. Every. Single. Aspx. Site. Has. Exploits. I mean what do they think (ASP.NET devs in general)? /exploits coming soon!/ |