Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 66a768c

Browse files
committed
Update README.md
1 parent 9949a70 commit 66a768c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ gpx.py: Uses gpxpy to convert a gpx file into a list of points.
1212

1313
map.py: Uses openstreetmap (overly), shapley, and descartes to draw a map of primary roads in Los Angeles County.
1414

15+
nessus_report.py is a Python script that take a SQLite database containing Nessus vulnerability scan results, processes, them, and generates PDF reports. It is intended for large multi-department organizations that need to quickly sort through large amounts of scan data and create relevent reports for each department.
16+
17+
1. Run a Nessus scan. Export the results as a .csv file.
18+
2. Add a department column with each department's name to each scan result file.
19+
3. Import the .csv files into a SQLite database.
20+
4. Run nessus_report.py.
21+
1522
risk.py: Playing around with plots.
1623

1724
splunk.py: Uses the Splunk API, geoip, ipwhois, pandas, numpy, and re to look up recent successful logins and track down the client computer.
@@ -21,3 +28,4 @@ splunkfile.py: Uses pandas and re to search through a spunk.csv file and find su
2128
stocks.py: Playing around with lots of modules to look at stock market data, compute regressions, and create simulations.
2229

2330
modules: A list of modules used in these files.
31+

0 commit comments

Comments
 (0)