Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danbgds authored May 15, 2017
1 parent 1bbf370 commit 29f414c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## DESCRIPTION

This tool detects XML Fast Infoset encoding HTTP requests in Burp based on Content-Type header (xml/fastinfoset). Once the encoding is detected, it un-gzip the requests and
decodes it to presents a text-based readable user-friendly version. After tampering the requests it converts the request back to the original encoding, so it allows to modify requests on the fly.
This tool detects XML Fast Infoset encoded HTTP requests in Burp based on the Content-Type header (xml/fastinfoset). Once the encoding is detected, it un-gzips the requests and decodes it to present a text-based readable user-friendly version. After a request has been edited, the plugin converts it back to the original encoding, allowing requests to be modified on the fly.

![alt screenshot](https://image.ibb.co/jTZxmF/xmlfastinfoset.png)

Blog Post: <TO DO>

I used a decoding function from [Lu Jun](https://github.com/luj1985/albatross) code.
I used a decoding function from [Lu Jun](https://github.com/luj1985/albatross)'s code.

## USAGE

Expand Down

0 comments on commit 29f414c

Please sign in to comment.