선릉역 1번 출구

[Burp suite] - Decoder 본문

Computer/Linux

[Burp suite] - Decoder

choideu 2022. 11. 8. 22:51

Decoder

암호화된 데이터를 원시 데이터로 변환하거나 원시 데이터를 인코딩이나 해싱 형태로 변환하는 도구

 

1. Decode as: 디코딩

2. Encode as: 인코딩

3. Hash: hash

4. Smart decode: 여러 가지 인코딩 포맷을 인식하여 지능적으로 디코딩

- 인코딩된 것으로 판단되는 데이터를 디코딩하기 위해서 인코딩된 데이터가 검출되지 않을 때까지 디코딩 작업 반복

 

내가 원하는 부분을 드래그한 후 Decode as, Encode as, Hash를 클릭하거나 Smart decode를 클릭하여 자동으로 디코딩하면 됨

'Computer > Linux' 카테고리의 다른 글

[Metasploit] Msfconsole Command  (0) 2022.12.11
[Metasploit] Architecture and Postgresql  (0) 2022.12.11
[Burp suite] - Repeater  (0) 2022.11.08
[Burp suite] - Intruder  (0) 2022.11.05
[Burp suite] - Proxy  (0) 2022.11.04
Comments