Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTF Search
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CTF Search Team
CTF Search
Commits
e8362541
Commit
e8362541
authored
4 years ago
by
Svein Olav Styve
Browse files
Options
Downloads
Patches
Plain Diff
Update readme and requirements
parent
b5575154
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+25
-21
25 additions, 21 deletions
README.md
exploitdb/ctfsetup/requirements.txt
+5
-1
5 additions, 1 deletion
exploitdb/ctfsetup/requirements.txt
with
30 additions
and
22 deletions
README.md
+
25
−
21
View file @
e8362541
...
...
@@ -27,43 +27,47 @@ NOTE: Be sure to be in the ctf-search/exploitdb directory when running any of th
searchsploit -b 47044
## Usage (ctfcli.py ):
python3 ctfcli.py build-auto
python3 ctfcli.py build-auto [EDB/CVE-ID]
python3 ctfcli.py build-manual
python3 ctfcli.py build-manual [EDB/CVE-ID]
python3
ctfsetup/
ctfcli.py build-auto
python3
ctfsetup/
ctfcli.py build-auto [EDB/CVE-ID]
python3
ctfsetup/
ctfcli.py build-manual
python3
ctfsetup/
ctfcli.py build-manual [EDB/CVE-ID]
python3 ctfcli.py list-setups
python3 ctfcli.py list-setups [EDB/CVE-ID]
python3
ctfsetup/
ctfcli.py list-setups
python3
ctfsetup/
ctfcli.py list-setups [EDB/CVE-ID]
python3 ctfcli.py add-setup [EDB/CVE-ID] [archive.zip]
python3 ctfcli.py add-setup-dir [EDB/CVE-ID] [directory]
python3
ctfsetup/
ctfcli.py add-setup [EDB/CVE-ID] [archive.zip]
python3
ctfsetup/
ctfcli.py add-setup-dir [EDB/CVE-ID] [directory]
python3 ctfcli.py build-setup [edb_id_num.zip]
python3
ctfsetup/
ctfcli.py build-setup [edb_id_num.zip]
python3 ctfcli.py add-user [username]
python3 ctfcli.py list-users
python3 ctfcli.py set-rating [username] [EDB/CVE-ID] [rating]
python3 ctfcli.py list-ratings [username]
python3 ctfcli.py delete-rating [username] [EDB/CVE-ID]
python3
ctfsetup/
ctfcli.py add-user [username]
python3
ctfsetup/
ctfcli.py list-users
python3
ctfsetup/
ctfcli.py set-rating [username] [EDB/CVE-ID] [rating]
python3
ctfsetup/
ctfcli.py list-ratings [username]
python3
ctfsetup/
ctfcli.py delete-rating [username] [EDB/CVE-ID]
python3 ctfcli.py set_player_rating [username] [EDB/CVE-ID] --funness 5 --difficulty 3
python3 ctfcli.py list-player-ratings
python3
ctfsetup/
ctfcli.py set_player_rating [username] [EDB/CVE-ID] --funness 5 --difficulty 3
python3
ctfsetup/
ctfcli.py list-player-ratings
python3 ctfcli.py search [query-string] --n [numOfResults] --user [username] --exclude [terms] --case --ignore-stopwords --app-urls --no-recommendations --vuln-type [edb/cve/all]
python3
ctfsetup/
ctfcli.py search [query-string] --n [numOfResults] --user [username] --exclude [terms] --case --ignore-stopwords --app-urls --no-recommendations --vuln-type [edb/cve/all]
python3 ctfcli.py update-vulns
python3
ctfsetup/
ctfcli.py update-vulns
### Examples:
python3 ctfcli.py build-auto 47044
python3 ctfcli.py build-manual 47044
python3
ctfsetup/
ctfcli.py build-auto 47044
python3
ctfsetup/
ctfcli.py build-manual 47044
python3 ctfcli.py list-setups 47044
python3 ctfcli.py add-setup 47044 app_and_setup.zip
python3 ctfcli.py build-setup edb_47044_1.zip
python3 ctfsetup/ctfcli.py list-setups 47044
python3 ctfsetup/ctfcli.py add-setup 47044 app_and_setup.zip
python3 ctfsetup/ctfcli.py build-setup edb_47044_1.zip
# Linux custom kernel build:
python3 ctfcli.py build-auto 47165
python3
ctfsetup/
ctfcli.py build-auto 47165
## CTF store - stored CTF format
...
...
This diff is collapsed.
Click to expand it.
exploitdb/ctfsetup/requirements.txt
+
5
−
1
View file @
e8362541
...
...
@@ -5,3 +5,7 @@ docker==4.2.1
Flask==1.0.2
scipy>=0.15.1
scikit-learn>=0.18
bs4
html5lib
lxml
sklearn
\ No newline at end of file
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