Skip to content

Add Travis-CI environment variable names to wordlist#1336

Open
Functionhx wants to merge 5 commits into
danielmiessler:masterfrom
Functionhx:fix/seclists-1330-travisci
Open

Add Travis-CI environment variable names to wordlist#1336
Functionhx wants to merge 5 commits into
danielmiessler:masterfrom
Functionhx:fix/seclists-1330-travisci

Conversation

@Functionhx

Copy link
Copy Markdown

Closes #1330. Added 942 environment variable names sourced from Travis-CI build logs, extracted from EdOverflow's research on 5.3M builds.

Add 942 Travis-CI [secure] obfuscated variable names sourced from
EdOverflow's CI security research (https://edoverflow.com/2019/ci-knew-
there-would-be-bugs-here/), collected from 5,302,677 Travis-CI build logs.

Closes danielmiessler#1330

Signed-off-by: Functionhx <2994114386@qq.com>
Signed-off-by: Yuchen Fan <functionhx@gmail.com>
- Re-sort uppercase and mixed-case sections with ASCII locale order
- Move CamelCase entries (ExcludeRestorePackageImports, ManagementAPIAccessToken,
  MapboxAccessToken, RestoreUseCustomAfterTargets) to mixed-case section
- Leading-0 entries verified as real against source gist

Signed-off-by: Yuchen Fan <functionhx@gmail.com>
Remove 52 entries identified by isolation review:
- 7 leading-0 parsing artifacts from data scraping
- 19 Selenium/WebDriver browser capabilities (not env vars)
- 7 other non-environment-variable entries (MQTT, Java, MSBuild, Gradle)
- 19 garbage/typo/random-string entries

Closes danielmiessler#1330

Signed-off-by: Yuchen Fan <functionhx@gmail.com>
…list

Remove 15 noise entries: env.* prefix artifacts, dot-notation config
references, concatenation artifact (ENV_SDFCAcct...), mixed-format
entries, hyphenated entry, and non-env-var boolean/config values.
Also fixes sort error from misplaced ENV_SDFCAcct... concatenation.

Signed-off-by: Yuchen Fan <functionhx@gmail.com>
Remove placeholder entries (ABC, FOO, SOMEVAR, SOME_VAR, TEST, TEST_TEST,
foo, test), typo entries (CC_TEST_REPOTER_ID, PYPI_PASSOWRD), parsing
artifact (NON_TOKEN), concatenation run-on (RANDRMUSICAPIACCESSTOKEN),
garbage (YO0), and hyphenated entry (zendesk-travis-github).

Signed-off-by: Yuchen Fan <functionhx@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Travis-CI "[secure]" variable names

1 participant