-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
#Recons | ||
=> #marketing and #stock is so intersting | ||
|
||
``` | ||
000000001: 301 7 L 13 W 194 Ch "www" | ||
000000037: 301 7 L 13 W 194 Ch "shop" | ||
000000254: 200 41 L 92 W 2025 Ch "marketing" | ||
000000960: 200 0 L 1 W 67 Ch "stock" | ||
``` | ||
|
||
I got a new subdomain. => http://nahamstore-2020-dev.nahamstore.thm/ I added it to my “/etc/hosts” file as well and scanned for the hidden dirctory again. => dirb http://nahamstore-2020-dev.nahamstore.thm/ = then i found /api with CODE:302. And then i'am trying to descover hidden dir using dirb again => dirb http://nahamstore-2020-dev.nahamstore.thm/api/ => again i found anther dir called /customers with CODE:302 | ||
### I got a new subdomain. ```http://nahamstore-2020-dev.nahamstore.thm/``` I added it to my “/etc/hosts” file as well and scanned for the hidden dirctory again. ```dirb http://nahamstore-2020-dev.nahamstore.thm/``` then i found ```/api with CODE:302```. And then i'am trying to descover hidden dir using dirb again ```dirb http://nahamstore-2020-dev.nahamstore.thm/api/``` again i found anther dir called ```/customers``` with CODE:302 | ||
|
||
when i am tried to see the web, it say "customer_id is required" so i noticed one thing, if i add parameter called "customer_id" and give it value id 0-10, maybe i found some thing. | ||
### when i am tried to see the web, it say ```customer_id is``` required" so i noticed one thing, if i add parameter called "customer_id" and give it value id 0-10, maybe i found some thing. | ||
|
||
Boom! i found. | ||
# Boom! i found. | ||
|
||
=> nahamstore-2020-dev.nahamstore.thm/api/customers/?customer_id=2 | ||
``` | ||
nahamstore-2020-dev.nahamstore.thm/api/customers/?customer_id=2 | ||
``` | ||
|
||
|
||
1. Jimmy Jones SSN | ||
answer = 521-61-6392 | ||
answer = ```521-61-6392``` | ||
|