File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
documentation/modules/auxiliary/scanner/jenkins Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments