GithubHelp home page GithubHelp logo

acidvegas / spaggiari Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 1.0 10 KB

irc bot to scan & bruteforce ssh/telnet

License: ISC License

Python 100.00%
irc bot scan scanner ssh telnet bruteforce irc-bot internet-relay-chat iot

spaggiari's Introduction

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

Requirments
Information

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

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
@random Scan random ip addresses.
@range <class> <range> Scan a range of ip addresses.
@range <class> random Scan a random range of ip addresses.
@status Check the scanning status on the bot.
@stop Stop all current running scans.

Note: 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 b 192.168 (Scans the range 192.168.0.0-192.168.255.255)
  • @range c 192.168.1 (Scans the range 192.168.1.0-192.168.1.255)
  • @range b random (Scans the range ?.?.0.0-?.?.255.255)
  • @range c random (Scans the range ?.?.?.0-?.?./.255)
Python Version Notice

All scripts on this github were developed and written to be used with the latest version of Python.

Check the Python download page for the latest version.

Running the scripts with same major version and not the same major/minor version can cause errors.

Mirrors

spaggiari's People

Contributors

acidvegas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

trobotham

spaggiari's Issues

list index out of range

Hi,

Bot seems really nice ! I'm having an issue when running it; when I send on IRC the following message :

@range b 192.168

The bot crashes and in the terminal I get :

01:52:12 | [!] - Unexpected error occured. (list index out of range)

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.