pwnwriter / haylxon

⚡ Blazing-fast tool to grab screenshots of your domain list right from terminal.
https://crates.io/crates/hxn
MIT License
386 stars 16 forks source link

[panic] The use file panic #30

Closed enomothem closed 10 months ago

enomothem commented 10 months ago
thread 'thread 'thread 'thread 'thread 'thread 'tokio-runtime-workertokio-runtime-workertokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value' panicked at '', src\cli\screenshot.rs:' panicked at '158called `Option::unwrap()` on a `None` value:', 64src\cli\screenshot.rs
:note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
158tokio-runtime-workertokio-runtime-worker' panicked at '' panicked at 'called `Option::unwrap()` on a `None` value', :src\cli\screenshot.rscalled `Option::unwrap()` on a `None` value:', 158tokio-runtime-worker64:' panicked at 'src\cli\screenshot.rscalled `Option::unwrap()` on a `None` value64

:158:called `Option::unwrap()` on a `None` value64', ', src\cli\screenshot.rssrc\cli\screenshot.rs::158:64

158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src\cli\screenshot.rs:158:64
error: task 36 panicked
pwnwriter commented 10 months ago

Can you give me a general idea on what command were you running?

Seems like it panicked while fetching url title.

pwnwriter commented 10 months ago

WoOoO :P

enomothem commented 10 months ago

@pwnwriter The command I used. .\hxn.exe -f 1.txt -b "C:\Program Files\Google\Chrome\Application\chrome.exe" I don't know why it panicked, but I tried to set the thread to 1 and timeout 20, and it didn't go well, so I think it might have something to do with the url, if there was a problem with the page I visited, was there no exception handling

pwnwriter commented 10 months ago

Hey, it used to panic if the url or the website doesn't have a title. Now it will just set 'no title' to those urls.

You can tryout latest build :0