diff --git a/Cargo.lock b/Cargo.lock index 53c64da..1ed5abc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,9 +254,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.13" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" +checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" dependencies = [ "clap_builder", "clap_derive", @@ -264,9 +264,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.12" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e03a6ae..4b96bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["accessibility", "web-programming", "command-line" ] [dependencies] chromiumoxide = { version = "0.5.7", features = ["tokio-runtime"], default-features = false } reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "trust-dns"] } -clap = { version = "4.4.13", features = ["derive", "string"] } +clap = { version = "4.4.14", features = ["derive", "string"] } tokio = { version = "1.35.1", features = ["full"] } futures = "0.3.30" columns = "0.1.0" diff --git a/README.md b/README.md index d253f75..b1a0262 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,20 @@ wget -qO- "$(curl -qfsSL "https://api.github.com/repos/pwnwriter/haylxon/release + +-
Define your ports ✳️ +   + + ```bash + hxn -b $(which brave) -f urls.txt --ports 8080,8081 + ``` + + ![screenshot_2024-01-09_20-36-27](https://github.com/pwnwriter/haylxon/assets/90331517/2c0579ae-ca88-472a-a448-29d8accfcab6) + + +
+ + -
hxn in termux 🐤   Install dependencies -