首页 > 技术文章 > Burp Suite Decoder Module - 解码模块

keepmoving1113 2019-06-04 23:41 原文

官方参考链接:https://portswigger.net/burp/documentation/desktop/tools/decoder

该模块主要进行编码和解码,支持编码方式有:Plain,URL,HTML,Base64, ASCII hex, Hex, Octal, Binary,Gzip.

 通过截获的流量,右击选择Send to Decoder,可以快速将内容传送到Decoder模块中。

可以按照选中编码格式进行Encode

对一些密码等字串,进行Decoder.

 

推荐阅读