Skip to content

Commit 08dc374

Browse files
committed
Merge branch 'main' of github.com:pwnwriter/haylxon
2 parents 67e7ef4 + 60d71ef commit 08dc374

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: Bench gowitness with hxn
4444
run: |
45-
hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500 -o hxnshots' 'gowitness -F --timeout 500 file -f urls.txt --debug --screenshot-path "gowithnessshots"' -N
45+
hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500 -o hxnshots' 'gowitness -F --timeout 500 file -f urls.txt --debug' -N

README.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -96,41 +96,38 @@ Built from the ground up for ease of use, performance, beautiful ui and portabil
9696
<a name="action"></a>
9797
## Hxn in action 🚀
9898

99-
- <details> <summary><code> Taking screenshots of one/many urls.🖇️ </code></summary>
100-
101-
102-
- single url
103-
104-
&nbsp;
10599
***I'm using brave browser for all the demonstration. You can use any chromium based browsers.***
106-
100+
&nbsp;
101+
- <details> <summary><code> Take screenshots of single url 🔗 </code></summary>
102+
&nbsp;
103+
107104
```bash
108105
hxn -b $(which brave) -u https://example.com
109106
```
110-
![single](https://github.com/pwnwriter/haylxon/assets/90331517/6b6460f8-72dd-4197-b43f-f283a2c49727)
107+
![screenshot_2023-11-03_12-28-18](https://github.com/pwnwriter/haylxon/assets/90331517/e9fd87e3-a99a-4fd9-a100-dbe2d3947a58)
111108

112-
- a file containing multiple urls
109+
</details>
113110

111+
- <details> <summary><code> Take screenshots of multiple urls 📂 </code></summary>
112+
&nbsp;
114113

115114
```bash
116115
hxn -b $(which brave) -f urls.txt
117116
```
118117

119-
![multiple](https://github.com/pwnwriter/haylxon/assets/90331517/b751b1dc-ac44-4f7c-8c4d-80a9d87fc415)
118+
![screenshot_2023-11-03_12-36-09](https://github.com/pwnwriter/haylxon/assets/90331517/cb94f0ee-5546-4854-9678-62c15665611f)
120119

121120

122121
</details>
123122

124-
125-
- <details> <summary><code> Silent option for automation ⚙️ </code></summary>
126-
&nbsp;
123+
- <details> <summary><code> Show fancy output ⚙️ </code></summary>
124+
&nbsp;
127125

128126
```bash
129-
hxn -b $(which brave) -u https://example.com --silent
130-
```
131-
132-
![silent](https://github.com/pwnwriter/haylxon/assets/90331517/9e41521d-8de5-433f-ab80-fffac46564b6)
127+
hxn -b $(which brave) -f urls.txt --verbose
128+
```
133129

130+
![screenshot_2023-11-03_12-29-16](https://github.com/pwnwriter/haylxon/assets/90331517/38120572-72c5-4412-b583-02a14f88869e)
134131

135132
</details>
136133

0 commit comments

Comments
 (0)