Giter Club home page Giter Club logo

spaggiari's Introduction

spaggiari

A Secure Shell (SSH) scanner / bruteforcer that can be controlled via the Internet Relay Chat (IRC) protocol.

#####'sans armes, ni haine, ni violence'

Requirments
Information

Spaggiari scanner comes in 2 versions, a CLI version and an IRC version.

The CLI version can be used directly from the command line.

The IRC version can be used to run the bot on many machines and control them from IRC.

You must edit the config in the IRC version in order to have the bot connect.

CLI Commands

Usage: spaggiari.py [OPTIONS] [SCAN]

Option Description
-d enable deep scanning.
-f enable fast scanning.
-o <path> save output from scan(s) to file.
Scan Description
-l <path> scan a list of ip addresses from file.
-x scan random ip addresses. (does not stop)
-r <class> <range> scan a range of ip addresses.
-t <ip> scan a target ip address.

Deep scanning uses a larger list of combos to bruteforce with.

IRC Commands
Command Description
@info <id/all> Information about the server.
@kill <id/all> Kill the bot.
@random <id/all> Scan random ip addresses.
@range <id> <class> <range> Scan a range of ip addresses.
@range <id> <class> random Scan a random range of ip addresses.
@status <id/all> Check the scanning status on the bot.
@stop <id/all> Stop all current running scans.

Note: Commands require either 'all' or the bots unique id after it.

If the bot has a nick of 'spag-tnnxu', the id of that bot is 'tnnxu'.

You can issue a command with @info all, or @info tnnxu.

The can be b or c. The is the ip address range prefix to scan.

CLI Examples:

  • spaggiari.py -r b 192.168 (Scans the range 192.168.0.0-192.168.255.255)
  • spaggiari.py -r c 192.168.1 (Scans the range 192.168.1.0-192.168.1.255)
  • spaggiari.py -r b random (Scans the range ?.?.0.0-?.?.255.255)
  • spaggiari.py -r c random (Scans the range ?.?.?.0-?.?./.255)

IRC Examples:

  • @range tnnxu b 192.168 (Scans the range 192.168.0.0-192.168.255.255)
  • @range tnnxu c 192.168.1 (Scans the range 192.168.1.0-192.168.1.255)
  • @range tnnxu b random (Scans the range ?.?.0.0-?.?.255.255)
  • @range tnnxu c random (Scans the range ?.?.?.0-?.?./.255)
Todo
  • Create a more accurate and comprehensive spooky list.
  • Use pyinstaller to create a single executable.

spaggiari's People

Contributors

acidvegas avatar levyhsu avatar

Watchers

James Cloos avatar  avatar

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.