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

Script is detected as malware by some AV vendors and deleted #10

Closed
siddharth3586 opened this issue Sep 12, 2023 · 3 comments
Closed

Script is detected as malware by some AV vendors and deleted #10

siddharth3586 opened this issue Sep 12, 2023 · 3 comments
Labels

Comments

@siddharth3586
Copy link

As soon as the script is saved in notepad++ using power shell extension, It gets disappeared/

@BornToBeRoot
Copy link
Owner

BornToBeRoot commented Sep 13, 2023

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

@BornToBeRoot BornToBeRoot changed the title Windows 10 : The script disappears when saving it Script is detected as malware by some AV vendors and deleted Sep 13, 2023
@BornToBeRoot BornToBeRoot pinned this issue Sep 13, 2023
@siddharth3586
Copy link
Author

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

@BornToBeRoot
Copy link
Owner

BornToBeRoot commented Sep 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants