Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup #28

Closed
VoipSip opened this issue Jul 23, 2020 · 10 comments
Closed

Setup #28

VoipSip opened this issue Jul 23, 2020 · 10 comments
Labels
question Further information is requested

Comments

@VoipSip
Copy link

VoipSip commented Jul 23, 2020

how i can use already installation git clone https://github.com/brandonskerritt/RustScan.git

after done the installation i can't run on centos 7

please give me all info about setup and the run commands on centos

thank you

@issue-label-bot
Copy link

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.

@issue-label-bot issue-label-bot bot added the question Further information is requested label Jul 23, 2020
@bee-san
Copy link
Member

bee-san commented Jul 23, 2020

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! :)

@VoipSip
Copy link
Author

VoipSip commented Jul 23, 2020

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

@bee-san
Copy link
Member

bee-san commented Jul 23, 2020

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? :)

@VoipSip
Copy link
Author

VoipSip commented Jul 23, 2020

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

@bernardoamc
Copy link
Collaborator

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.

@VoipSip
Copy link
Author

VoipSip commented Jul 25, 2020

THANK YOU

@VoipSip
Copy link
Author

VoipSip commented Jul 25, 2020

TRY TO Support UDP

@bernardoamc
Copy link
Collaborator

Glad to help!

TRY TO Support UDP

For sure! 👍

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

@VoipSip
Copy link
Author

VoipSip commented Jul 25, 2020

no thank you for your help

@VoipSip VoipSip closed this as completed Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants