summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-01-14 20:49:39 +0100
committerAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-01-14 20:49:39 +0100
commite13538234af64eff7b7f9795027fe210225a8991 (patch)
tree174adbca1383af8407c69d4c1d438ffb3a9b1815
parentdebug file_put_contents odstranjen (diff)
downloaditisclient-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
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index d79ef21..e0ee9dc 100644
--- a/README.md
+++ b/README.md
@@ -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!/