Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VAT-genscan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEDINA
Public
VAT-genscan
Commits
7e5e3cf5
Commit
7e5e3cf5
authored
5 years ago
by
Zitnik, Anze
Browse files
Options
Downloads
Patches
Plain Diff
Updated README, example configs
parent
2146d3ee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+9
-25
9 additions, 25 deletions
README.md
config-examples/all-modules-basic.json
+17
-0
17 additions, 0 deletions
config-examples/all-modules-basic.json
config-examples/auth-config.json
+1
-4
1 addition, 4 deletions
config-examples/auth-config.json
with
27 additions
and
29 deletions
README.md
+
9
−
25
View file @
7e5e3cf5
...
...
@@ -18,36 +18,20 @@ Supported scanners and their profiles:
*
`w3af`
*
`fast_scan`
: no parameters
*
`auth_scan`
: provide login parameters so that w3af can scan resources, available only to logged-in users - parameters:
*
username
*
password
*
username_field
*
password_field
*
auth_url
*
check_url
*
check_string
*
`zap`
*
`basic`
: no parameters
*
`nmap`
*
`basic_discovery`
: no parameters
Example JSON config file:
```
{
"target": {
"url": "https://172.17.0.1/webapp/path/",
"ip": "172.17.0.1"
},
"config": {
"w3af": {
"profile": "fast_scan"
},
"zap": {
"profile": "basic"
},
"nmap": {
"profile": "basic_discovery"
}
}
}
```
### TODOs and FIXMEs:
*
include some configuration options (at least authenticated scans for w3af)
*See example config files in `config-examples` folder.*
[
cscan
]:
<
https://github.com/infobyte/cscan
>
...
...
This diff is collapsed.
Click to expand it.
config-examples/all-modules-basic.json
0 → 100644
+
17
−
0
View file @
7e5e3cf5
{
"target"
:
{
"url"
:
"https://172.17.0.1/webapp/path/"
,
"ip"
:
"172.17.0.1"
},
"config"
:
{
"w3af"
:
{
"profile"
:
"fast_scan"
},
"zap"
:
{
"profile"
:
"basic"
},
"nmap"
:
{
"profile"
:
"basic_discovery"
}
}
}
This diff is collapsed.
Click to expand it.
config-examples/auth-config.json
+
1
−
4
View file @
7e5e3cf5
{
"target"
:
{
"url"
:
"http://192.168.1.184/bWAPP/"
"url"
:
"http://192.168.1.184/bWAPP/
login.php
"
},
"config"
:
{
"w3af"
:
{
...
...
@@ -14,9 +14,6 @@
"check_url"
:
"http://192.168.1.184/bWAPP/portal.php"
,
"check_string"
:
"Welcome Bee"
}
},
"zap"
:
{
"profile"
:
"basic"
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment