Skip to content

Commit eb01a18

Browse files
authored
Revert "Better Utility and Encoding Integration Functions into Lua Runtime"
1 parent 9493bd7 commit eb01a18

File tree

31 files changed

+1600
-1257
lines changed

31 files changed

+1600
-1257
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "GPLv2"
66
keywords = ["security", "automation", "bugbounty"]
77
categories = ["command-line-utilities"]
8-
description = "A high-performance web security scanner built with Rust, powered by LuaJIT scripting for unmatched flexibility and speed."
8+
description = "Fast Web Security Scanner written in Rust based on Lua Scripts"
99
authors = ["Khaled Nassar <[email protected]>"]
1010
readme = "README.md"
1111

@@ -66,8 +66,6 @@ serde = { version = "1.0.144", features = ["derive"] }
6666
reqwest = { version = "0.11.12", features = ["multipart"] }
6767
url = "2.2.2"
6868
colored = "2.1.0"
69-
urlencoding = "2.1.3"
70-
hex = "0.4.3"
7169

7270
[profile.release]
7371
opt-level = "z" # Optimize for size.

LICENSE

Lines changed: 339 additions & 202 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)