Git Product home page Git Product logo

scopebuddy.py's People

Contributors

kronicd avatar seajaysec avatar swarley7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

scopebuddy.py's Issues

[Feature Request] Merge nmap output into existing scopebuddy CSV output

As discussed, it would be nice to be able to take nmap output and an existing scopebuddy CSV file and map the output from the nmap scan into the CSV. I envision this probably looking like a single extra column with a simple list of open port numbers e.g. "tcp/80,tcp/443,tcp/3389,udp/161" or something like that?

[Enhancement] - Dedupe output and/or merge/dedupe multiple pre-existing output files

Example: I give scopebuddy an input list containing a mixed list of IPs and dns names like this:

host.example.com
vhost2.example.com
host2.example.com
192.168.1.2
192.168.1.5

If host.example.com resolves to 192.168.1.2, i would currently get something like this:

192.168.1.2, host.example.com, {other fields}
192.168.1.2,192.168.1.2, {other fields}
192.168.1.6, host2.example.com, {other fields}
192.168.1.6, vhost2.example.com, {other fields}
192.168.1.5,192.168.1.5, {other fields}

It would be real nice if scopebuddy could:

a) eliminate duplicates of the type seen with host.example.com/192.168.1.2, while preserving instances where multiple DNS records point at the same IP, as seen with host2.example.com and vhost2.example.com
b) take multiple pre-existing scopebuddy CSV output files and merge them together, eliminating duplicates as described above.

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.