Giter Club home page Giter Club logo

Comments (10)

bernardoamc avatar bernardoamc commented on May 22, 2024 1

The key message is: Os { code: 113, kind: Other, message: "No route to host" }, the important part being "No route to host" .

This means that this IP address is unreachable.
Try it with a different IP besides this one, this might be the IP assigned to your router.

from rustscan.

issue-label-bot avatar issue-label-bot commented on May 22, 2024

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.82. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

from rustscan.

bee-san avatar bee-san commented on May 22, 2024

Howdy! Not sure about CentOS, but here's the general steps:

  1. Git Clone
  2. Install Rust
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    From:
    https://www.rust-lang.org/tools/install
  3. Build
    cargo build --release
  4. The binary is located at target/release/rustscan
  5. Place the binary wherever you want such as in /bin/, or symlink it, or something! :)

from rustscan.

VoipSip avatar VoipSip commented on May 22, 2024

thank you for answer but see
rustcan -b 500 -T 1500 192.168.0.1
-bash: rustcan: command not found
or
target/release/rustscan
-bash: target/release/rustscan: No such file or directory

/root/RustScan < script is here after login by my server root and cd RustScan

from rustscan.

bee-san avatar bee-san commented on May 22, 2024

Hey!
The first issue is because rustscan is missing one letter

rustcan -b 500 -T 1500 192.168.0.1

The second issue might be because it is not actually executing? I have no idea how Cent OS works to be honest. But in regular bash, to execute it:

./target/release/rustscan

Do any of those work? :)

from rustscan.

VoipSip avatar VoipSip commented on May 22, 2024

thank you already setup and working now but i got some error check plz

target/release/rustscan -b 500 -T 1500 192.168.0.1

 _____           _    _____
|  __ \         | |  / ____|
| |__) |   _ ___| |_| (___   ___ __ _ _ __
|  _  / | | / __| __|\___ \ / __/ _` | '_ \
| | \ \ |_| \__ \ |_ ____) | (_| (_| | | | |
|_|  \_\__,_|___/\__|_____/ \___\__,_|_| |_|
Faster nmap scanning with rust.

Automated Decryption Tool - https://github.com/ciphey/ciphey
Creator https://github.com/brandonskerritt
Os { code: 113, kind: Other, message: "No route to host" }
thread 'main' panicked at 'Too many open files. Please reduce batch size. The default is 5000. Try -b 2500.',
src/main.rs:178:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

from rustscan.

VoipSip avatar VoipSip commented on May 22, 2024

THANK YOU

from rustscan.

VoipSip avatar VoipSip commented on May 22, 2024

TRY TO Support UDP

from rustscan.

bernardoamc avatar bernardoamc commented on May 22, 2024

Glad to help!

TRY TO Support UDP

For sure! 👍

Do you mind if we close this issue @VoipSip ? <3

from rustscan.

VoipSip avatar VoipSip commented on May 22, 2024

no thank you for your help

from rustscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.