Giter Club home page Giter Club logo

pawmap's Introduction

PawMap

Simple Web API for Zmap/Masscan

Pre-Request

  • Python 3.6+
  • Zmap
  • Masscan
  • Sanic(Python)

Config

  • Clone this repo
  • Install Requirements.txt
  • Change ALL PASSWORD in main.py with {{HERE}}
  • Configure the bind ip and port in MAIN
  • Runpython main.py

Usage

  • Configure IP blacklist

    • GET /webzmap/web/setblacklist.sh
      • Parameter: key, ip
      • Description:
        • Key: Password
        • ip: ip list of the blacklist
      • Usage:
        • Used to Add Blacklist
    • Example:
      • GET /webzmap/web/setblacklist.sh?key={{HERE}}&ip=127.0.0.1

    • GET /webzmap/web/getblacklist.sh
      • Parameter: key
      • Description:
        • Key: Password
      • Usage:
        • Used to Get Blacklist
      • Example:
        • GET /webzmap/web/getblacklist.sh?key={{HERE}}
  • Use Zmap to Scan

    • GET /webzmap/web/zmap.sh
      • Parameter: ips, port, maxs
      • Description:
        • ips: ip list
        • port: port
        • maxs: max Result Number [0, 100000]
      • Usage:
      • Example:
        • GET /webzmap/web/zmap.sh?ips=192.168.0.1/25&port=80&maxs=100
  • Use Masscan to Scan

    • GET /webzmap/web/masscan.sh
      • Parameter: ips, port, time
      • Description:
        • ips: ip list
        • port: port
        • time: timeout [0, 120]s
      • Usage:
      • Example:
        • GET /webzmap/web/masscan.sh?ips=192.168.0.1/25&port=80&time=10
  • Get Exists Scan Result

    • GET /webzmap/web/getresult.sh
      • Parameter: key, port
      • Description:
        • key: Password
        • port: Which port you want to get
      • Usage:
      • Example:
        • GET /webzmap/web/getresult.sh?key={{HERE}}&port=80

Disclaimer

  • What you can do
    • Follow the disclaimer of Zmap/Masscan
    • Use to scan your own network
    • Use to scan the network you have permission to scan
  • We have no responsibility for any illegal use of this tool
  • Please follow the local lows when you used this program.

pawmap's People

Contributors

3122365857 avatar

Stargazers

 avatar

Watchers

 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.