summaryrefslogtreecommitdiffstats
path: root/README.md
blob: fa570da82991f106e3691c0b236d9f912c35afa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# itisclient

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!

this section, as well as any exploit scripts have been removed due to ZInfV (zakon o informacijski varnosti/information security act of Slovenia) https://www.uradni-list.si/_pdf/2018/Ur/u2018030.pdf (UrRS 030/2018, stran 4435)


# legal

me, the developer of this script, takes no responsibility for the use of this script. you must create an account on itis.si in order to use this script, so you
when being the end user of this script also become the end user of itis.si webservice, meaning you automatically agree with all terms, licences and statements
provided by them

licence of this script on the other hand is WTFPL (see file LICENCE) and in a nutshell means that you can do what ever the fuck you want with this script, but keep in
mind that again, get out of my face and don't get me involved in anything legal-ish related...

by using this script or even cloning it or viewing the code you agree that you will not sue me or make any legal action against me regarding
this script and all related parties. You agree that no mather what damage this script causes to any computer ever it is entirely your fault
and liability. Nothing in this repository should ever be used against me.