Code Monkey home page Code Monkey logo

Comments (3)

BornToBeRoot avatar BornToBeRoot commented on June 15, 2024

Hi @siddharth3586

I can not reproduce the problem on my end. But I suspect that your antivirus deletes the file. Apparently some vendors consider my script as malware (or whatever) (for whatever reason.).

image

https://www.virustotal.com/gui/file/6e28b4039ca4c9f110ef755a5eaf20ee2de0d9e9532d38903a637919c2555073/detection

Maybe you can download it and whitelist it on your local computer.

Anyone can review the script on GitHub and check for themselves if it is malicious or not and if they want to use it. #OpenSource

from powershell_ipv4networkscanner.

siddharth3586 avatar siddharth3586 commented on June 15, 2024

Sure. Thanks for the information. Is there a way for me to do a network scan (passively) and get a list of all the ports, IP addresses, devices, software installed, batch jobs?

Can you provide me some guidance on the approach

from powershell_ipv4networkscanner.

BornToBeRoot avatar BornToBeRoot commented on June 15, 2024

For PowerShell, you can do something simple (but slow) like this:
Ping:
0..255 | % {Test-NetConnection -ComputerName "192.168.0.$_"}
Open Port (e.g. 22)
0..255 | % {Test-NetConnection -ComputerName "192.168.0.$_" -Port 22}


If you want something with a UI and more features (like IP Scanner, Traceroute, Ping Monitor, etc.) you can try my NETworkManager:

image

Latest release: https://github.com/BornToBeRoot/NETworkManager/releases/

Edit: Here is an overview of all features & some docs: https://borntoberoot.net/NETworkManager/Features

from powershell_ipv4networkscanner.

Related Issues (10)

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.