Code Monkey home page Code Monkey logo

Comments (17)

SieBRUM avatar SieBRUM commented on August 22, 2024

The runner has to be executed seperately. As of right now, it only supports windows out of the box.

If you want to run it, you have to build it and run the executable.

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM where can i download the scanner ?

from minecraft-server-discovery.

SieBRUM avatar SieBRUM commented on August 22, 2024

@SieBRUM where can i download the scanner ?

The scanner can be found here https://github.com/SieBRUM/minecraft-server-discovery/tree/main/backend/MasscanWrapper

You have to build it yourself.

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM i have this error while Building :
Starting scanning process on range 0.0.0.0/0!
Unhandled exception. System.ComponentModel.Win32Exception (2): Das System kann die angegebene Datei nicht finden.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at MasscanWrapper.Program.CreateAndStartScanningProcess(String fileName, String ipRange, String rateLimit) in C:\Users\alex\Documents\Git\minecraft-server-discovery\backend\MasscanWrapper\Program.cs:line 175
at MasscanWrapper.Program.Main(String[] args) in C:\Users\alex\Documents\Git\minecraft-server-discovery\backend\MasscanWrapper\Program.cs:line 90

from minecraft-server-discovery.

SieBRUM avatar SieBRUM commented on August 22, 2024

@SieBRUM i have this error while Building : Starting scanning process on range 0.0.0.0/0! Unhandled exception. System.ComponentModel.Win32Exception (2): Das System kann die angegebene Datei nicht finden. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at MasscanWrapper.Program.CreateAndStartScanningProcess(String fileName, String ipRange, String rateLimit) in C:\Users\alex\Documents\Git\minecraft-server-discovery\backend\MasscanWrapper\Program.cs:line 175 at MasscanWrapper.Program.Main(String[] args) in C:\Users\alex\Documents\Git\minecraft-server-discovery\backend\MasscanWrapper\Program.cs:line 90

It says it cannot find your masscan.exe executable. The wrapper defaults to your desktop if you do not answer the question "Location of masscanner?." Do you have masscan.exe on your device, and if so, is it on your desktop? If it is not on your desktop, you have to supply the path to the executable.

Headsup: Im pretty sure masscan.exe requires NpCap to be installed on your machine.

For reference, see https://github.com/SieBRUM/minecraft-server-discovery/blob/main/backend/MasscanWrapper/Program.cs#L22

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

i thought id would build the executable

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM now it says this : Unhandled exception. System.ComponentModel.Win32Exception (5): Zugriff verweigert
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at MasscanWrapper.Program.CreateAndStartScanningProcess(String fileName, String ipRange, String rateLimit) in C:\Users\alex\Documents\Git\minecraft-server-discovery\backend\MasscanWrapper\Program.cs:line 175
at MasscanWrapper.Program.Main(String[] args) in C:\Users\alex\Documents\Git\minecraft-server-discovery\backend\MasscanWrapper\Program.cs:line 90

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

i htink that means no perms right ?

from minecraft-server-discovery.

SieBRUM avatar SieBRUM commented on August 22, 2024

i thought id would build the executable

No, masscan is a separate executable which I do not own. It can be found here if you want to build it yourself: https://github.com/robertdavidgraham/masscan or compiled versions can be found here https://github.com/Arryboom/MasscanForWindows .

i htink that means no perms right ?

Consider running the application as an administrator if you have permission issues.

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

Yeah i downloaded the exe

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM i downloaded the exe

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM is there any way to run the scanner on linux ?

from minecraft-server-discovery.

SieBRUM avatar SieBRUM commented on August 22, 2024

@SieBRUM is there any way to run the scanner on linux ?

No.

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM because if i run it on my machine i can't acces the internet at all but if i stop the scanner i can reach google for example

from minecraft-server-discovery.

SieBRUM avatar SieBRUM commented on August 22, 2024

@SieBRUM because if i run it on my machine i can't acces the internet at all but if i stop the scanner i can reach google for example

I suggest playing with the ratelimiting (the wrapper asks how you want your stuff ratelimited when you execute it). Otherwise, I dont know and its probably an issue with masscan and/or your network.

from minecraft-server-discovery.

Bensonheimer992 avatar Bensonheimer992 commented on August 22, 2024

@SieBRUM now there are some entrys in the database but they are not shown on the webpage

from minecraft-server-discovery.

SieBRUM avatar SieBRUM commented on August 22, 2024

Please create a separate issue and provide as much info as you can (screenshots, logs, versions etc),

from minecraft-server-discovery.

Related Issues (6)

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.