RollerScanner — Fast Port Scanner Written On Python

Overview

RollerScanner

CodeFactor

RollerScanner — Fast Port Scanner Written On Python

Installation

  1. You should clone this repository using:
git clone https://github.com/MajorRaccoon/RollerScanner.git
  1. Install requirements:
pip3 install -r requirements.txt
  1. Run the script:
python3 rollerscanner.py --target...

After running, script will try to ping the target, it will also ask you for threads number, i recommend 5000, it works perfect for me.

How to use:

Currently, there are only these flags available:

--target
--censys
--nmapsv
--port

It is only necessary to use --target, to set up ip/domain for scanning. Other flags can be ignored.

--censys flag availables censys module, so scanner can get possible services and versions that are running on specific port

--nmapsv runs nmap -sv on every opened port to get possible version, it will take longer yhan censys but it is more accurate.

--port can help you to specify ports to scan, you can enter a range(1-65000), or enter ports threw ","(23,80,443)

Performance:

On my system i am able to scan 65000 ports in 14-17 seconds. Script uses multithreading, and sets up timeout.

ToDo:

  1. Virtual host scan
  2. Vulnerability scan
  3. Firewall check
You might also like...
forward several ports into a single port

port forwarding Multi-Input-Single-Output forward several ports into a single one this tool forwards packets from several ports into one single port.

Port Traffic/Bandwidth Monitor Script
Port Traffic/Bandwidth Monitor Script

python-switch-port-traffic-alarm Port Traffic/Bandwidth Monitor Script That's an Switch Port Traffic monitor program is checking the switch uplink por

A Simple but Powerful cross-platform port scanning & and network automation tool.

DEDMAP is a Simple but Powerful, Clever and Flexible Cross-Platform Port Scanning tool made with ease to use and convenience in mind. Both TCP

The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.
The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.

The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.

It can be used both locally and remotely (indicating IP and port)

It can be used both locally and remotely (indicating IP and port). It automatically finds the offset to the Instruction Pointer stored in the stack.

A fully automated, accurate, and extensive scanner for finding log4j RCE CVE-2021-44228
A fully automated, accurate, and extensive scanner for finding log4j RCE CVE-2021-44228

log4j-scan A fully automated, accurate, and extensive scanner for finding vulnerable log4j hosts Features Support for lists of URLs. Fuzzing for more

msgspec is a fast and friendly implementation of the MessagePack protocol for Python 3.8+
msgspec is a fast and friendly implementation of the MessagePack protocol for Python 3.8+

msgspec msgspec is a fast and friendly implementation of the MessagePack protocol for Python 3.8+. In addition to serialization/deserializat

GlokyPortScannar is a really fast tool to scan TCP ports implemented in Python.

GlokyPortScannar is a really fast tool to scan TCP ports implemented in Python. Installation: This program requires Python 3.9. Linux

pyWhisker is a Python equivalent of the original Whisker made by Elad Shamir and written in C#.
pyWhisker is a Python equivalent of the original Whisker made by Elad Shamir and written in C#.

PyWhisker pyWhisker is a Python equivalent of the original Whisker made by Elad Shamir and written in C#. This tool allows users to manipulate the msD

Comments
  • default thread error on MacOS and high CPU

    default thread error on MacOS and high CPU

    Couple of things :-)

    Had to cut down the requirements.txt file to just:

    psutil colorama requests bs4

    as pip was complaining about not being able to find the others (as they're already part of the version of Python I'm using? v3.9.5)

    After launching and pressing enter/return to accept the default value of 5000 for the number of threads, it errors out:

    Traceback (most recent call last): File "/Users/myUser/temp/RollerScanner/rollerscanner.py", line 93, in n = int( ValueError: invalid literal for int() with base 10: ''

    Relaunching and entering a value (say, 4000) it works and carries on.

    It does appear to have an issue though, as it steadily ate up all my CPU resources (maxed out 16 cores) before it completed scanning all ports. Took 204s to complete against a host on my LAN.

    OS: macOS 11.6 20G165 x86_64 Host: MacBookPro16,1 Kernel: 20.6.0 CPU: Intel i9-9880H (16) @ 2.30GHz Memory: 32768MiB

    opened by allywilson 4
Owner
null
Simple Port Scanner script written in Python, plans is to expand upon this script to turn it into a GUI based pen testing suite

PortScanner Simple Port Scanner script written in Python, plans is to expand upon this script to turn it into a GUI based pen testing suite. #IMPORTAN

null 1 Oct 23, 2021
PetrickScanner is a simple Python OOP TCP Port Scanner

PetrickScanner PetrickScanner is a simple Python OOP TCP Port Scanner Functions Python TCP Port Scanner DNS Resolver Random Scanner PLEASE ANY PROBLEM

null 11 Nov 30, 2021
openPortScanner is a port scanner made with Python!

Port Scanner made with python • Installation • Usage • Commands Installation Run this to install: $ git clone https://github.com/Miguel-Galdin0/openPo

Miguel Galdino 7 Jan 9, 2022
Simple Port Scanner With Socket Module In Python 3x

PortScanner Simple Port Scanner With Socket Module In Python 3x How To Install Requirements Of This Port Scanner sudo apt install python3;sudo apt ins

null 1 Nov 23, 2021
JF⚡can - Super fast port scanning & service discovery using Masscan and Nmap. Scan large networks with Masscan and use Nmap's scripting abilities to discover information about services. Generate report.

Description Killing features Perform a large-scale scans using Nmap! Allows you to use Masscan to scan targets and execute Nmap on detected ports with

null 377 Jan 3, 2023
Ipscanner - A simple threaded IP-Scanner written in python3 that can monitor local IP's in your network

IPScanner ?? A simple threaded IP-Scanner written in python3 that can monitor lo

null 4 Dec 12, 2022
Python port of proxy-www (https://github.com/justjavac/proxy-www)

proxy-www.py Python port of proxy-www (https://github.com/justjavac/proxy-www). Implemented additional functionalities! How to install pip install pro

Minjun Kim (Lapis0875) 20 Dec 8, 2021
Simple threaded Python Rickroll server. Listens on port 23 by default.

Terminal Rickroll Simple threaded Python Rickroll server. Listens on port 23 by default. Rickroll video made using Video-To-Ascii and the standard ric

AG 10 Sep 13, 2022
This is a python based command line Network Scanner utility, which input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.

This is a python based command line Network Scanner utility, which input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.

Abhinandan Khurana 1 Feb 9, 2022
Start a simple TCP Listener on a specified IP Address and Port Number and receive incoming connections.

About Start a simple TCP Listener on a specified IP Address and Port Number and receive incoming connections. Download Clone using git in terminal(git

AgentGeneric 5 Feb 24, 2022