pwn 0.4.780 → 0.4.781

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d268dbff9c4a57d111e0c3809c11dcca5d53116d928343394e6e0ebe9824691
4
- data.tar.gz: b61857cac148560ccc32c3482a70022563119621b5753b59048dffe78af497fa
3
+ metadata.gz: 121672a13a6ed2a9612bdff41f5a6d3a9b2738c0d0786f6280b9b7b9b4da8cc3
4
+ data.tar.gz: c32e53c870610a547ebd1e24a2eaf741a71aeadf5f3368cf007a4b1abdb2d23b
5
5
  SHA512:
6
- metadata.gz: 641b7b8c6d92eeb8ed8363087fde7d802ff18bf5a25cf2562f0ee082666fa512964a8a423623578a9c92d93e4bd15a09ec9485a567db29ba780c560c999cc4bd
7
- data.tar.gz: 639a7927a1900a2d28805ff41481cbb7a1837e11a7a87f90ee95e0d1753ca7f88121fc41fa2cd8c5fddee0e259233cbfc77d4b5b58763ed39b1acd7d357ac470
6
+ metadata.gz: ee8d7b6ecda36fe032d27b1f4dff3925046a35cb37dae7eb5657875c69251113f7432542ec5f5301f0fea98c26629f2b285eedacf6c108734753af583f3b57d5
7
+ data.tar.gz: 2460e3f9557132f856d3be6c6578b2ddffaad22e9145f786cfbe5520c1000a3744290db3524859bc2509dabd8f5205e5f6a546286c338ea5f806b604199a82a4
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.780]:001 >>> PWN.help
40
+ pwn[v0.4.781]:001 >>> PWN.help
41
41
  ```
42
42
 
43
43
  [![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
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.780]:001 >>> PWN.help
55
+ pwn[v0.4.781]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -1,9 +1,10 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
1
+ <?xml version='1.1' encoding='UTF-8'?>
2
2
  <project>
3
3
  <actions/>
4
4
  <description></description>
5
5
  <keepDependencies>false</keepDependencies>
6
6
  <properties>
7
+ <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.8"/>
7
8
  <jenkins.model.BuildDiscarderProperty>
8
9
  <strategy class="hudson.tasks.LogRotator">
9
10
  <daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
16
17
  <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
17
18
  <linkEnabled>false</linkEnabled>
18
19
  </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19
- <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.7">
20
- <gitLabConnection></gitLabConnection>
21
- </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
22
20
  </properties>
23
21
  <scm class="hudson.scm.NullSCM"/>
24
22
  <canRoam>true</canRoam>
@@ -29,27 +27,29 @@
29
27
  <concurrentBuild>false</concurrentBuild>
30
28
  <builders>
31
29
  <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/>
33
32
  </hudson.tasks.Shell>
34
33
  </builders>
35
34
  <publishers>
36
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35
+ <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
37
36
  <reportTargets>
38
37
  <htmlpublisher.HtmlPublisherTarget>
39
38
  <reportName>Nmap - Latest Results</reportName>
40
39
  <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>
42
41
  <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
43
42
  <reportTitles>Discovered, TCP, UDP</reportTitles>
44
43
  <keepAll>false</keepAll>
45
44
  <allowMissing>false</allowMissing>
46
45
  <includes>**/*</includes>
46
+ <escapeUnderscores>true</escapeUnderscores>
47
47
  </htmlpublisher.HtmlPublisherTarget>
48
48
  </reportTargets>
49
49
  </htmlpublisher.HtmlPublisher>
50
50
  </publishers>
51
51
  <buildWrappers>
52
- <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52
+ <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
53
53
  <colorMapName>xterm</colorMapName>
54
54
  </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
55
55
  </buildWrappers>
@@ -1,9 +1,10 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
1
+ <?xml version='1.1' encoding='UTF-8'?>
2
2
  <project>
3
3
  <actions/>
4
4
  <description></description>
5
5
  <keepDependencies>false</keepDependencies>
6
6
  <properties>
7
+ <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.8"/>
7
8
  <jenkins.model.BuildDiscarderProperty>
8
9
  <strategy class="hudson.tasks.LogRotator">
9
10
  <daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
16
17
  <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
17
18
  <linkEnabled>false</linkEnabled>
18
19
  </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19
- <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.7">
20
- <gitLabConnection></gitLabConnection>
21
- </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
22
20
  </properties>
23
21
  <scm class="hudson.scm.NullSCM"/>
24
22
  <canRoam>true</canRoam>
@@ -29,27 +27,29 @@
29
27
  <concurrentBuild>false</concurrentBuild>
30
28
  <builders>
31
29
  <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/>
33
32
  </hudson.tasks.Shell>
34
33
  </builders>
35
34
  <publishers>
36
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35
+ <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
37
36
  <reportTargets>
38
37
  <htmlpublisher.HtmlPublisherTarget>
39
38
  <reportName>Nmap - Latest Results</reportName>
40
39
  <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>
42
41
  <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
43
42
  <reportTitles>Discovered, TCP, UDP</reportTitles>
44
43
  <keepAll>false</keepAll>
45
44
  <allowMissing>false</allowMissing>
46
45
  <includes>**/*</includes>
46
+ <escapeUnderscores>true</escapeUnderscores>
47
47
  </htmlpublisher.HtmlPublisherTarget>
48
48
  </reportTargets>
49
49
  </htmlpublisher.HtmlPublisher>
50
50
  </publishers>
51
51
  <buildWrappers>
52
- <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52
+ <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
53
53
  <colorMapName>xterm</colorMapName>
54
54
  </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
55
55
  </buildWrappers>
@@ -1,9 +1,10 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
1
+ <?xml version='1.1' encoding='UTF-8'?>
2
2
  <project>
3
3
  <actions/>
4
4
  <description></description>
5
5
  <keepDependencies>false</keepDependencies>
6
6
  <properties>
7
+ <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.8"/>
7
8
  <jenkins.model.BuildDiscarderProperty>
8
9
  <strategy class="hudson.tasks.LogRotator">
9
10
  <daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
16
17
  <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
17
18
  <linkEnabled>false</linkEnabled>
18
19
  </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19
- <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.7">
20
- <gitLabConnection></gitLabConnection>
21
- </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
22
20
  </properties>
23
21
  <scm class="hudson.scm.NullSCM"/>
24
22
  <canRoam>true</canRoam>
@@ -29,27 +27,29 @@
29
27
  <concurrentBuild>false</concurrentBuild>
30
28
  <builders>
31
29
  <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/>
33
32
  </hudson.tasks.Shell>
34
33
  </builders>
35
34
  <publishers>
36
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35
+ <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
37
36
  <reportTargets>
38
37
  <htmlpublisher.HtmlPublisherTarget>
39
38
  <reportName>Nmap - Latest Results</reportName>
40
39
  <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>
42
41
  <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
43
42
  <reportTitles>Discovered, TCP, UDP</reportTitles>
44
43
  <keepAll>false</keepAll>
45
44
  <allowMissing>false</allowMissing>
46
45
  <includes>**/*</includes>
46
+ <escapeUnderscores>true</escapeUnderscores>
47
47
  </htmlpublisher.HtmlPublisherTarget>
48
48
  </reportTargets>
49
49
  </htmlpublisher.HtmlPublisher>
50
50
  </publishers>
51
51
  <buildWrappers>
52
- <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52
+ <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
53
53
  <colorMapName>xterm</colorMapName>
54
54
  </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
55
55
  </buildWrappers>
@@ -1,9 +1,10 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
1
+ <?xml version='1.1' encoding='UTF-8'?>
2
2
  <project>
3
3
  <actions/>
4
4
  <description></description>
5
5
  <keepDependencies>false</keepDependencies>
6
6
  <properties>
7
+ <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.8"/>
7
8
  <jenkins.model.BuildDiscarderProperty>
8
9
  <strategy class="hudson.tasks.LogRotator">
9
10
  <daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
16
17
  <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
17
18
  <linkEnabled>false</linkEnabled>
18
19
  </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19
- <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.7">
20
- <gitLabConnection></gitLabConnection>
21
- </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
22
20
  </properties>
23
21
  <scm class="hudson.scm.NullSCM"/>
24
22
  <canRoam>true</canRoam>
@@ -29,27 +27,29 @@
29
27
  <concurrentBuild>false</concurrentBuild>
30
28
  <builders>
31
29
  <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/>
33
32
  </hudson.tasks.Shell>
34
33
  </builders>
35
34
  <publishers>
36
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35
+ <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
37
36
  <reportTargets>
38
37
  <htmlpublisher.HtmlPublisherTarget>
39
38
  <reportName>Nmap - Latest Results</reportName>
40
39
  <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>
42
41
  <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
43
42
  <reportTitles>Discovered, TCP, UDP</reportTitles>
44
43
  <keepAll>false</keepAll>
45
44
  <allowMissing>false</allowMissing>
46
45
  <includes>**/*</includes>
46
+ <escapeUnderscores>true</escapeUnderscores>
47
47
  </htmlpublisher.HtmlPublisherTarget>
48
48
  </reportTargets>
49
49
  </htmlpublisher.HtmlPublisher>
50
50
  </publishers>
51
51
  <buildWrappers>
52
- <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52
+ <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
53
53
  <colorMapName>xterm</colorMapName>
54
54
  </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
55
55
  </buildWrappers>
@@ -1,9 +1,10 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
1
+ <?xml version='1.1' encoding='UTF-8'?>
2
2
  <project>
3
3
  <actions/>
4
4
  <description></description>
5
5
  <keepDependencies>false</keepDependencies>
6
6
  <properties>
7
+ <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.8"/>
7
8
  <jenkins.model.BuildDiscarderProperty>
8
9
  <strategy class="hudson.tasks.LogRotator">
9
10
  <daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
16
17
  <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
17
18
  <linkEnabled>false</linkEnabled>
18
19
  </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19
- <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.7">
20
- <gitLabConnection></gitLabConnection>
21
- </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
22
20
  </properties>
23
21
  <scm class="hudson.scm.NullSCM"/>
24
22
  <canRoam>true</canRoam>
@@ -29,27 +27,29 @@
29
27
  <concurrentBuild>false</concurrentBuild>
30
28
  <builders>
31
29
  <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/>
33
32
  </hudson.tasks.Shell>
34
33
  </builders>
35
34
  <publishers>
36
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35
+ <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
37
36
  <reportTargets>
38
37
  <htmlpublisher.HtmlPublisherTarget>
39
38
  <reportName>Nmap - Latest Results</reportName>
40
39
  <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>
42
41
  <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
43
42
  <reportTitles>Discovered, TCP, UDP</reportTitles>
44
43
  <keepAll>false</keepAll>
45
44
  <allowMissing>false</allowMissing>
46
45
  <includes>**/*</includes>
46
+ <escapeUnderscores>true</escapeUnderscores>
47
47
  </htmlpublisher.HtmlPublisherTarget>
48
48
  </reportTargets>
49
49
  </htmlpublisher.HtmlPublisher>
50
50
  </publishers>
51
51
  <buildWrappers>
52
- <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52
+ <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
53
53
  <colorMapName>xterm</colorMapName>
54
54
  </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
55
55
  </buildWrappers>
@@ -1,9 +1,10 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
1
+ <?xml version='1.1' encoding='UTF-8'?>
2
2
  <project>
3
3
  <actions/>
4
4
  <description></description>
5
5
  <keepDependencies>false</keepDependencies>
6
6
  <properties>
7
+ <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.8"/>
7
8
  <jenkins.model.BuildDiscarderProperty>
8
9
  <strategy class="hudson.tasks.LogRotator">
9
10
  <daysToKeep>-1</daysToKeep>
@@ -16,9 +17,6 @@
16
17
  <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8">
17
18
  <linkEnabled>false</linkEnabled>
18
19
  </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
19
- <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.7">
20
- <gitLabConnection></gitLabConnection>
21
- </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
22
20
  </properties>
23
21
  <scm class="hudson.scm.NullSCM"/>
24
22
  <canRoam>true</canRoam>
@@ -29,27 +27,29 @@
29
27
  <concurrentBuild>false</concurrentBuild>
30
28
  <builders>
31
29
  <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/>
33
32
  </hudson.tasks.Shell>
34
33
  </builders>
35
34
  <publishers>
36
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.14">
35
+ <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.30">
37
36
  <reportTargets>
38
37
  <htmlpublisher.HtmlPublisherTarget>
39
38
  <reportName>Nmap - Latest Results</reportName>
40
39
  <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>
42
41
  <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
43
42
  <reportTitles>Discovered, TCP, UDP</reportTitles>
44
43
  <keepAll>false</keepAll>
45
44
  <allowMissing>false</allowMissing>
46
45
  <includes>**/*</includes>
46
+ <escapeUnderscores>true</escapeUnderscores>
47
47
  </htmlpublisher.HtmlPublisherTarget>
48
48
  </reportTargets>
49
49
  </htmlpublisher.HtmlPublisher>
50
50
  </publishers>
51
51
  <buildWrappers>
52
- <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0">
52
+ <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@1.0.2">
53
53
  <colorMapName>xterm</colorMapName>
54
54
  </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
55
55
  </buildWrappers>
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.4.780'
4
+ VERSION = '0.4.781'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.780
4
+ version: 0.4.781
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -1263,7 +1263,6 @@ files:
1263
1263
  - etc/userland/aws/jenkins/jenkins
1264
1264
  - etc/userland/aws/jenkins/jobs/pipeline-pwntemplate.xml
1265
1265
  - etc/userland/aws/jenkins/jobs/pipeline-selfupdate.xml
1266
- - etc/userland/aws/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml
1267
1266
  - etc/userland/aws/jenkins/jobs/pwntemplate-DOMAIN-burpsuite.xml
1268
1267
  - etc/userland/aws/jenkins/jobs/pwntemplate-DOMAIN-owasp_zap.xml
1269
1268
  - etc/userland/aws/jenkins/jobs/pwntemplate-DOMAIN-ssllabs-scan.xml
@@ -1315,7 +1314,6 @@ files:
1315
1314
  - etc/userland/docker/jenkins/jenkins
1316
1315
  - etc/userland/docker/jenkins/jobs/pipeline-pwntemplate.xml
1317
1316
  - etc/userland/docker/jenkins/jobs/pipeline-selfupdate.xml
1318
- - etc/userland/docker/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml
1319
1317
  - etc/userland/docker/jenkins/jobs/pwntemplate-DOMAIN-burpsuite.xml
1320
1318
  - etc/userland/docker/jenkins/jobs/pwntemplate-DOMAIN-owasp_zap.xml
1321
1319
  - etc/userland/docker/jenkins/jobs/pwntemplate-DOMAIN-ssllabs-scan.xml
@@ -1366,7 +1364,6 @@ files:
1366
1364
  - etc/userland/qemu/jenkins/jenkins
1367
1365
  - etc/userland/qemu/jenkins/jobs/pipeline-pwntemplate.xml
1368
1366
  - etc/userland/qemu/jenkins/jobs/pipeline-selfupdate.xml
1369
- - etc/userland/qemu/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml
1370
1367
  - etc/userland/qemu/jenkins/jobs/pwntemplate-DOMAIN-burpsuite.xml
1371
1368
  - etc/userland/qemu/jenkins/jobs/pwntemplate-DOMAIN-owasp_zap.xml
1372
1369
  - etc/userland/qemu/jenkins/jobs/pwntemplate-DOMAIN-ssllabs-scan.xml
@@ -1417,7 +1414,6 @@ files:
1417
1414
  - etc/userland/ruby-gem/jenkins/jenkins
1418
1415
  - etc/userland/ruby-gem/jenkins/jobs/pipeline-pwntemplate.xml
1419
1416
  - etc/userland/ruby-gem/jenkins/jobs/pipeline-selfupdate.xml
1420
- - etc/userland/ruby-gem/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml
1421
1417
  - etc/userland/ruby-gem/jenkins/jobs/pwntemplate-DOMAIN-burpsuite.xml
1422
1418
  - etc/userland/ruby-gem/jenkins/jobs/pwntemplate-DOMAIN-owasp_zap.xml
1423
1419
  - etc/userland/ruby-gem/jenkins/jobs/pwntemplate-DOMAIN-ssllabs-scan.xml
@@ -1468,7 +1464,6 @@ files:
1468
1464
  - etc/userland/virtualbox/jenkins/jenkins
1469
1465
  - etc/userland/virtualbox/jenkins/jobs/pipeline-pwntemplate.xml
1470
1466
  - etc/userland/virtualbox/jenkins/jobs/pipeline-selfupdate.xml
1471
- - etc/userland/virtualbox/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml
1472
1467
  - etc/userland/virtualbox/jenkins/jobs/pwntemplate-DOMAIN-burpsuite.xml
1473
1468
  - etc/userland/virtualbox/jenkins/jobs/pwntemplate-DOMAIN-owasp_zap.xml
1474
1469
  - etc/userland/virtualbox/jenkins/jobs/pwntemplate-DOMAIN-ssllabs-scan.xml
@@ -1520,7 +1515,6 @@ files:
1520
1515
  - etc/userland/vmware/jenkins/jenkins
1521
1516
  - etc/userland/vmware/jenkins/jobs/pipeline-pwntemplate.xml
1522
1517
  - etc/userland/vmware/jenkins/jobs/pipeline-selfupdate.xml
1523
- - etc/userland/vmware/jenkins/jobs/pwntemplate-DOMAIN-arachni.xml
1524
1518
  - etc/userland/vmware/jenkins/jobs/pwntemplate-DOMAIN-burpsuite.xml
1525
1519
  - etc/userland/vmware/jenkins/jobs/pwntemplate-DOMAIN-owasp_zap.xml
1526
1520
  - etc/userland/vmware/jenkins/jobs/pwntemplate-DOMAIN-ssllabs-scan.xml
@@ -1,35 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <project>
3
- <actions/>
4
- <description></description>
5
- <keepDependencies>false</keepDependencies>
6
- <properties/>
7
- <scm class="hudson.scm.NullSCM"/>
8
- <canRoam>true</canRoam>
9
- <disabled>true</disabled>
10
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
11
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
12
- <triggers/>
13
- <concurrentBuild>false</concurrentBuild>
14
- <builders>
15
- <hudson.tasks.Shell>
16
- <command>pwn_arachni -t &apos;&lt;URL&gt;&apos; -o $WORKSPACE -b headless -I $WORKSPACE/navigation.instruct</command>
17
- </hudson.tasks.Shell>
18
- </builders>
19
- <publishers>
20
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.13">
21
- <reportTargets>
22
- <htmlpublisher.HtmlPublisherTarget>
23
- <reportName>Arachni Scan Results</reportName>
24
- <reportDir>$WORKSPACE</reportDir>
25
- <reportFiles>index.html</reportFiles>
26
- <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
27
- <reportTitles></reportTitles>
28
- <keepAll>false</keepAll>
29
- <allowMissing>false</allowMissing>
30
- </htmlpublisher.HtmlPublisherTarget>
31
- </reportTargets>
32
- </htmlpublisher.HtmlPublisher>
33
- </publishers>
34
- <buildWrappers/>
35
- </project>
@@ -1,35 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <project>
3
- <actions/>
4
- <description></description>
5
- <keepDependencies>false</keepDependencies>
6
- <properties/>
7
- <scm class="hudson.scm.NullSCM"/>
8
- <canRoam>true</canRoam>
9
- <disabled>true</disabled>
10
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
11
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
12
- <triggers/>
13
- <concurrentBuild>false</concurrentBuild>
14
- <builders>
15
- <hudson.tasks.Shell>
16
- <command>pwn_arachni -t &apos;&lt;URL&gt;&apos; -o $WORKSPACE -b headless -I $WORKSPACE/navigation.instruct</command>
17
- </hudson.tasks.Shell>
18
- </builders>
19
- <publishers>
20
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.13">
21
- <reportTargets>
22
- <htmlpublisher.HtmlPublisherTarget>
23
- <reportName>Arachni Scan Results</reportName>
24
- <reportDir>$WORKSPACE</reportDir>
25
- <reportFiles>index.html</reportFiles>
26
- <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
27
- <reportTitles></reportTitles>
28
- <keepAll>false</keepAll>
29
- <allowMissing>false</allowMissing>
30
- </htmlpublisher.HtmlPublisherTarget>
31
- </reportTargets>
32
- </htmlpublisher.HtmlPublisher>
33
- </publishers>
34
- <buildWrappers/>
35
- </project>
@@ -1,35 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <project>
3
- <actions/>
4
- <description></description>
5
- <keepDependencies>false</keepDependencies>
6
- <properties/>
7
- <scm class="hudson.scm.NullSCM"/>
8
- <canRoam>true</canRoam>
9
- <disabled>true</disabled>
10
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
11
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
12
- <triggers/>
13
- <concurrentBuild>false</concurrentBuild>
14
- <builders>
15
- <hudson.tasks.Shell>
16
- <command>pwn_arachni -t &apos;&lt;URL&gt;&apos; -o $WORKSPACE -b headless -I $WORKSPACE/navigation.instruct</command>
17
- </hudson.tasks.Shell>
18
- </builders>
19
- <publishers>
20
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.13">
21
- <reportTargets>
22
- <htmlpublisher.HtmlPublisherTarget>
23
- <reportName>Arachni Scan Results</reportName>
24
- <reportDir>$WORKSPACE</reportDir>
25
- <reportFiles>index.html</reportFiles>
26
- <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
27
- <reportTitles></reportTitles>
28
- <keepAll>false</keepAll>
29
- <allowMissing>false</allowMissing>
30
- </htmlpublisher.HtmlPublisherTarget>
31
- </reportTargets>
32
- </htmlpublisher.HtmlPublisher>
33
- </publishers>
34
- <buildWrappers/>
35
- </project>
@@ -1,35 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <project>
3
- <actions/>
4
- <description></description>
5
- <keepDependencies>false</keepDependencies>
6
- <properties/>
7
- <scm class="hudson.scm.NullSCM"/>
8
- <canRoam>true</canRoam>
9
- <disabled>true</disabled>
10
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
11
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
12
- <triggers/>
13
- <concurrentBuild>false</concurrentBuild>
14
- <builders>
15
- <hudson.tasks.Shell>
16
- <command>pwn_arachni -t &apos;&lt;URL&gt;&apos; -o $WORKSPACE -b headless -I $WORKSPACE/navigation.instruct</command>
17
- </hudson.tasks.Shell>
18
- </builders>
19
- <publishers>
20
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.13">
21
- <reportTargets>
22
- <htmlpublisher.HtmlPublisherTarget>
23
- <reportName>Arachni Scan Results</reportName>
24
- <reportDir>$WORKSPACE</reportDir>
25
- <reportFiles>index.html</reportFiles>
26
- <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
27
- <reportTitles></reportTitles>
28
- <keepAll>false</keepAll>
29
- <allowMissing>false</allowMissing>
30
- </htmlpublisher.HtmlPublisherTarget>
31
- </reportTargets>
32
- </htmlpublisher.HtmlPublisher>
33
- </publishers>
34
- <buildWrappers/>
35
- </project>
@@ -1,35 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <project>
3
- <actions/>
4
- <description></description>
5
- <keepDependencies>false</keepDependencies>
6
- <properties/>
7
- <scm class="hudson.scm.NullSCM"/>
8
- <canRoam>true</canRoam>
9
- <disabled>true</disabled>
10
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
11
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
12
- <triggers/>
13
- <concurrentBuild>false</concurrentBuild>
14
- <builders>
15
- <hudson.tasks.Shell>
16
- <command>pwn_arachni -t &apos;&lt;URL&gt;&apos; -o $WORKSPACE -b headless -I $WORKSPACE/navigation.instruct</command>
17
- </hudson.tasks.Shell>
18
- </builders>
19
- <publishers>
20
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.13">
21
- <reportTargets>
22
- <htmlpublisher.HtmlPublisherTarget>
23
- <reportName>Arachni Scan Results</reportName>
24
- <reportDir>$WORKSPACE</reportDir>
25
- <reportFiles>index.html</reportFiles>
26
- <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
27
- <reportTitles></reportTitles>
28
- <keepAll>false</keepAll>
29
- <allowMissing>false</allowMissing>
30
- </htmlpublisher.HtmlPublisherTarget>
31
- </reportTargets>
32
- </htmlpublisher.HtmlPublisher>
33
- </publishers>
34
- <buildWrappers/>
35
- </project>
@@ -1,35 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <project>
3
- <actions/>
4
- <description></description>
5
- <keepDependencies>false</keepDependencies>
6
- <properties/>
7
- <scm class="hudson.scm.NullSCM"/>
8
- <canRoam>true</canRoam>
9
- <disabled>true</disabled>
10
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
11
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
12
- <triggers/>
13
- <concurrentBuild>false</concurrentBuild>
14
- <builders>
15
- <hudson.tasks.Shell>
16
- <command>pwn_arachni -t &apos;&lt;URL&gt;&apos; -o $WORKSPACE -b headless -I $WORKSPACE/navigation.instruct</command>
17
- </hudson.tasks.Shell>
18
- </builders>
19
- <publishers>
20
- <htmlpublisher.HtmlPublisher plugin="htmlpublisher@1.13">
21
- <reportTargets>
22
- <htmlpublisher.HtmlPublisherTarget>
23
- <reportName>Arachni Scan Results</reportName>
24
- <reportDir>$WORKSPACE</reportDir>
25
- <reportFiles>index.html</reportFiles>
26
- <alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
27
- <reportTitles></reportTitles>
28
- <keepAll>false</keepAll>
29
- <allowMissing>false</allowMissing>
30
- </htmlpublisher.HtmlPublisherTarget>
31
- </reportTargets>
32
- </htmlpublisher.HtmlPublisher>
33
- </publishers>
34
- <buildWrappers/>
35
- </project>