.codeclimate.yml | |
|
|
.flake8 | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.gitignore | |
|
|
.justcloned | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
nmap.xsl | |
|
|
tests/parsers/nmap-fixtures/malformed-nmap-report.xml | |
|
|
tests/parsers/nmap-fixtures/valid-nmap-report.xml | |
|
|
app/ApplicationInfo.py | 31 |
|
|
app/ModelHelpers.py | 24 |
|
|
app/Project.py | 34 |
|
|
app/ProjectManager.py | 121 |
|
|
app/Screenshooter.py | 62 | A 45 mins |
|
app/actions/AbstractObservable.py | 22 |
|
|
app/actions/AbstractObserver.py | 16 |
|
|
app/actions/updateProgress/AbstractUpdateProgressObservable.py | 25 |
|
|
app/actions/updateProgress/AbstractUpdateProgressObserver.py | 25 |
|
|
app/actions/updateProgress/UpdateProgressObservable.py | 24 |
|
|
app/auxiliary.py | 221 | C 1 day |
|
app/http/isHttps.py | 33 |
|
|
app/importers/NmapImporter.py | 260 | D 2 days |
|
app/importers/PythonImporter.py | 55 |
|
|
app/logging/legionLog.py | 49 |
|
|
app/logic.py | 52 |
|
|
app/settings.py | 244 | A 3 hrs |
|
app/shell/DefaultShell.py | 28 |
|
|
app/shell/Shell.py | 35 |
|
|
app/timing.py | 35 |
|
|
app/tools/ToolCoordinator.py | 50 |
|
|
app/tools/nmap/DefaultNmapExporter.py | 33 |
|
|
app/tools/nmap/NmapExporter.py | 17 |
|
|
app/tools/nmap/NmapHelpers.py | 21 |
|
|
app/tools/nmap/NmapPaths.py | 17 |
|
|
controller/controller.py | 706 | F 6 days |
|
db/RepositoryContainer.py | 29 |
|
|
db/RepositoryFactory.py | 35 |
|
|
db/SqliteDbAdapter.py | 70 |
|
|
db/database.py | 14 |
|
|
db/entities/app.py | 32 | A 2 hrs |
|
db/entities/cve.py | 41 | A 1 hr |
|
db/entities/host.py | 72 |
|
|
db/entities/l1script.py | 28 |
|
|
db/entities/nmapSession.py | 34 |
|
|
db/entities/note.py | 24 |
|
|
db/entities/os.py | 33 |
|
|
db/entities/port.py | 30 | A 35 mins |
|
db/entities/process.py | 52 |
|
|
db/entities/processOutput.py | 23 |
|
|