burpsuite-kit 0.1.1

Burp Suite kit
Documentation
1
2
3
4
5
6
7
8
9
10
11
# burpsuite-kit

* [Cargo package]https://crates.io/crates/burpsuite-kit

## Dev

```
cargo test --all --all-features -- --nocapture && \
cargo +nightly clippy --all --all-features -- -D clippy::all && \
cargo fmt --all -- --check
```