Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Introduction

  • On start up the program will index, and allow the user to search through the file for cve, author's name and OS.
  • Standard set of targetIP, targetPORTs, hostIP, hostPORTS.
  • Plugins can be scanners, attacks and shells.

Standardisation

Input should allow targetIP, targetPORTs, hostIP, hostPORTS and auto attacking/scanning.

  • scanner->windows->basic.py
  • scanner->linux->basic.py

Block caps for file names.

  • CVE NAME - COLLOQUIAL NAME .py

All modules need a getInfo() that'll return information about said plugin. All functions should have getInfo() returning the finder of the cve, the port that service is on and the translator into our module.