Skip to content

Commit

Permalink
Create OWASP Testing Guide JSON in owasp-data
Browse files Browse the repository at this point in the history
Create Forgot Password Questions in webapp-data
Make git undelete script in scripts
Update HTTP methods all text in http-methods
  • Loading branch information
decal committed Mar 27, 2019
1 parent 43b9af3 commit f3d1f8b
Show file tree
Hide file tree
Showing 12 changed files with 2,551 additions and 0 deletions.
1 change: 1 addition & 0 deletions code-keywords/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| [esoteric-programming-languages](esoteric-programming-languages.txt) | list of esoteric programming language names from <https://esolangs.org/wiki/Language_list>
| [gcc-clang-enums](gcc-clang-enums.txt) | constants of `enum clang` declared in `libcpp/include/cpplib.h`
| [github-linguist-languages](github-linguist-languages.yml) | all languages [GitHub](https://github.com) detects
| [google-charts-reserved](google-charts-reserved.txt) | Reserved words used for Google Charts via <https://developers.google.com/chart/interactive/docs/querylanguage>
| [javascript-future-words](javascript-future-words.txt) | Reserved identifiers for future JavaScript syntax
| [javascript-reserved-short](javascript-reserved-short.txt) | Words that can't be used in current JavaScript syntax
| [javascript-reserved-long](javascript-reserved-long.txt) | A longer version of JavaScript reserved words that includes browser-side and Java language words <https://www.w3schools.com/js/js_reserved.asp>
Expand Down
22 changes: 22 additions & 0 deletions code-keywords/google-charts-reserved.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
and
asc
by
date
datetime
desc
false
format
group
label
limit
not
offset
options
or
order
pivot
select
timeofday
timestamp
true
where
1 change: 1 addition & 0 deletions environ-vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| [apache-mesos-envinfos](apache-mesos-envinfos.txt) | info on environment variables associated w/ [Apache Mesos](https://mesos.apache.org)
| [apache-ssl-environ](apache-ssl-environ.txt) | environment variables used by Apache's [mod_ssl](https://wikipedia.org/wiki/Mod_ssl) module
| [apache-suexec-names](apache-suexec-names.txt) | environment variables strings'd from Apache suEXEC binary
| [aws-environ-names](aws-environ-names.txt) | [AWS](https://aws.amazon.com "Amazon Web Services") environment variables via <https://github.com/aws/aws-cli>
| [bashenv-declared-environ](bashenv-declared-environ.txt) | variables discovered in `bash` by running `declare -p`
| [basic-cgi-environ](basic-cgi-environ.txt) | Standard or common [CGI](https://wikipedia.org/wiki/Common_Gateway_Interface "Common Gateway Interface") environment variable names
| [binutils-ld-names](binutils-ld-names.txt) | [GNU binutils](https://gnu.org/software/binutils/) linker environment variables
Expand Down
11 changes: 11 additions & 0 deletions environ-vars/aws-environ-names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AWS_ACCESS_KEY_ID
AWS_CA_BUNDLE
AWS_CONFIG_FILE
AWS_DEFAULT_OUTPUT
AWS_DEFAULT_REGION
AWS_METADATA_SERVICE_NUM_ATTEMPTS
AWS_METADATA_SERVICE_TIMEOUT
AWS_PROFILE
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
AWS_SHARED_CREDENTIALS_FILE
32 changes: 32 additions & 0 deletions http-methods/http-methods-all.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ACL
ADMIN
ALLOC
ALLOCATE
ARBITRARY
BAN
BASELINE-CONTROL
BCOPY
BDELETE
Expand All @@ -11,33 +14,47 @@ BPROPPATCH
BREW
BYE
CACHE
CATCH
CHECK
CHECKIN
CHECKOUT
CLEAN
CLOSE
CHAT
CHATTR
CHMOD
CHOWN
CONNECT
COPY
CUSTOM
DEBUG
DELETE
DO
DOMAINPURGE
DOWN
DOWNLOAD
EDIT
EDITOR
EMAIL
FETCH
GET
GIT
GOODBYE
HEAD
HELLO
HOME
INDEX
INVOKE
KICK
LABEL
LINK
LIST
LOCK
MAKE
MAIL
MERGE
MESG
MESSAGE
MKACTIVITY
MKCALENDAR
MKCOL
Expand All @@ -46,36 +63,47 @@ MKREDIRECTREF
MKWORKSPACE
MOVE
MSEARCH
M-LOCK
M-POST
M-SEARCH
NOTIFY
OPEN
OPTIONS
ORDERPATCH
PATCH
PATCH-APPLY
PEP-GET
PLOP
POLL
POST
PRI
PROPFIND
PROPPATCH
PUMP
PURGE
PUSH
PUT
QUERY
REBIND
RECV
RECEIVE
REMOVE
REPORT
RING
RMDIR
RPC_IN_DATA
RPC_OUT_DATA
SEARCH
SEND
SHOW
SHOWMETHOD
SOURCE
SPIDER
SUBSCRIBE
TEST
TRACE
TRACK
THROW
UNBIND
UNCHECKOUT
UNDO
Expand All @@ -86,5 +114,9 @@ UP
UPDATE
UPDATEREDIRECTREF
UPLOAD
VALIDATE
VERIFY
VERSION-CONTROL
WALL
WRITE
X-MS-ENUMATTS
1 change: 1 addition & 0 deletions owasp-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| [owasp-incident-database](owasp-incident-database.csv.xz) | The OWASP Incident Database
| [owasp-top10-2017](owasp-top10-2017.txt) | The Top 10 types of web insecurities for 2017 by OWASP
| [owasp-test-method](owasp-test-method.md) | an outline of the OWASP test methodology
| [owasp-testing-guide](owasp-testing-guide.json) | JSON file including list of links to OWASP test info as included with [HUNT](https://github.com/bugcrowd/HUNT "HUNT Suite Proxy Extensions")
| [waf-crs-rules](waf-crs-rules.txt) | OWASP Core Rule Set for Web Application Firewalls
| [xss-owasp-cheatsheet](xss-owasp-cheatsheet.txt) | OWASP XSS Filter Evasion Cheat Sheet based on original by RSnake via <https://owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet>

Expand Down
Loading

0 comments on commit f3d1f8b

Please sign in to comment.