Skip to content

Commit c659858

Browse files
author
Blake Jacobs
committed
added in 2 more arguments
1 parent b8d98a2 commit c659858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pathbuster"
33
authors = ["zoid", "<[email protected]>"]
44
description = "A path-normalization pentesting tool."
5-
version = "0.5.4"
5+
version = "0.5.5"
66
edition = "2021"
77
license = "MIT"
88
repository = "https://github.com/ethicalhackingplayground/pathbuster"

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn print_banner() {
3838
/ /_/ / /_/ / /_/ / / / /_/ / /_/ (__ ) /_/ __/ /
3939
/ .___/\__,_/\__/_/ /_/_.___/\__,_/____/\__/\___/_/
4040
/_/
41-
v0.5.4
41+
v0.5.5
4242
------
4343
path normalization pentesting tool
4444
"#;
@@ -80,7 +80,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
8080

8181
// parse the cli arguments
8282
let matches = App::new("pathbuster")
83-
.version("0.5.3")
83+
.version("0.5.5")
8484
.author("Blake Jacobs <[email protected]>")
8585
.about("path-normalization pentesting tool")
8686
.arg(

0 commit comments

Comments
 (0)