Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- logstash
- 파이썬
- 안드로이드
- vulnhub
- CTF-d
- lord of sql injection
- frida
- foremost
- XSS
- SQL Injection
- elasticsearch
- beebox
- Strings
- 2018
- Docker
- base64
- kibana
- InsecureBank
- Openstack
- MFT
- diva
- Reflected XSS
- ESXi
- Suninatas
- NTFS
- otter
- Volatility
- ctf
- 인시큐어뱅크
- igoat
Archives
- Today
- Total
목록25 (1)
Information Security

해당 파일의 PE구조를 확인하면 PK 압축파일이라는 것을 알 수 있다. 해당 파일의 dex -> jar 파일로 디컴파일 했다. jd-gui 프로그램을 이용해 소스코드를 확인했지만 key 값이 보이지 않았다. Uri.parse("http://www.suninatas.com/Part_one/web25/chk_key.asp?id=" + paramAnonymousView.toString() + "&pw=" + ((Editable)localObject).toString() + "&Name=" + str1.toString() + "&Number=" + str2.toString())); 소스코드를 확인하면 id, pw, Name, Numver가 필요하다. id, pw는 계정일 것 같고 Name, Number만 구하면..
WarGame/SUNINATAS
2020. 12. 13. 21:56