Nitrous is a Discord Nitro code generator and checker.
- Nitrous is very fast.
- Nitrous is simple to use.
- Nitrous is efficient.
A prebuilt binary for x86_64-based Linux systems is available in the releases. If you are using a different operating system such as macOS or Windows, you'll have to build and install the tool yourself!
$ cargo install --git https://github.com/fuwn/nitrous --branch main
If you are building and installing yourself, you must have Rust installed!
$ nitrous generate <amount>
$ nitrous check tor
It is recommended that you use Tor as a proxy, however, if you'd like to use any
of the other supported proxy types, -- http
, socks4
, or
socks5
-- you can can specify your proxy file as so;
$ nitrous check <proxy_type> [proxy_list]
$ nitrous check socks5 ./socks5_proxies.txt
The previous command (without any specified codes file) will run the check
routine on a default file value of ./.nitrous/codes.txt
. If you would
like to override this behaviour, specify your file after the proxy type with the
file
flag;
$ nitrous check tor --file /path/to/codes.txt # `-f` also works!
Prebuilt binaries for the latest release may be found here.
- Multi-threaded support