Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pwnwriter/haylxon
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jan 9, 2024
2 parents ae5b8ab + aa87582 commit 0097f8b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,20 @@ wget -qO- "$(curl -qfsSL "https://api.github.com/repos/pwnwriter/haylxon/release
</details>
- <details> <summary><code> Define your ports ✳️ </code></summary>
&nbsp;
```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)
</details>
- <details> <summary><code> hxn in termux 🐤 </code></summary>
&nbsp;
Install dependencies -
Expand Down

0 comments on commit 0097f8b

Please sign in to comment.