phra / rustbuster

A Comprehensive Web Fuzzer and Content Discovery Tool
https://iwantmore.pizza
GNU General Public License v3.0
522 stars 59 forks source link

support include/ignore status code with vhost mode #15

Open phra opened 5 years ago

pjsier commented 1 year ago

@phra I'm working on this, but running into an error while trying to run any command with cargo run on stable Rust 1.64.0. I receive this error when running the example commands for vhost or dns:

thread 'tokio-runtime-worker-0' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:493:59

Any insights on how I can get around this? Thanks!