Skip to content

Commit 312342b

Browse files
committed
Add module documentation for jenkins_udp_broadcast_enum
1 parent 207d92a commit 312342b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Jenkins is an open source tool that provides continuous integration services for software
2+
development. This module will attempt to find Jenkins servers by performing a UDP
3+
broadcast.
4+
5+
To use this module, you should be on the same network as the Jenkins server(s).
6+
7+
8+
## Verification Steps
9+
10+
To test this module, you must make sure there is at least one Jenkins server on the same network.
11+
To download Jenkins, please follow this link:
12+
13+
[https://jenkins.io/](https://jenkins.io/)
14+
15+
16+
## Options
17+
18+
Unlike most Metasploit modules, jenkins_udp_broadcast_enum does not have any datastore options
19+
to configure. So all you have to do is load it, and run, like this:
20+
21+
```
22+
msf auxiliary(jenkins_udp_broadcast_enum) > run
23+
24+
[*] Sending Jenkins UDP Broadcast Probe ...
25+
[*] 192.168.1.96 - Found Jenkins Server 1.638 Version
26+
[*] Auxiliary module execution completed
27+
```
28+
Once you have found the Jenkins server, you should be able to browse to the web server.
29+
And by default, that port is 8080.

0 commit comments

Comments
 (0)