Skip to content

Commit cdbbbad

Browse files
authored
Merge pull request #345 from ninp0/master
Jenkins Userland - update pwntemplate-NETWORKRANGE-nmap_discovery_sca…
2 parents e5dfdfe + e530e5d commit cdbbbad

14 files changed

+51
-261
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
3737
$ rvm list gemsets
3838
$ gem install --verbose pwn
3939
$ pwn
40-
pwn[v0.4.780]:001 >>> PWN.help
40+
pwn[v0.4.781]:001 >>> PWN.help
4141
```
4242

4343
[![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
5252
$ gem uninstall --all --executables pwn
5353
$ gem install --verbose pwn
5454
$ pwn
55-
pwn[v0.4.780]:001 >>> PWN.help
55+
pwn[v0.4.781]:001 >>> PWN.help
5656
```
5757

5858

etc/userland/aws/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

etc/userland/aws/jenkins/jobs/pwntemplate-NETWORKRANGE-nmap_discovery_scan_tcp_udp_65k.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version='1.1' encoding='UTF-8'?>
22
<project>
33
<actions/>
44
<description></description>
55
<keepDependencies>false</keepDependencies>
66
<properties>
7+
<hudson.plugins.jira.JiraProjectProperty plugin="[email protected]"/>
78
<jenkins.model.BuildDiscarderProperty>
89
<strategy class="hudson.tasks.LogRotator">
910
<daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
1617
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="[email protected]">
1718
<linkEnabled>false</linkEnabled>
1819
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19-
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="[email protected]">
20-
<gitLabConnection></gitLabConnection>
21-
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
2220
</properties>
2321
<scm class="hudson.scm.NullSCM"/>
2422
<canRoam>true</canRoam>
@@ -29,27 +27,29 @@
2927
<concurrentBuild>false</concurrentBuild>
3028
<builders>
3129
<hudson.tasks.Shell>
32-
<command>sudo /bin/bash --login -c &quot;cd $WORKSPACE &amp;&amp; /usr/local/bin/nmap_all_live_hosts.sh &lt;CIDR_RANGE&gt; &lt;ETH_INTERFACE&gt;&quot;</command>
30+
<command>sudo /bin/bash --login -c &quot;pwn_nmap_discover_tcp_udp --stop-nse --target-range RANGE --target-exclude-range $WORKSPACE/nmap_targets_exclude.txt --interface eth0 --results-root $WORKSPACE&quot;</command>
31+
<configuredLocalRules/>
3332
</hudson.tasks.Shell>
3433
</builders>
3534
<publishers>
36-
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35+
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
3736
<reportTargets>
3837
<htmlpublisher.HtmlPublisherTarget>
3938
<reportName>Nmap - Latest Results</reportName>
4039
<reportDir>$WORKSPACE</reportDir>
41-
<reportFiles>host_discovery_results.txt, latest_tcp_results.txt, latest_udp_results.txt</reportFiles>
40+
<reportFiles>nmap_targets.txt, nmap_tcp_results.txt, nmap_udp_results.txt</reportFiles>
4241
<alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
4342
<reportTitles>Discovered, TCP, UDP</reportTitles>
4443
<keepAll>false</keepAll>
4544
<allowMissing>false</allowMissing>
4645
<includes>**/*</includes>
46+
<escapeUnderscores>true</escapeUnderscores>
4747
</htmlpublisher.HtmlPublisherTarget>
4848
</reportTargets>
4949
</htmlpublisher.HtmlPublisher>
5050
</publishers>
5151
<buildWrappers>
52-
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52+
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
5353
<colorMapName>xterm</colorMapName>
5454
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
5555
</buildWrappers>

etc/userland/docker/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

etc/userland/docker/jenkins/jobs/pwntemplate-NETWORKRANGE-nmap_discovery_scan_tcp_udp_65k.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version='1.1' encoding='UTF-8'?>
22
<project>
33
<actions/>
44
<description></description>
55
<keepDependencies>false</keepDependencies>
66
<properties>
7+
<hudson.plugins.jira.JiraProjectProperty plugin="[email protected]"/>
78
<jenkins.model.BuildDiscarderProperty>
89
<strategy class="hudson.tasks.LogRotator">
910
<daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
1617
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="[email protected]">
1718
<linkEnabled>false</linkEnabled>
1819
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19-
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="[email protected]">
20-
<gitLabConnection></gitLabConnection>
21-
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
2220
</properties>
2321
<scm class="hudson.scm.NullSCM"/>
2422
<canRoam>true</canRoam>
@@ -29,27 +27,29 @@
2927
<concurrentBuild>false</concurrentBuild>
3028
<builders>
3129
<hudson.tasks.Shell>
32-
<command>sudo /bin/bash --login -c &quot;cd $WORKSPACE &amp;&amp; /usr/local/bin/nmap_all_live_hosts.sh &lt;CIDR_RANGE&gt; &lt;ETH_INTERFACE&gt;&quot;</command>
30+
<command>sudo /bin/bash --login -c &quot;pwn_nmap_discover_tcp_udp --stop-nse --target-range RANGE --target-exclude-range $WORKSPACE/nmap_targets_exclude.txt --interface eth0 --results-root $WORKSPACE&quot;</command>
31+
<configuredLocalRules/>
3332
</hudson.tasks.Shell>
3433
</builders>
3534
<publishers>
36-
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35+
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
3736
<reportTargets>
3837
<htmlpublisher.HtmlPublisherTarget>
3938
<reportName>Nmap - Latest Results</reportName>
4039
<reportDir>$WORKSPACE</reportDir>
41-
<reportFiles>host_discovery_results.txt, latest_tcp_results.txt, latest_udp_results.txt</reportFiles>
40+
<reportFiles>nmap_targets.txt, nmap_tcp_results.txt, nmap_udp_results.txt</reportFiles>
4241
<alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
4342
<reportTitles>Discovered, TCP, UDP</reportTitles>
4443
<keepAll>false</keepAll>
4544
<allowMissing>false</allowMissing>
4645
<includes>**/*</includes>
46+
<escapeUnderscores>true</escapeUnderscores>
4747
</htmlpublisher.HtmlPublisherTarget>
4848
</reportTargets>
4949
</htmlpublisher.HtmlPublisher>
5050
</publishers>
5151
<buildWrappers>
52-
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52+
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
5353
<colorMapName>xterm</colorMapName>
5454
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
5555
</buildWrappers>

etc/userland/qemu/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

etc/userland/qemu/jenkins/jobs/pwntemplate-NETWORKRANGE-nmap_discovery_scan_tcp_udp_65k.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version='1.1' encoding='UTF-8'?>
22
<project>
33
<actions/>
44
<description></description>
55
<keepDependencies>false</keepDependencies>
66
<properties>
7+
<hudson.plugins.jira.JiraProjectProperty plugin="[email protected]"/>
78
<jenkins.model.BuildDiscarderProperty>
89
<strategy class="hudson.tasks.LogRotator">
910
<daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
1617
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="[email protected]">
1718
<linkEnabled>false</linkEnabled>
1819
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19-
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="[email protected]">
20-
<gitLabConnection></gitLabConnection>
21-
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
2220
</properties>
2321
<scm class="hudson.scm.NullSCM"/>
2422
<canRoam>true</canRoam>
@@ -29,27 +27,29 @@
2927
<concurrentBuild>false</concurrentBuild>
3028
<builders>
3129
<hudson.tasks.Shell>
32-
<command>sudo /bin/bash --login -c &quot;cd $WORKSPACE &amp;&amp; /usr/local/bin/nmap_all_live_hosts.sh &lt;CIDR_RANGE&gt; &lt;ETH_INTERFACE&gt;&quot;</command>
30+
<command>sudo /bin/bash --login -c &quot;pwn_nmap_discover_tcp_udp --stop-nse --target-range RANGE --target-exclude-range $WORKSPACE/nmap_targets_exclude.txt --interface eth0 --results-root $WORKSPACE&quot;</command>
31+
<configuredLocalRules/>
3332
</hudson.tasks.Shell>
3433
</builders>
3534
<publishers>
36-
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35+
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
3736
<reportTargets>
3837
<htmlpublisher.HtmlPublisherTarget>
3938
<reportName>Nmap - Latest Results</reportName>
4039
<reportDir>$WORKSPACE</reportDir>
41-
<reportFiles>host_discovery_results.txt, latest_tcp_results.txt, latest_udp_results.txt</reportFiles>
40+
<reportFiles>nmap_targets.txt, nmap_tcp_results.txt, nmap_udp_results.txt</reportFiles>
4241
<alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
4342
<reportTitles>Discovered, TCP, UDP</reportTitles>
4443
<keepAll>false</keepAll>
4544
<allowMissing>false</allowMissing>
4645
<includes>**/*</includes>
46+
<escapeUnderscores>true</escapeUnderscores>
4747
</htmlpublisher.HtmlPublisherTarget>
4848
</reportTargets>
4949
</htmlpublisher.HtmlPublisher>
5050
</publishers>
5151
<buildWrappers>
52-
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52+
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
5353
<colorMapName>xterm</colorMapName>
5454
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
5555
</buildWrappers>

etc/userland/ruby-gem/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

etc/userland/ruby-gem/jenkins/jobs/pwntemplate-NETWORKRANGE-nmap_discovery_scan_tcp_udp_65k.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version='1.1' encoding='UTF-8'?>
22
<project>
33
<actions/>
44
<description></description>
55
<keepDependencies>false</keepDependencies>
66
<properties>
7+
<hudson.plugins.jira.JiraProjectProperty plugin="[email protected]"/>
78
<jenkins.model.BuildDiscarderProperty>
89
<strategy class="hudson.tasks.LogRotator">
910
<daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
1617
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="[email protected]">
1718
<linkEnabled>false</linkEnabled>
1819
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19-
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="[email protected]">
20-
<gitLabConnection></gitLabConnection>
21-
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
2220
</properties>
2321
<scm class="hudson.scm.NullSCM"/>
2422
<canRoam>true</canRoam>
@@ -29,27 +27,29 @@
2927
<concurrentBuild>false</concurrentBuild>
3028
<builders>
3129
<hudson.tasks.Shell>
32-
<command>sudo /bin/bash --login -c &quot;cd $WORKSPACE &amp;&amp; /usr/local/bin/nmap_all_live_hosts.sh &lt;CIDR_RANGE&gt; &lt;ETH_INTERFACE&gt;&quot;</command>
30+
<command>sudo /bin/bash --login -c &quot;pwn_nmap_discover_tcp_udp --stop-nse --target-range RANGE --target-exclude-range $WORKSPACE/nmap_targets_exclude.txt --interface eth0 --results-root $WORKSPACE&quot;</command>
31+
<configuredLocalRules/>
3332
</hudson.tasks.Shell>
3433
</builders>
3534
<publishers>
36-
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35+
<htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
3736
<reportTargets>
3837
<htmlpublisher.HtmlPublisherTarget>
3938
<reportName>Nmap - Latest Results</reportName>
4039
<reportDir>$WORKSPACE</reportDir>
41-
<reportFiles>host_discovery_results.txt, latest_tcp_results.txt, latest_udp_results.txt</reportFiles>
40+
<reportFiles>nmap_targets.txt, nmap_tcp_results.txt, nmap_udp_results.txt</reportFiles>
4241
<alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
4342
<reportTitles>Discovered, TCP, UDP</reportTitles>
4443
<keepAll>false</keepAll>
4544
<allowMissing>false</allowMissing>
4645
<includes>**/*</includes>
46+
<escapeUnderscores>true</escapeUnderscores>
4747
</htmlpublisher.HtmlPublisherTarget>
4848
</reportTargets>
4949
</htmlpublisher.HtmlPublisher>
5050
</publishers>
5151
<buildWrappers>
52-
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52+
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
5353
<colorMapName>xterm</colorMapName>
5454
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
5555
</buildWrappers>

0 commit comments

Comments
 (0)