Skip to main content

This tool can help you scan the network

Project description

Agentless

GitHub license Author Version Language Python sys.platform supported On GitHub

logo

REMEMBER: you can see the same that is into this README in the Wiki.

Documentation structure

Description

Agentless tool can help you scan the network.

I you wanted something to help you to scan, in a easy way, your network, this tool is for you.

With this tool you can easly scan all the wanted terminals' ports.

After execution you could save the data csv file and/ or into HarperDB DataBase.

The scope of this tool is to make your network more secure.

Seeing the output (csv or DB), you can understand what opened ports are useless. Disabling them you can make the network less avariable for black hat hacker attacks.

Before use it

Requirements

To install this tools you need some preinstalled softwares.

Windows

If you are on Windows you needs to install: choco & VirtualBox into C:\Work\ folder

See video

Linux

If you are on Linux you need to install virtualbox

See video

Installation

To install this tools after installing prequisites.

Windows

If you are on Windows you needs to write into Powershell (as Administrator): choco install agentless

See video

Linux

If you are on Linux you need to write into the shell: sudo add-apt-repository ppa:castellanidavide/school -y; sudo apt update; sudo apt install agentless -y

See video

Update

To update this tools.

Windows

If you are on Windows you needs to write into Powershell (as Administrator): choco upgrade agentless

See video

Linux

If you are on Linux you need to write into the shell: sudo apt update; sudo apt upgrade

See video

Delate

  • Windows (using choco):
    • choco remove agentless
  • Debian/ Ubuntu using apt:
    • sudo apt remove agentless

How to use it

Execution examples

How to use

Write agentsless on your shell

ATTENTION: Remember to run this tool as Administrator

Synopsis

On this tool you can pass this paramers:

  • [--help | -h] - help istructions
  • [--verbose] - verbose mode
  • [--adresses=...] - Choose adresses, you can use this multiple time (Replace "..." with the value(s))
  • [--csv] - enable csv output
  • [--single] - disanable multitreading
  • [--url=... --token=... --table=...] - enable the upload to HarperDB (Replace "..." with the value(s))

If you are on Ubuntu you can always see the synopsis typing: man agentsless

Example video

See video

Output location

CSV file

To see the csv file you have to search "ping.csv" file in the same directory where it was runned the code with --csv param.

Windows

If you are on Windows you needs to write into Powershell (better if as Administrator): type ping.csv

Linux

If you are on Linux you need to write into the shell: cat ping.csv

DB output

To see the DB output you have to open HarperDB console.

Log file

To see the csv file you have to search "C:/Program Files/agentless/trace.log" if you are using Windows as OS. Otherwise the log file will be into "~/trace.log".

ATTENTION: the log file will be create on first run, if you want to see it run tool at least once.

Windows

If you are on Windows you needs to write into Powershell (better if as Administrator): type "C:/Program Files/agentless/trace.log"

Linux

If you are on Linux you need to write into the shell: cat ~/trace.log

Extra

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

Made by Castellani Davide

If you have any problem please contact me:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentless-1.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

agentless-1.2-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page