agentless
[](https://github.com/CastellaniDavide/cpp-agentless/blob/master/LICENSE)     [](https://github.com/CastellaniDavide/agentless)
Description
This tool can help you scan the network
Required

- choco/ snap
- virtualbox (C:\Work\* if you are on windows)
Installation

- choco (Windows) (as Administartor)
- choco install agentless=01.01
- Ubuntu using apt:
- sudo add-apt-repository ppa:castellanidavide/school -y; sudo apt update; sudo apt install agentless -y
Update

- Windows (using choco):
- choco upgrade agentless
- Ubuntu using apt:
- sudo apt update; sudo apt upgrade
Delate

- Windows (using choco):
- choco remove agentless
- Debian/ Ubuntu using apt:
- sudo apt remove agentless
Directories structure

- .gitignore
- setup.py
- LICENSE.md
- .github
- ISSUE_TEMPLATE
- bug_report.md
- feature-request.md
- workflows
- on-push.yml
- on-release.yml
- choco
- ReadMe.md
- set.txt
- agentless.nuspec
- tools
- chocolateyinstall.ps1
- chocolateyuninstall.ps1
- LICENSE.txt
- VERIFICATION.txt
- agentless-install.c
- agentless-install.exe
- agentless-install.o
- agentless.c
- agentless.exe
- agentless.o
- debian
- agentless.1
- agentless.c
- Makefile
- requirements.in
- debian
- changelog
- compat
- control
- copyright
- postinst
- postrm
- preinst
- rules
- source
- docs
- logo.png
- \*.md
- flussi (example output(s))
- net.csv
- OS.csv
- log (example log(s))
- trace.log
- requirements
- requirements.txt
- agentless
- \_\_init\_\_.py
Execution examples

- agentless
ATTENTION: Remember to run the code as Administrator
Output location

- *.csv (if enabled) in the location where the code was lauched
- *.log
- C:/Program Files/agentless/* on Windows
- ~/* on linux
- current location (if you didn't lauch the code with the correct rights)
---
Made by Castellani Davide
If you have any problem please contact me:
- helpcastellanidavide.it
- [Issue](https://github.com/CastellaniDavide/agentless/issues)