GithubHelp home page GithubHelp logo

misc's Introduction

Misc. scripts and files, perhaps useful to no one but me.

  • ips_to_cidr.py: script to convert an IPs file (one IP per line, first arg) to CIDRs and then print out the CIDRs as a comma-delimited CSV with x number of CIDRs per row (second arg). python3 ips_to_csv.py ips.txt 4 > ips.csv
  • create_ip_csvs_from_raw_scopes.pl: script to take text files that have raw scopes that include individual IPs, CIDRs, and ranges (one per line) and outputting CSVs that have that raw scope item next to the individual IP. You need to edit the file to specify the labels and files.
  • data_file_to_csv.pl: script that takes a file that has individual items on a line (like hostnames, ips, emails, etc) and outputs that data to a CSV file, using an optional parameter to define how many datums are on a row.
  • parse_masscan_greppable.pl: script to create two text files: 1) ip:ports and 2) ip / port / service summary
  • parse_gnmap_to_nmap.pl: script to output nmap -sV and -sC command using ports and ips listed in a gnmap file. Typically, I work by enumerating IPs and then ports, and then using this to enumerate the version info on those ports, along with any default nmap scripts.
  • urls_chunking.pl: script to create files chunked with urls based on a hard coded chunk size
  • parse_gnmap_port_ip_files.pl: parse gnmap files to create .txt files with one IP per line for each that has that proto and port open
  • cme_cleanup.pl: parse CME output log file and print it back out with lines grouped together by IP in the order they appear in the log file (CME can output lines as they come in which usually isn't in order and makes parsing by a human difficult
  • parse_masscan_list_to_protoports.pl: parse a masscan list file, creating .txt files with one IP per line for each that has that proto and port open

misc's People

Contributors

deadbeefmonster avatar

Stargazers

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