Crates.io | best403unlocker-rs |
lib.rs | best403unlocker-rs |
version | 0.1.4 |
source | src |
created_at | 2024-07-19 19:49:35.380154 |
updated_at | 2024-07-31 12:29:54.780801 |
description | Rust implementation of best403unlocker project to bypass 403 |
homepage | |
repository | https://github.com/403unlocker/best403unlocker-rs |
max_upload_size | |
id | 1309025 |
size | 62,657 |
The Rust version of the 403 unlocker tool, available in here, introduces several key differences and features compared to the original project:
The primary difference is that the tool has been rewritten using the Rust programming language, leveraging Rust's native tools and libraries. This allows for improved performance, safety, and cross-platform compatibility compared to the original version.
Thanks to amazing rust this project now supports both Windows and Linux.
Just a single executable file and its best403unlocker.conf
file to check for best DNSs.
To run the Rust-based 403 unlocker tool, there is two method:
Before running the Rust version of the 403 unlocker tool, ensure that you haver Rust programming language installed:
git clone https://github.com/403unlocker/best403unlocker-rs.git
cd best403unlocker-rs
cargo build --release
This will compile the Rust code and create a optimized, release-ready executable.
./target/release/best403unlocker-rs
$HOME/.cargo/bin
:cp ./target/release/best403unlocker-rs ~/.cargo/bin
copy .\target\release\best403unlocker-rs.exe %USERPROFILE%\.cargo\bin\
The tool should now be running and ready to use.
Many thanks to Arman Taheri for its great idea!
Fell free to open PR and issues
I will try my best to answer them as soon as possible