Code Monkey home page Code Monkey logo

qualysscripts's Introduction

ExcludeFindings.rb This script is designed to take findings and exclude them by managing the ticket created in qualys. It will take one IP, one QID and one Comment. If you want to close a batch of them, then you can loop it at the command line with a file full of IPs

for i in cat ips.txt;do;./ExcludeFindings.rb -i $i -q 12345 -c "Ticket #1234";done

QualysAssetGroups.py This script is designed to pull the assets that are defined in an asset group and compare them to what has actually been scanned giving a list of IPS that are not being scanned, this is only useful if you are defining a static list of IPs to scan instead of just scanning a range.

QualysScan.py This script is desinged to quickly re-scan a singe asset. I used this a lot when a team was working on patching and wanted me to rescan one device to see if it had been fixed.

In the script a default scanner will need to be defined if you don't define one at the command line. Line 15

Also need to enter a scan template number at line 34

Enjoy!

qualysscripts's People

Watchers

James Cloos avatar Greg Hetrick 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.