diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-01-14 20:49:39 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-01-14 20:49:39 +0100 |
commit | e13538234af64eff7b7f9795027fe210225a8991 (patch) | |
tree | 174adbca1383af8407c69d4c1d438ffb3a9b1815 /README.md | |
parent | debug file_put_contents odstranjen (diff) | |
download | itisclient-e13538234af64eff7b7f9795027fe210225a8991.tar itisclient-e13538234af64eff7b7f9795027fe210225a8991.tar.gz itisclient-e13538234af64eff7b7f9795027fe210225a8991.tar.bz2 itisclient-e13538234af64eff7b7f9795027fe210225a8991.tar.lz itisclient-e13538234af64eff7b7f9795027fe210225a8991.tar.xz itisclient-e13538234af64eff7b7f9795027fe210225a8991.tar.zst itisclient-e13538234af64eff7b7f9795027fe210225a8991.zip |
Diffstat (limited to 'README.md')
-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!/ |