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 |
Tags
- XSS
- Suninatas
- base64
- frida
- Openstack
- igoat
- MFT
- foremost
- ctf
- otter
- 파이썬
- vulnhub
- 인시큐어뱅크
- kibana
- SQL Injection
- Docker
- CTF-d
- beebox
- elasticsearch
- NTFS
- logstash
- ESXi
- Strings
- 2018
- diva
- InsecureBank
- Volatility
- Reflected XSS
- 안드로이드
- lord of sql injection
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