From f195a0da0ff910964899cd51e26e6c63be9d43f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 03:09:54 +0000 Subject: [PATCH 1/2] build(deps): bump clap from 4.4.13 to 4.4.14 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.4.14. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.13...v4.4.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9cc0bc..d743825 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 ffa5328..b7d668a 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" From aa87582b04cd670c01c514d156e964dd481a3b82 Mon Sep 17 00:00:00 2001 From: Nabeen Tiwaree Date: Tue, 9 Jan 2024 20:43:33 +0545 Subject: [PATCH 2/2] feat(docx): manual for defining port values --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -