Giter VIP home page Giter VIP logo

cop's Introduction

Call Of Penetration (cop!)

Doing some penetration testing automatically.

  • Information Gathering:
    • Tasks:
      • Whois IP
      • Extract network range, network name, description, address, country, city, phone, fax_number, fax-no
    • Tools:
      • whois
  • Network:
    • Tasks:
      • Check host is up
      • Scan top 100 ports and discover states of TCP and UDP ports including: open, closed, filtered, unfiltered, open|filtered or closed|filtered.
      • Scan all TCP and UDP ports, from 0 to 65535
      • Detect os
      • Detect services with version info
    • Tools:
      • nmap, masscan
  • DNS:
    • Tasks:
      • Performing DNS lookup
      • Performing reverse DNS lookup
      • Getting name server records
      • Getting name servers bind version
      • Getting any type of ns record information
      • Checking DNSSEC
      • Checking wildcard DNS
      • Checking DNS allow recursion
      • Checking DNS zone transfer
    • Tools:
      • dig
  • Brute Force:
    • Tasks:
      • sub domains
    • Tools:
      • dig
  • Probe Services:
    • Tasks:
      • ftp
        • Anonymous access detection
      • ssh
        • Detect ssh authentication types available
        • Username enumeration time-based attack for OpenSSH
      • rpcbind
        • Connect to PortMapper and fetches list of registered programs
    • Tools:
      • nmap, ssh, rpcinfo

Tools

Usage

$ git clone https://github.com/omidraha/cop.git
$ cd cop
$ pip install -r requirements.txt
$ ./cop.py

cop's People

Contributors

omidraha avatar

Watchers

 avatar  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.