Skip to content

Commit 427203d

Browse files
committed
petshop_pro flag1
1 parent a1622da commit 427203d

File tree

9 files changed

+55
-1
lines changed

9 files changed

+55
-1
lines changed

petshop_pro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Something looks out of place with checkout
66
- It's always nice to get free stuff
77

8-
## [Flag1](./flag1) -- Not Found
8+
## [Flag1](./flag1) -- Found
99

1010
- There must be a way to administer the app
1111
- Tools may help you find the entrypoint

petshop_pro/flag1/README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Petshop Pro - FLAG1
2+
3+
## 0x00 Index
4+
5+
![](../flag0/imgs/index.jpg)
6+
7+
## 0x01 Path Scan
8+
9+
Used [7kbscan-WebPathBrute][1] and corresponding dir dictionary for path scanning.
10+
11+
![](./imgs/path.jpg)
12+
13+
## 0x02 Admin Login path
14+
15+
http://127.0.0.1/xxxxxxxxxx/login
16+
17+
![](./imgs/admin-login.jpg)
18+
19+
## 0x03 Try Login
20+
21+
Try with weak password, admin + admin. Shows **Invalid Password** error.
22+
23+
This can help to brute force admin username.
24+
25+
![](./imgs/invalid_username.jpg)
26+
27+
## 0x04 Get Username
28+
29+
Catch the request and send to Intruder.
30+
31+
![](./imgs/burp_username.jpg)
32+
33+
With the help of this [username wordlist][2], finally get the admin username.
34+
35+
![](./imgs/username.jpg)
36+
37+
## 0x05 Get Password
38+
39+
With pretty much same method as above, here I get the password.
40+
41+
![](./imgs/password.jpg)
42+
43+
## 0x06 FLAG
44+
45+
So succefully log in.
46+
47+
```
48+
username=verla
49+
password=jester
50+
```
51+
![](./imgs/flag.jpg)
52+
53+
[1]: https://github.com/7kbstorm/7kbscan-WebPathBrute
54+
[2]: https://github.com/jeanphorn/wordlist/blob/master/usernames.txt
9.2 KB
Loading
28.3 KB
Loading

petshop_pro/flag1/imgs/flag.jpg

37.4 KB
Loading
9.08 KB
Loading

petshop_pro/flag1/imgs/password.jpg

36.5 KB
Loading

petshop_pro/flag1/imgs/path.jpg

57.7 KB
Loading

petshop_pro/flag1/imgs/username.jpg

34 KB
Loading

0 commit comments

Comments
 (0)