Skip to content

Commit 2ed206f

Browse files
authored
Merge pull request #2 from DefensiveOrigins/main
update
2 parents 5d35dbc + 7852f63 commit 2ed206f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This repository contains two helper scripts for inspecting Jenkins instances:
44

5-
- `JenkinsEnvHunter.py` — enumerates Jenkins jobs and builds, fetches environment variables (including EnvInject), and highlights likely sensitive keys.
6-
- `CheckNoAuth.py` — scans a list of hosts (or a Nessus `.nessus` export) to detect Jenkins instances and whether anonymous access is allowed.
5+
- 'jenkins-env-hunter' / `JenkinsEnvHunter.py` — enumerates Jenkins jobs and builds, fetches environment variables (including EnvInject), and highlights likely sensitive keys.
6+
- `jenkins-check-noauth` / `CheckNoAuth.py` — scans a list of hosts (or a Nessus `.nessus` export) to detect Jenkins instances and whether anonymous access is allowed.
77

88
Only run these scripts against systems you own or have explicit permission to test.
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jenkinsenvhunter"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
description = "Hunts Jenkins jobs and builds for sensitive information in Jenkins environment variables"
55
readme = "README.md"
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)