pwn 0.4.700 → 0.4.701

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: f21820a32e67fe03171657ab0c5c382103354ad1465fb2de2a7ecc167ab1f77b
4
- data.tar.gz: 4ffbee987270f1e6509e4363db92f6ede6c84266c52bdd1032c777f9be3aaa8d
3
+ metadata.gz: ceb1cedbe92d94c3dca89d70f85bb9981dfd3ec76ea31587f32d16ffa3cda7b3
4
+ data.tar.gz: ae4ec69d69bfc2c0ccaf00fdd45106c2f44aab3d128f26c4b26b766db821ade4
5
5
  SHA512:
6
- metadata.gz: ee613e295e8a5d6fcb1e1d49938cac273a2f9fdff4916b26c4cae7e9235bdb6ca4a967c94fd61263f8e3af8f603c05544488efb21916867b5bffb92f5defee9c
7
- data.tar.gz: 35d4cf79f4199a10171a0561cb5f538ba8a7b0e50dd9500aaafddc6e39850d6f52d5454ccf8d5019a378f4435cdc2cfddad975cc85097e601369907014828886
6
+ metadata.gz: 0ba4707ce699ada3695d8c3259776b9fc73d4725b50f1a8481103b31ce5a85e8ee839438e2adef538027cff6008ff46374cb63cfd63d1d1611c2bfe7dc73c902
7
+ data.tar.gz: 7fbc0b3c7a169116a73edbd0dea37d7c653cb380bc57a51838850cea3769a6105ef9e80cbc3ea7ff80836231fc5b35ebacb28d3d5dac93db00e7c3503df0b18a
@@ -1,108 +1,492 @@
1
- e761590 Gemfile - include whois-parser gem
2
- 9125ac9 Gemfile - include whois gem
3
- 8e280b1 pwn_nessus_cloud_scan_crud Driver - add tags to assets #bugfix
4
- 282d8b6 pwn_nessus_cloud_scan_crud Driver - add tags to assets #bugfix
5
- e447047 pwn_nessus_cloud_scan_crud Driver - add tags to assets #bugfix
6
- 15faf7b pwn_nessus_cloud_scan_crud Driver - add tags to assets
7
- c468e7b pwn_nessus_cloud_scan_crud Driver - disable schedule by default
8
- 45a5eb6 pwn_nessus_cloud_scan_crud Driver - timezone && starttime default to nil
9
- 09fe8a6 pwn_nessus_cloud_scan_crud Driver - rrules default to FREQ=null
10
- 3b4c6c2 pwn_nessus_cloud_scan_crud Driver - bugfix in UUID
11
- e986c98 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
12
- 45113bc pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
13
- 6c24858 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
14
- e4f9869 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
15
- b2a416c pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout
16
- 13e7540 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout
17
- a7efffd pwn_serial_son_micro_sm132_rfid Driver - initial commit
18
- b8427fd pwn_serial_mar206 Driver - remove redundant edit card option in favor of load card from file
19
- 41da7df PWN::Plugins::MSR206 module - slight #tweak to coercivity menu
20
- 3281c7d PWN::Plugins::MSR206 module - begin supporting iso_alt and raw writing modes
21
- 89fd44c PWN::Plugins::MSR206 module - support high and low coercivity writes in #write_card method
22
- 6a58842 PWN::Plugins::MSR206 module - pretty print JSON data in backup file w/in #backup_card method
23
- a9175b1 pwn_serial_msr206 Driver - working copy and load from file (i.e. write to card initial support)
24
- e529993 pwn_serial_msr206 Driver - working copy and load from file (i.e. write to card initial support)
25
- e0273b7 pwn_serial_msr206 Driver - implement alt ISO decoding and raw reading modes to support reading non-standard cards (e.g. metrocards)
26
- b87c22e pwn_shodan_search - array of hashes in json output #tweak
27
- e380835 pwn_shodan_search - array of hashes in json output
28
- 1d8a0e8 pwn_shodan_search - bugfix in json output
29
- c4e4fb9 pwn_shodan_search - intial working commit #bugfix
30
- 17111dd pwn_shodan_search - intial working commit #bugfix
31
- 8e1715a pwn_shodan_search - intial working commit
32
- 38f3bd8 PWN::Plugins::Shodan module - symbolize key names in method responses
33
- 045796f pwn_serial_msr206 Driver - Reserve yellow led for minor errors #bugfix
34
- a051b7f pwn_serial_msr206 Driver - Reserve yellow led for minor errors
35
- cf398ad pwn_serial_msr206 Driver - (B)ackup Card #working
36
- 53256f4 pwn_serial_msr206 Driver - display configuration bits at start && bugfix with error handling
37
- a56a1a2 pwn_serial_msr206 Driver - remove yellow_on debug output
38
- 3dc8d41 pwn_serial_msr206 Driver - Working Card Read
39
- 809e74b pwn_serial_msr206 Driver - Initial commit
40
- 43755ab PWN::Plugins::BusPirate module - #bugfix in call to PWN::Plugins::Serial.request method
41
- ccc167a PWN::Plugins::BusPirate module - #bugfix in call to PWN::Plugins::Serial.request method
42
- c048f2c PWN::Plugins::Serial, PWN::Plugins::SonMicroRFID, & PWN::Plugins::MSR206 modules - cleanup some redudant methods, make requests over serial more reliable, and work towards better response output
43
- f31caad PWN::Plugins::MSR206 module - more refinements
44
- 4eb6060 PWN::Plugins::MSR206 module - implement #list_cmds && #exec methods #rubocop
45
- 96de906 PWN::Plugins::MSR206 module - implement #list_cmds && #exec methods
46
- 79fe42a PWN::Plugins::MSR206 module - initial non-working commit (redact msr gem in favor of 100% ruby native module)
47
- 13b0e31 PWN::Plugins::MSR206 module - initial non-working commit
48
- 15fb720 pwn_nessus_cloud_scan_crud && pwn_nessus_cloud_vulnscan Drivers - rename pwn_nessus_cloud_create_scan to reflect ability to create, read, update, & delete scans #bugfix
49
- 68a92cc PWN::Plugins::NessusCloud module - implement HTTP PUT method in #nessus_cloud_rest_call
50
- 267b389 pwn_nessus_cloud_scan_crud Driver - rename pwn_nessus_cloud_create_scan to reflect ability to create, read, update, & delete scans
51
- 94bb346 pwn_nessus_cloud_create_scan Driver - add tag uuid to settinggs[:tag_targets] instead of tag name #bugfix
52
- a33c3e0 pwn_nessus_cloud_create_scan Driver - add tag uuid to settinggs[:tag_targets] instead of tag name
53
- d1ae4f6 pwn_nessus_cloud_create_scan Driver - add debugging to #get_tag_values call to understand condition required to trigger #create_tag method #bugfix
54
- 2eb9500 pwn_nessus_cloud_create_scan Driver - add debugging to #get_tag_values call to understand condition required to trigger #create_tag method
55
- f77a454 pwn_nessus_cloud_create_scan Driver - add debugging to #get_tag_values call to understand condition required to trigger #create_tag method
56
- 486a5a2 PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
57
- a59ad8d PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
58
- 22c4559 PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
59
- 550779a PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
60
- f13218f PWN::Plugins::NessusCloud module - refactor #get_tags method
61
- e9b1a1b pwn_nessus_cloud_create_scan Driver - add --tag-category-name feature #rubocop
62
- 7e347e3 pwn_nessus_cloud_create_scan Driver - add --tag-category-name feature
63
- 478ec25 pwn_nessus_cloud_create_scan Driver - add --tag-targets feature
64
- a02f88b pwn_nessus_cloud_create_scan Driver - more code refinement
65
- 1999189 pwn_nessus_cloud_create_scan Driver - more code refinement
66
- 654c50d PWN::Plugins::NessusCloud module - #bugfix in #create_scan method
67
- b752378 pwn_nessus_cloud_create_scan Driver - tag_targets_arr #bugfix
68
- 7719f22 pwn_nessus_cloud_create_scan Driver - credentials key #bugfix
69
- 906a607 pwn_nessus_cloud_create_scan Driver - migrate credentials && plugins objeects into YAML config since the structure is so diverse depending on the object used (e.g. Windows vs SSH vs etc.)
70
- 3a6e477 pwn_nessus_cloud_create_scan Driver - closer to working commit
71
- 3e264d8 pwn_nessus_cloud_create_scan Driver - get target network UUID for --target-network-name
72
- 75b2d64 pwn_nessus_cloud_create_scan && pwn_nessus_cloud_vulscan Drivers - more additions and migrating certain logic to plugin in an effort to reduce code redundancy in drivers
73
- 0cdc0ce pwn_nessus_cloud_create_scan Driver - more additions
74
- cc95e2b pwn_nessus_cloud_create_scan Driver - add policy parameter
75
- 2115eb3 pwn_nessus_cloud_create_scan Driver - add policy parameter
76
- ac67b0f pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks #bugfix
77
- 84ac773 pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks #rubocop_fixes
78
- 8a841d8 pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks
79
- 3fd2f1b pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks
80
- 9119659 PWN::Plugins::NessusCloud - add #list_scan_templates method && pwn_nessus_cloud_create_scan Driver - initial non-working commit
81
- a434c66 PWN::Plugins::CreditCard module - add #type method to aid in reversing weak generation methods used by some financial institutions #rubocop
82
- 29fce17 PWN::Plugins::CreditCard module - add #type method to aid in reversing weak generation methods used by some financial institutions
83
- a1f7bf1 PWN::Plugins::SerialPort module - fix missing method #wait_readable #bugfix
84
- f4c91d6 pwn.gemspec - Specify requirements for only the minor Ruby version, not patch (i.e. 3.1.x)
85
- baecc3b pwn.gemspec - Support ruby-3.1.2p20
86
- 1e80a2b .ruby-version - Support ruby-3.1.2p20
87
- bd770d0 .ruby-version - Support ruby-3.1.2p20
88
- 68958e3 .ruby-version - Support ruby-3.1.2p20 - i.e. >= Preview 20
89
- 947fbe3 PWN::VERSION - bump gem version
90
- ac9387b PWN::SAST::Signature module - initial commit
91
- 67e9cde Packer provisioners - include env when setting user var, PWN_PROVIDER #bugfix
92
- 066da28 Packer provisioners - include env when setting user var, PWN_PROVIDER #bugfix
93
- b1c87af *.sh in pwn repo root - bugfix in PWN_ROOT assignment when building within cloned ssrc
94
- ab3eb54 *.sh in pwn repo root - bugfix in PWN_ROOT assignment when building within cloned ssrc
95
- 31bfdb9 Packer & Vagrant - fix bug in PWN_ROOT assignment when generating /etc/profile.d/pwn_envs.sh AND redirect STDERR to /dev/null when assigining PWN_ROOT
96
- 21db2bc Packer & Vagrant - fix bug in PWN_ROOT assignment when generating /etc/profile.d/pwn_envs.sh
97
- 007dc4d Packer & Vagrant - fix bug in PWN_ROOT assignment when generating /etc/profile.d/pwn_envs.sh
98
- 917a82b .ruby-version - address weird versioning issue
99
- 41fa60e .ruby-version - Bump to 3.1.2 #rubocop_fixes
100
- 5d51b69 .ruby-version - Bump to 3.1.2
101
- a225371 PWN::SAST::* modules - fix NIST 800-53 links to show respective control desc for SAST module #bugfix
102
- 321e5ea Packer && Vagrant - ensure PWN_ROOT reflects path of latest installed pwn gem
103
- eb5e59d PWN::Banner::* - slight tweaks
104
- 959941d Gemfile && PWN::Plugins::CreditCard - reinstate module w/ compatible version of credit_card_validations (i.e. 5.0.0)
105
- 3133eb6 pwn REPL driver - implement welcome-banner command in REPL session to display example usage on demand
106
- 831d253 PWN::SAST::HTTPAuthorizationHeader module - initial commit
107
- 611bbf0 PWN::Plugins::RabbitMQHole to PWN::Plugins::RabbitMQ module - update rdoc to include port parameter
108
- 87e1ef5 PWN REPL driver - regress colors back to ansi strings to avoid readline issues on prompt && rename PWN::Plugins::RabbitMQHole to PWN::Plugins::RabbitMQ and include a port parameter that can be passed to the #open method
1
+ d36822b PWN::Plugins::NmapIt module - implement #diff_xml_results method
2
+ 1af07d5 pwn REPL Driver - kill process tree of pwn session on exit
3
+ 4b66284 Merge pull request #280 from ninp0/master
4
+ ea0e515 PWN::Plugins::Tor module - implement least privilege controls when calling #start method
5
+ b7b1dc1 Merge pull request #279 from ninp0/master
6
+ 6f36641 pwn_diff_xml_files Driver - Github Copilot attempt #3
7
+ cf194d7 Merge pull request #278 from ninp0/master
8
+ 8c3734a pwn_diff_xml_files Driver - Github Copilot attempt #2
9
+ fce8bce Merge pull request #277 from ninp0/master
10
+ 2800507 pwn_diff_xml_files Driver - initial commit
11
+ 459967f Merge pull request #276 from ninp0/master
12
+ d8daa1f PWN::Plugins::BurpSuite module - replace carriage-return line-feed w/ line-feed #generate_scan_report method
13
+ f4b77d6 Merge pull request #275 from ninp0/master
14
+ cec9e7b PWN::Plugins::BurpSuite module - align #generate_scan_report method to burpbuddy-3.1.1-SNAPSHOT-all.jar (which is currently only available by building https://github.com/tomsteele/burpbuddy). Requested new build to be made available via tomsteele/burpbuddy/issues/40
15
+ ec7d8af Merge pull request #274 from ninp0/master
16
+ a9a113d PWN::Plugins::OwaspZAP module - #bugfix in #stop method
17
+ 6ca2d1b Merge pull request #273 from ninp0/master
18
+ 25dba8c pwn_nmap_discover_tcp_udp Driver - include ipaddr gem #bugfix
19
+ 37c30e3 Merge branch 'master' of ssh://github.com/ninp0/pwn
20
+ 2248423 pwn_diff_csv_files_w_column_exclude Driver - provide additional example in usage to include not only Tenable Nessus but OpenVAS as well. #tweak
21
+ 2650e2c Merge pull request #272 from ninp0/master
22
+ 0359fab pwn_diff_csv_files_w_column_exclude Driver - provide additional example in usage to include not only Tenable Nessus but OpenVAS as well.
23
+ 584a867 Merge pull request #271 from ninp0/master
24
+ 58d287f pwn_diff_csv_files_w_column_exclude Driver - #final_major_bugfix in producing actual diff CSV file
25
+ 8af4ba3 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
26
+ 4d4a72b Merge pull request #270 from ninp0/master
27
+ e5aca05 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
28
+ 3671b25 Merge pull request #269 from ninp0/master
29
+ 3a48688 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
30
+ 6f7b66c Merge pull request #268 from ninp0/master
31
+ 05945f5 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
32
+ 10e24e1 Merge pull request #267 from ninp0/master
33
+ 460b647 pwn_diff_csv_files_w_column_exclude Driver - #bugfixes in carving out new diff csv files
34
+ 5616439 pwn_diff_csv_files_w_column_exclude Driver - bugfixes in carving out new diff csv files
35
+ c9e824c Merge pull request #266 from ninp0/master
36
+ b9253e5 pwn_nmap_discover_tcp_udp Driver - add --results-root parameter
37
+ 723c88f Merge pull request #265 from ninp0/master
38
+ 55780a3 pwn_nmap_discover_tcp_udp Driver - sort nmap_targets.txt by IP address
39
+ a44d0a4 Merge pull request #264 from ninp0/master
40
+ 33aa6dc pwn_nmap_discover_tcp_udp Driver - #bugfixes
41
+ ec07522 Merge pull request #263 from ninp0/master
42
+ 9190401 pwn_nmap_discover_tcp_udp Driver - #bugfixes
43
+ 15cd413 pwn_nmap_discover_tcp_udp Driver - minor tweaks
44
+ 0cd59cc Merge pull request #262 from ninp0/master
45
+ a16105a pwn_nmap_discover_tcp_udp Driver - MORE speed and data quality optimizations #bugfixes
46
+ 89f30a9 pwn_nmap_discover_tcp_udp Driver - speed and data quality optimizations #rubocop_fixes
47
+ 49e668b pwn_nmap_discover_tcp_udp Driver - speed and data quality optimizations
48
+ 8c84ef2 Merge pull request #261 from ninp0/master
49
+ cb14128 repo file cleanup
50
+ 0a6e48f Merge pull request #260 from ninp0/master
51
+ 79ba8d0 pwn_nmap_discover_tcp_udp Driver - packet reduction, increased speed, and randomize hosts in targets file
52
+ fabe549 Merge pull request #259 from ninp0/master
53
+ 5f97bde pwn_nmap_discover_tcp_udp Driver - initial commit
54
+ 32062c9 Merge pull request #258 from ninp0/master
55
+ 2d4445e PWN::Plugins::OpenVAS module && pwn_openvas_vulnscan - add report_filter parameter in #save_report method to generate the same default report as the greenbone UI or have the ability to customize report results
56
+ 607c294 Merge pull request #257 from ninp0/master
57
+ 7acb478 pwn_diff_csv_files_w_column_exclude Driver - #bugfixes
58
+ 1a9d4cc PWN::Plugins::Tor module - initial commit && #bugfix in pwn_diff_csv_files_w_column_exclude Driver
59
+ a1e7115 Merge pull request #256 from ninp0/master
60
+ 9f26c20 pwn_diff_csv_files_w_column_exclude Driver - preserve original columns when creating diff
61
+ 207804a Merge pull request #255 from ninp0/master
62
+ bc85335 PWN::Plugins::NessusCloud module - better error handling in #nessus_cloud_rest_call method
63
+ 8798424 pwn_nessus_cloud_vulnscan driver - more explicit logic to determine when a scan is complete.
64
+ 0df7b85 Merge pull request #254 from ninp0/master
65
+ 824b3d2 PWN::Plugins::Log module - #rubocop_fixes
66
+ 1fbc1b4 PWN::Log module - move to PWN::Plugins::Log instead
67
+ d2e36c6 PWN::Log module - begin integrating into framework
68
+ 6d8ba88 pwn_nessus_cloud_vulnscan driver - bugfix and begin phasing out PWN::Plugins::PWNLogger in favor of PWN::Log module
69
+ cd6c67e Merge pull request #253 from ninp0/master
70
+ 9943c9d PWN::Plugins::OpenAI module - bugfix in #delete_file method as the target file for deletion is a remote file.
71
+ fbd123d Merge pull request #252 from ninp0/master
72
+ 7432624 PWN::Plugins::OpenAI module - update #help method to reflect usage of all methods in module
73
+ ceaf81a Merge pull request #251 from ninp0/master
74
+ d55e47d PWN::Plugins::OpenAI module - implement all the fine tunings to produce custom models
75
+ b1b8457 Merge pull request #250 from ninp0/master
76
+ 8fa039e pwn_diff_csv_files_w_column_exclude Driver - #bugfix in two different CSV files that are the same size but w/ different contents.
77
+ 944fd99 Merge pull request #249 from ninp0/master
78
+ e1eedeb PWN::Plugins::OpenVAS module - #bugfix in #save_report method. GVM switching it up again #shakes_fist
79
+ 42c594b Merge pull request #248 from ninp0/master
80
+ 0820e36 PWN::Plugins::JiraServer module - add #manual_call method (for quick testing of HTTP GET API calls)
81
+ d7296a5 Merge pull request #247 from ninp0/master
82
+ c9e8ba7 PWN::Plugins::JiraServer module - #bugfix in #get_issue method
83
+ b39b96b Merge pull request #246 from ninp0/master
84
+ 1667753 PWN::Plugins::JiraServer module - #bugfix in #get_issue method
85
+ 38aa67a Merge pull request #245 from ninp0/master
86
+ 3e2d27b PWN::Plugins::JiraServer module - initial basic commit #add_rspec
87
+ 0f134cf PWN::Plugins::JiraServer module - initial basic commit
88
+ 4a83083 Merge pull request #244 from ninp0/master
89
+ bcd12f8 PWN::Plugins::OpenGPT module - add spinner to give end user a sense that things are worlojg as expected
90
+ 0f9e44b Merge pull request #243 from ninp0/master
91
+ f578312 pwn Driver - change STDIN color in chatGPT.pwn mode from red to yellow for easier readability.
92
+ e302627 Merge pull request #242 from ninp0/master
93
+ 6342d95 pwn Driver - #rubocop #monkey_patch fixes
94
+ 1be9771 Merge pull request #241 from ninp0/master
95
+ fc63af5 pwn Driver - #rubocop_auto_gen_config #monkey_patch
96
+ ecedc4d pwn Driver - implement ChatGPT mode and make REPL behave differently when pry_instance.config.chat_gpt = true
97
+ 280d70d Merge pull request #240 from ninp0/master
98
+ f636f5b pwn Driver - remember token value if prompted for OpenAI API token
99
+ 56dcc61 Merge pull request #239 from ninp0/master
100
+ 2a942d7 pwn Driver - complete pwn_chat (i.e. OpenAI ChatGPT) integration into REPL via toggle-chat_gpt* commands
101
+ d549bd7 Merge pull request #238 from ninp0/master
102
+ 3723fd5 pwn_chat Driver - remove deprecated code
103
+ 75f663f Merge pull request #237 from ninp0/master
104
+ 55245f8 pwn_chat Driver - move context history retention and voice capabilities to PWN::Plugins::OpenAI module
105
+ c644612 Merge pull request #236 from ninp0/master
106
+ 8a71e14 pwn_chat Driver - squeeze in as much historical context the API will tolerate.
107
+ 6c2806b Merge pull request #235 from ninp0/master
108
+ 37ee284 pwn_chat Driver - add a --voice parameter to speak answers via PWN::Plugins::Voice module
109
+ 7e9d774 Merge pull request #234 from ninp0/master
110
+ 40b2a97 pwn_chat Driver - Build a PWN chatbot w/ Pry and OpenAI (i.e. AI REPL)
111
+ b8f0423 Merge pull request #233 from ninp0/master
112
+ bd47daa pwn_owasp_zap_active_scan Driver - handle default proxy options in PWN::Plugins::OwaspZAP module
113
+ 639fb17 Merge pull request #232 from ninp0/master
114
+ 987e85a PWN::Plugins::OwaspZAP module - #rubocop_fixes and code cleanup
115
+ 3cc59b9 PWN::Plugins::BurpSuite module - rollback to static port assignment since both jars statically define ports :P and PWN::Plugins::OwaspZAP module - bugfix in random port assignment
116
+ 3cacddf Merge pull request #231 from ninp0/master
117
+ 33bf915 PWN::Plugins::Sock module - implement #get_random_unused_port method and leverage this method in PWN::Plugins::BareSIP, PWN::Plugins::BurpSuite, and PWN::Plugins::OwaspZAP modules
118
+ bb7c4b7 Merge pull request #230 from ninp0/master
119
+ 5332bf4 PWN::Plugins::Sock - #rubocop_fix
120
+ f88f912 PWN::Plugins::BurpSuite - change how BurpSuite Pro starts to avoid licensing change in burp.StartBurp
121
+ 051c88a Merge pull request #228 from ninp0/master
122
+ 0fd354c PWN file cleanup
123
+ 1492fd5 Merge pull request #227 from ninp0/master
124
+ f3556a8 PWN::Banner::Matrix - Faster response time
125
+ c550ff9 Merge pull request #226 from ninp0/master
126
+ 8a285ad #rubocop Fixes
127
+ 3ab6490 .ruby-version - Bump to Ruby 3.2.2
128
+ 884e414 Merge pull request #225 from ninp0/master
129
+ b8c2018 pwn.gemspec - ensure every PWN module contains an RSpec test #slight_tweak
130
+ 191810c pwn.gemspec - ensure every PWN module contains an RSpec test #more_explicit
131
+ 2cd592d pwn.gemspec - ensure every PWN module contains an RSpec test #bugfixes & add version_spec.rb RSpec test
132
+ 6568c28 Merge pull request #224 from ninp0/master
133
+ 27a89b2 pwn.gemspec - ensure every PWN module contains an RSpec test
134
+ 34a2390 Rspec - add test for PWN::SAST::OuterHTML module
135
+ 08f103e Merge pull request #223 from ninp0/master
136
+ ec4b4a5 PWN::Plugins::PWNLogger - add logging verbosity level parameter in #create method, add some Rspec tests, and remove deprecated module PWN::Plugins::HTTPInterceptHelper
137
+ 0754c34 Merge pull request #222 from ninp0/master
138
+ 947af5e PWN::Plugins::OpenAI module - #minor_tweak
139
+ 07190f2 Merge pull request #221 from ninp0/master
140
+ c0ac132 PWN::Plugins::OpenAI module - #bugfixes in #chat method...ensure http_body and response objects are in sync / all conversation history is included.
141
+ 9277d0b Merge pull request #220 from ninp0/master
142
+ 8e9542a PWN::Plugins::OpenAI module - implement the ability to make the #chat method conversational, using previously returned response objects to be passed back into the #chat method using the #response_history parameter.
143
+ 5ba925a Merge pull request #219 from ninp0/master
144
+ de3cc39 PWN::Plugins::OpenAI module - disable content filtering in #char method when using gpt-3.5-turbo model
145
+ 764af6d Merge pull request #218 from ninp0/master
146
+ 5674b59 PWN::Plugins::OpenAI module - combine #chat && #default_chat methods
147
+ e7aa7b7 Merge pull request #217 from ninp0/master
148
+ f3b6a58 PWN::Plugins::OpenAI module - change default chat model froom text-davinci-003 to gpt-3.5-turbo
149
+ f536f0c Merge pull request #216 from ninp0/master
150
+ e9f12af Gemfile && PWN::Plugins::Jenkins module - replace jenkins_api_client gem with jenkins_api_client2 gem to re-enable capabilities within PWN::Plugins::Jenkins
151
+ 16f22f6 Merge pull request #215 from ninp0/master
152
+ 8a6d38b pwn_diff_csv_files_w_column_exclude Driver - Initial working commit
153
+ 776b5df Merge pull request #214 from ninp0/master
154
+ 82f385f Rubocop - fixes and refresh .rubocop_todo.yml
155
+ 91e77f6 Gemfile - bump to latest versions
156
+ 0005e4c Merge pull request #213 from ninp0/master
157
+ 3e15d2a Gemile - add netaddr gem to work with CIDR ranges
158
+ c3c8589 Merge pull request #212 from ninp0/master
159
+ 2fe7f91 PWN::Plugins::OpenAI plugin - distinguish between models available in #default_chat and #chat_gpt (coming soon)
160
+ c90316b Merge pull request #211 from ninp0/master
161
+ 91e7a21 .ruby-version - Bump to ruby-3.2.1 and #bugfix in pwn.gemspec for spec.required_ruby_version
162
+ af77dd6 PWN::Plugins::TransparentBrowser module - replace deprecated capabilities parameter to Selenium with options instead
163
+ be5be7a Merge pull request #210 from ninp0/master
164
+ 9008606 PWN::Plugins::Shodan module - sleep 10s and retry when HTTP 429 response is received. Additionally, pwn_shodan_search sleep 1s between requests. Lastly, remove yard gem from Gemfile
165
+ e2c41c6 PWN::Plugins::Shodan module - sleep 10s and retry when HTTP 429 response is received. Additionally, pwn_shodan_search sleep 1s between requests.
166
+ 63624f6 PWN::Plugins::Shodan module - sleep 10s and retry when HTTP 429 response is received. Additionally, pwn_shodan_search sleep 1s between requests.
167
+ 5025f89 PWN::Plugins::Shodan module - sleep 10s and retry when HTTP 429 response is received. Additionally, pwn_shodan_search sleep 1s between requests.
168
+ ac491de PWN::Plugins::Shodan module - sleep 10s and retry when HTTP 429 response is received. Additionally, pwn_shodan_search sleep 1s between requests.
169
+ 9329275 Merge pull request #209 from ninp0/master
170
+ 7c57588 PWN::Plugins::OpenAI - better max_tokens auto-calculation w/ optional override. #tweak
171
+ 9660bd8 Merge pull request #208 from ninp0/master
172
+ da36496 PWN::Plugins::OpenAI - better max_tokens auto-calculation w/ optional override.
173
+ 010ea15 Merge pull request #207 from ninp0/master
174
+ aa2fdd4 PWN::SAST::MD5 module - line number parsing #bugfix
175
+ 564b9d3 PWN::SAST::MD5 module - tweak in rDoc && Add ffi gem to Gemfile
176
+ d1a79a6 PWN::SAST::MD5 module - initial commit to identify deprecated md5 objects, methods, classes, etc.
177
+ 1d07696 Merge pull request #206 from ninp0/master
178
+ 66692a0 README.md - sync versions
179
+ 65c8860 Merge pull request #205 from ninp0/master
180
+ f806e83 pwn gem - ensure its available when install via gem on endpoints #attempt_4
181
+ d978987 pwn gem - ensure its available when install via gem on endpoints #attempt_3
182
+ 7d94a33 pwn gem - ensure its available when install via gem on endpoints #attempt_2
183
+ 7b15826 pwn gem - ensure its available when install via gem on endpoints #attempt_2
184
+ 2762d35 pwn gem - ensure its available when install via gem on endpoints
185
+ c085063 Merge pull request #204 from ninp0/master
186
+ 1eea9ac PWN::VERSION - manual bump.
187
+ 5774e1f .ruby_version - more refactoring to bump to ruby-3.2.0 stable #rubocop_auto_gen_config
188
+ a57d942 .ruby_version - more refactoring to bump to ruby-3.2.0 stable
189
+ f59d25a Merge pull request #203 from ninp0/master
190
+ c73c3ba PWN::Plugins::Voice module - update #usage in #help method for #text_to_speech method
191
+ a9f1e09 Merge pull request #202 from ninp0/master
192
+ 0e992bc PWN::Plugins::Voice module - #bugfix in #mutate method when catching Interrupt
193
+ bb2da46 Merge pull request #201 from ninp0/master
194
+ 3fe7598 PWN::Plugins::Voice module - initial commit w/ #mutate , #speech_to_text , and #text_to_speech methods. Migrate PWN::Plugins::OpenAI.speech_to_text method to this module.
195
+ e3964b7 Merge pull request #200 from ninp0/master
196
+ a8f672e PWN::Plugins::BareSIP module - link to speech_totext file insteas of displaying in UI rows
197
+ 2b41516 pwn_phone Driver - change -h flag to -H
198
+ 9a55a44 Merge pull request #199 from ninp0/master
199
+ 9244486 PWN::Plugins::BareSIP module - implement basic #speech_to_text capability #bugfix
200
+ cccc78f PWN::Plugins::BareSIP module - implement basic #speech_to_text capability
201
+ 9e0348f Merge pull request #198 from ninp0/master
202
+ 9fc6b42 PWN::Plugins::OpenAI - implement basic #speech_to_text method #rubocop_fixes
203
+ e7aeaaf PWN::Plugins::OpenAI - implement basic #speech_to_text method
204
+ 77ddbdd Merge pull request #197 from ninp0/master
205
+ 2a0bebb PWN::Plugin::OpenAI module - implement #img_gen method
206
+ 649e61f Merge pull request #196 from ninp0/master
207
+ 287c401 PWN::Plugins::Char module - #rubocop fix
208
+ 3233079 PWN::Plugins::ChatSonic module - remove, not a fan of the inconsistent responses and laxk of code generation
209
+ c8f6e2b Merge pull request #195 from ninp0/master
210
+ f5bd226 PWN::Plugins::ChatSonic module - initial commit
211
+ d7d2d55 Merge pull request #194 from ninp0/master
212
+ 24bad3f PWN::OpenAI module - #get_models http method #bugfix
213
+ de8f29c Merge pull request #193 from ninp0/master
214
+ 0d19645 PWN::OpenAI module - implement max_tokens and temp params in #chat_gpt method, better input val
215
+ 20c3b85 Merge pull request #192 from ninp0/master
216
+ 94616c2 PWN::OpenAI module - implement max_tokens and temp params in #chat_gpt method and remove alt response param because chatgpt bsed me about the existence of text-generations vs completions #bugfix
217
+ 2b43264 Merge pull request #191 from ninp0/master
218
+ 209f3a5 PWN::OpenAI module - implement max_tokens and temp params in #chat_gpt method and remove alt response param because chatgpt bsed me about the existence of text-generations vs completions
219
+ 130ed78 Merge pull request #190 from ninp0/master
220
+ 454cb1f PWN::OpenAI module - support choice for mutiple models and whether to use a more structed response via the completions url path or a more creative, less structered approach using the text-generations url path
221
+ d7de082 Merge pull request #189 from ninp0/master
222
+ e0a6198 .ruby_version - rollback to 3.1.3...3.2.0 gems not ready
223
+ b76f1eb .ruby_version - more refactoring to bump to ruby-3.2.0 stable
224
+ 92f6671 .ruby-version - bump to 3.2.0
225
+ 152f9ff Merge pull request #188 from ninp0/master
226
+ bf3664d PWN:Plugins::OpenAI module - initial commit, which includes #chat_gpt method
227
+ ecfdae1 Merge pull request #187 from ninp0/master
228
+ 8af2577 .ruby-version - Bump ruby to 3.1.3 stable
229
+ a6b73f1 Merge pull request #186 from ninp0/master
230
+ e8d483b PWN::Plugins::IBMAppScan module - #rubocop fix
231
+ 792a4d8 Gemfile - bump gems to latest versions
232
+ 8498886 Merge pull request #185 from ninp0/master
233
+ 77dc447 PWN::Plugin::NmapIt module - change require value from upstream gem Class path update
234
+ 2670fbb PWN::Plugin::BurpSuite - refactor URI for #generate_scan_report method
235
+ 517d1a1 Merge pull request #184 from ninp0/master
236
+ 8a0718c pwn_www_uri_buster Driver - rescue combine connection-related exceptions into one block and call out its respective class name in the report
237
+ 09591d0 pwn_www_uri_buster Driver - rescue RestClient::ServerBrokeConnection
238
+ e7bbc3f pwn_www_uri_buster Driver - rescue RestClient::ServerBrokeConnection
239
+ e5a1d5f Merge pull request #183 from ninp0/master
240
+ 4b038eb pwn_www_uri_buster Driver - rescue RestClient::Exceptions::ReadTimeout (better description of this event in the report)
241
+ 21dd0ba Merge pull request #182 from ninp0/master
242
+ b058535 pwn_www_uri_buster Driver - rescue RestClient::Exceptions::ReadTimeout
243
+ 9f21409 Merge pull request #181 from ninp0/master
244
+ 38e1936 pwn_www_uri_buster Driver - implement --only-report-response-codes paramater to distill only interested results in report cat integer to string #bugfix
245
+ 0504a28 Merge pull request #180 from ninp0/master
246
+ cd18007 pwn_www_uri_buster Driver - implement --only-report-response-codes paramater to distill only interested results in report #bugfix
247
+ 434535d Merge pull request #179 from ninp0/master
248
+ c397f6d pwn_www_uri_buster Driver - implement --only-report-response-codes paramater to distill only interested results in report
249
+ 253fe02 Merge pull request #178 from ninp0/master
250
+ b188362 Drivers w/ PWN_PROVIDER - default to ruby-gem if PWN_PROVIDER env is missing #bugfix #rubocop
251
+ 79cfdc5 Drivers w/ PWN_PROVIDER - default to ruby-gem if PWN_PROVIDER env is missing #bugfix
252
+ b5227a8 Merge pull request #177 from ninp0/master
253
+ a6bf15f pwn_www_uri_buster - return valid response hashes from #request_path method #bugfix
254
+ a4509d7 Merge pull request #176 from ninp0/master
255
+ cffbcd6 Merge branch 'master' of ssh://github.com/ninp0/pwn
256
+ 98ac671 pwn_www_uri_buster - return valid response hashes from #request_path method #bugfix
257
+ f88aaa5 Merge pull request #175 from ninp0/master
258
+ 2033372 build_pwn_gem.sh - migrate push of gem to rubygems to git_commit_test_reinit_gem.sh
259
+ afbe928 Drivers w/ PWN_PROVIDER - default to ruby-gem if PWN_PROVIDER env is missing #bugfix
260
+ 1974667 Merge pull request #174 from ninp0/master
261
+ ec7eac6 Drivers w/ PWN_PROVIDER - default to ruby-gem if PWN_PROVIDER env is missing
262
+ 8d016a6 Merge pull request #173 from ninp0/master
263
+ fb62eff Packer provisioner - add fftw3-dev dependency
264
+ a252a68 Merge pull request #172 from ninp0/master
265
+ adfbffc rubicop - regenerate TODOs
266
+ e8c451b Grmfile - bump versions to latest
267
+ 4837f9d Merge pull request #171 from ninp0/master
268
+ 1da5df5 PWN::Plugins::BareSIP & pwn_phone Driver - ensure only respective screen session stops if terminated by other party, instead of entire thread pool #bugfix
269
+ 8a306f2 Merge pull request #170 from ninp0/master
270
+ 79cbafc PWN::Plugins::BareSIP & pwn_phone Driver - ensure all calls stop if interrupt detected #bugfix
271
+ 77810df PWN::Plugins::BareSIP & pwn_phone Driver - ensure all calls stop if interrupt detected #bugfix
272
+ 2ce891a PWN::Plugins::BareSIP & pwn_phone Driver - ensure all calls stop if interrupt detected
273
+ 6de2ffd PWN::Plugins::BareSIP & pwn_phone Driver - Implement custom source number
274
+ dc2a55e Merge pull request #169 from ninp0/master
275
+ 28edadc Gemfile - bump to latest versions, particularly to address sqlite3 gem vuln
276
+ b21dbe8 Merge pull request #168 from ninp0/master
277
+ 9a5b28d PWN::Plugins::BareSIP module - implement threaded calls #slight_tweak
278
+ 40acb11 Merge pull request #167 from ninp0/master
279
+ 35a4aca pwn_www_uri_buster Driver - better memory integrity in ThreadPool.fill block #bugfix
280
+ c87337b Merge pull request #166 from ninp0/master
281
+ 91d3ac9 pwn_www_uri_buster Driver - better memory integrity in ThreadPool.fill block
282
+ 799afc8 Merge pull request #165 from ninp0/master
283
+ dcc73e5 PWN::Plugins::BareSIP module - implement threaded calls
284
+ 2241072 Merge pull request #164 from ninp0/master
285
+ bd9154d PWN::Plugins::BareSIP module - bugfix in spectrogram PNG generation
286
+ 9cd8f9c Merge pull request #163 from ninp0/master
287
+ aa6f754 PWN::SAST::PHPInputMechanisms - Initial commit
288
+ b6da8f5 Merge pull request #162 from ninp0/master
289
+ d9c610f pwn_sast Driver - add PHPTypeJuggling && WindowLocationHash test cases
290
+ 3567254 Merge pull request #161 from ninp0/master
291
+ 5a10f45 PWN::SAST::PHPTypeJuggling - Initial commit
292
+ b274ee3 Merge pull request #160 from ninp0/master
293
+ 68e2f39 pwn_www_uri_buster Driver - handle RestClient::ServerBrokeConnection in rescue
294
+ c800de0 Merge pull request #159 from ninp0/master
295
+ de15120 pwn_www_uri_buster Driver && PWN::Reports::URIBuster module - add http_resp_length && make URIs in report clickable
296
+ 75f64b9 Merge pull request #158 from ninp0/master
297
+ 81a5604 pwn_www_uri_buster Driver - add --proxy argument for MiTM proxy support #rubocop_fix
298
+ 0bf0c71 pwn_www_uri_buster Driver - add --proxy argument for MiTM proxy support
299
+ cd6557a Merge pull request #157 from ninp0/master
300
+ e54fcf8 pwn_www_uri_buster Driver - add HTTP PATCH method
301
+ c3df18b Merge pull request #156 from ninp0/master
302
+ 5e709cd pwn_www_uri_buster Driver - rescue RestClient::ExceptionWithResponse
303
+ c86e8bd Merge pull request #155 from ninp0/master
304
+ 568e37c pwn_www_uri_buster Driver - rescue add RestClient::InternalSercerError
305
+ 38d20dd Merge pull request #154 from ninp0/master
306
+ 4584c7e pwn_www_uri_buster Driver - rescue add RestClient::GatewayTimeout
307
+ d396c32 Merge pull request #153 from ninp0/master
308
+ b548926 pwn_www_uri_buster Driver - rescue add RestClient::ServiceUnavailable
309
+ df70edd Merge pull request #152 from ninp0/master
310
+ 9277c90 pwn_www_uri_buster Driver - Implement feature to include HTTP request headers to be passed into each wordlist attempt
311
+ 03e4edb Merge pull request #151 from ninp0/master
312
+ d1ef5fe pwn_www_uri_buster Driver - URL encode only wordlist lines to that respond with invalid URI error
313
+ d473b35 Merge pull request #150 from ninp0/master
314
+ a782b62 pwn_www_uri_buster Driver - rescue add RestClient::MethodNotAllowed, handle too many requests, and bugfix in pwn_provider object #bugfixes
315
+ 95db7b1 pwn_www_uri_buster Driver - rescue add RestClient::MethodNotAllowed
316
+ 062d0eb Merge pull request #149 from ninp0/master
317
+ 6755126 pwn_www_uri_buster Driver - require cgi gem #bugfix
318
+ 3a21cac Merge pull request #148 from ninp0/master
319
+ 037e7fd pwn_www_uri_buster Driver - URL encode wordlist lines to prevent invalid URI errors
320
+ cb615ec Merge pull request #147 from ninp0/master
321
+ 9b33c51 pwn_www_uri_buster Driver - only include last 300 bytes of http response in report
322
+ 6ae3fe1 Merge pull request #146 from ninp0/master
323
+ ac2fabe pwn_www_uri_buster Driver - add wordlist to default filename
324
+ 831ea01 Merge pull request #145 from ninp0/master
325
+ 87f181f pwn_www_uri_buster Driver - http_methods, remove CONNECT method #bugfix
326
+ 87fe904 Merge pull request #144 from ninp0/master
327
+ 2f715ad pwn_www_uri_buster Driver - rest_client object #bugfix
328
+ 14206fc pwn_www_uri_buster Driver - timestamp #bugfix
329
+ 46afd6f Merge pull request #143 from ninp0/master
330
+ d05e423 pwn_www_uri_buster Driver - --target-url #bugfix
331
+ 332bfa4 Merge pull request #142 from ninp0/master
332
+ e465525 pwn_www_uri_buster Driver - initial commit. Lots of these out here but want one w/ complete control.
333
+ 2979810 Merge pull request #141 from ninp0/master
334
+ 7e7b935 PWN::Plugins::Baresip - country, area, prefix, suffix padding #bugfix
335
+ 7330bcd Merge pull request #140 from ninp0/master
336
+ c4107ed PWN::Plugins::Baresip - implement working #apply_src_num_rules method
337
+ 2b480d8 Merge pull request #139 from ninp0/master
338
+ e136f0b PWN::SAST::* modules - exclude entries that contain "test" in entry path (i.e. dont evalutate test cases for anti-patterns due to extremely high false+ rate). Downside is it could lead to false- uptick, however, I suspect it will be less than current false+ rate.
339
+ b39e2c3 Merge pull request #138 from ninp0/master
340
+ 2af3f7b PWN::SAST::InnerHTML module - #bugfix in incorrect key name for cwe_uri in #security_references method
341
+ 2693e81 Merge pull request #137 from ninp0/master
342
+ 0e6d298 pwn_phone driver && PWN::Plugins::BareSIP module - initial working commits
343
+ b9d5261 pwn_android_wardialer - bugfix in waveform generation
344
+ fc3e3e6 Merge pull request #136 from ninp0/master
345
+ adf6793 PWN::SAST::* && PWN::Reports::SAST - change security_requirements key to security_references
346
+ dd28ca0 Merge pull request #135 from ninp0/master
347
+ 164e617 PWN::Plugins::OwaspZap - redact attempt to remove file that never exists
348
+ bd6c0f7 Merge pull request #134 from ninp0/master
349
+ 193390d PWN::SAST::* && PWN::Reports::SAST - eliminate pushing filename hash onto an array (use hash only)...i.e. increase reporting efficiency
350
+ 9d14f41 Merge pull request #133 from ninp0/master
351
+ 2e18f1c PWN::Reports::SAST module - UI #tweak
352
+ 82eb2d7 Merge pull request #132 from ninp0/master
353
+ 6fc615e PWN::Reports::* - bugfix in JSON.pretty_generate
354
+ eaa9cfb Merge pull request #131 from ninp0/master
355
+ 9e5936d pwn_simple_http_server Driver - #bugfix in adapter parameter
356
+ 7cf6257 Merge pull request #130 from ninp0/master
357
+ dc34d74 PWN SAST - refactor Driver, Report, and Modules to allow for security requirements in addition to NIST 800-53 (e.g. CWE) to allow for integrations into OWASPs DefectDojo reporting tool #bugfixes
358
+ cf7d115 PWN SAST - refactor Driver, Report, and Modules to allow for security requirements in addition to NIST 800-53 (e.g. CWE) to allow for integrations into OWASPs DefectDojo reporting tool
359
+ 5ab9c55 Merge pull request #129 from ninp0/master
360
+ a7241c9 PWN Framework - #rubocop
361
+ 206dc42 PWN::Reports::* - JSON.pretty_generate(results_hash)
362
+ 927b878 Merge pull request #128 from ninp0/master
363
+ 12ed8de PWN modules and drivers - parameterize all #system methods
364
+ 9ff7bbe Merge pull request #127 from ninp0/master
365
+ 778a4f1 PWN::Plugins::Gist module - rename to PWN::Plugins::Github
366
+ c650495 Merge pull request #126 from ninp0/master
367
+ 4e0735f git_commit_test_reinit_gem.sh - Implement CHANGELOG_BETWEEN_TAGS.txt
368
+ 9581a0c Merge pull request #125 from ninp0/master
369
+ aed4e56 Merge pull request #124 from ninp0/master
370
+ 67e8e8d Merge pull request #123 from ninp0/master
371
+ b40f611 Merge pull request #122 from ninp0/master
372
+ 8e148ff Merge pull request #121 from ninp0/master
373
+ 5878045 Merge pull request #120 from ninp0/master
374
+ fffaeb4 Merge pull request #119 from ninp0/master
375
+ da13380 Merge pull request #118 from ninp0/master
376
+ 0ec0f71 Merge pull request #117 from ninp0/master
377
+ f5ed6c6 Merge pull request #116 from ninp0/master
378
+ 97e39f0 Merge pull request #115 from ninp0/master
379
+ 6c456a7 Merge pull request #114 from ninp0/master
380
+ eafe8c7 Merge pull request #113 from ninp0/master
381
+ 3c187fe Merge pull request #112 from ninp0/master
382
+ ad3d0eb Merge pull request #111 from ninp0/master
383
+ 27bf28f Merge pull request #110 from ninp0/master
384
+ 93bc614 Merge pull request #109 from ninp0/master
385
+ 1c5ee31 Merge pull request #108 from ninp0/master
386
+ 922ec62 Merge pull request #107 from ninp0/master
387
+ 55bb8ab Merge pull request #106 from ninp0/master
388
+ 51e85bd Merge pull request #105 from ninp0/master
389
+ a558975 Merge pull request #104 from ninp0/master
390
+ 1bfe151 Merge pull request #103 from ninp0/master
391
+ 5fd9dca Merge pull request #102 from ninp0/master
392
+ 433f2b0 Merge pull request #101 from ninp0/master
393
+ dd149c1 Merge pull request #100 from ninp0/master
394
+ 4728998 Merge pull request #99 from ninp0/master
395
+ bdb4894 Merge pull request #98 from ninp0/master
396
+ 177d75e Merge pull request #97 from ninp0/master
397
+ 34639d2 Merge pull request #96 from ninp0/master
398
+ 4d2e8de Merge pull request #95 from ninp0/master
399
+ 08e1ef6 Merge pull request #94 from ninp0/master
400
+ 2f473b4 Merge pull request #93 from ninp0/master
401
+ 976c337 Merge pull request #92 from ninp0/master
402
+ cadefc5 Merge pull request #91 from ninp0/master
403
+ 60fb2b7 Merge pull request #90 from ninp0/master
404
+ 21e7d03 Merge pull request #89 from ninp0/master
405
+ f524912 Merge pull request #88 from ninp0/master
406
+ df3c3d5 Merge pull request #87 from ninp0/master
407
+ dcd0940 Merge pull request #86 from ninp0/master
408
+ c225e15 Merge pull request #85 from ninp0/master
409
+ 9103491 Merge pull request #84 from ninp0/master
410
+ 5b1a06d Merge pull request #83 from ninp0/master
411
+ aedf742 Merge pull request #82 from ninp0/master
412
+ 300b1e0 Merge pull request #81 from ninp0/master
413
+ de05ac5 Merge pull request #80 from ninp0/master
414
+ a5e73a7 Merge pull request #79 from ninp0/master
415
+ 0fb95f6 Merge pull request #78 from ninp0/master
416
+ 4959184 Merge pull request #77 from ninp0/master
417
+ 947657d Merge pull request #76 from ninp0/master
418
+ 1b6d234 Merge pull request #75 from ninp0/master
419
+ 76f35bc Merge pull request #74 from ninp0/master
420
+ de3c392 Merge pull request #73 from ninp0/master
421
+ fb3a807 Merge pull request #72 from ninp0/master
422
+ 0f9f6db Merge pull request #71 from ninp0/master
423
+ c3c0a86 Merge pull request #70 from ninp0/master
424
+ c13b10a Merge pull request #69 from ninp0/master
425
+ 67f4b61 Merge pull request #68 from ninp0/master
426
+ de2af9e Merge pull request #67 from ninp0/master
427
+ bf8db61 Merge pull request #66 from ninp0/master
428
+ 198528d Merge pull request #65 from ninp0/master
429
+ 81d108e Merge pull request #64 from ninp0/master
430
+ 9e83ba7 Merge pull request #63 from ninp0/master
431
+ 9d80750 Merge pull request #62 from ninp0/master
432
+ 8b64a43 Merge pull request #61 from ninp0/master
433
+ 64a8f7b Merge pull request #60 from ninp0/master
434
+ 7f880be Merge pull request #59 from ninp0/master
435
+ 35243f4 Merge pull request #58 from ninp0/master
436
+ 0654a58 Merge pull request #57 from ninp0/master
437
+ e1d141a Merge pull request #56 from ninp0/master
438
+ aa6ef9e Merge pull request #55 from ninp0/master
439
+ 30d0183 Merge pull request #54 from ninp0/master
440
+ 60750ae Merge pull request #53 from ninp0/master
441
+ 1047ef8 Merge pull request #52 from ninp0/master
442
+ ba2f8de Merge pull request #51 from ninp0/master
443
+ 1c0e6d6 Merge pull request #50 from ninp0/master
444
+ 804fcda Merge pull request #49 from ninp0/master
445
+ cb44fce Merge pull request #48 from ninp0/master
446
+ 8a555c2 Merge pull request #47 from ninp0/master
447
+ 89dca1f Merge pull request #46 from ninp0/master
448
+ a3f870c Merge pull request #45 from ninp0/master
449
+ 21d4773 Merge pull request #44 from ninp0/master
450
+ df819e3 Merge pull request #43 from ninp0/master
451
+ 369f820 Merge pull request #42 from ninp0/master
452
+ 27d90d1 Merge pull request #41 from ninp0/master
453
+ 0c41e75 Merge pull request #40 from ninp0/master
454
+ cdc34ce Merge pull request #39 from ninp0/master
455
+ 0ae704b Merge pull request #38 from ninp0/master
456
+ aa06418 Merge pull request #37 from ninp0/master
457
+ 17151a9 Merge pull request #36 from ninp0/master
458
+ a238b43 Merge pull request #35 from ninp0/master
459
+ 342bf90 Merge pull request #34 from ninp0/master
460
+ fb24b3c Merge pull request #33 from ninp0/master
461
+ 445d1a3 Merge pull request #32 from ninp0/master
462
+ 100da52 Merge pull request #31 from ninp0/master
463
+ 1f176ba Merge pull request #30 from ninp0/master
464
+ 655b530 Merge pull request #29 from ninp0/master
465
+ 32f20ee Merge pull request #28 from ninp0/master
466
+ 6324a32 Merge pull request #27 from ninp0/master
467
+ 10dd4e0 Merge pull request #26 from ninp0/master
468
+ dd05dd5 Merge pull request #25 from ninp0/master
469
+ 376afac Merge pull request #24 from ninp0/master
470
+ e13e601 Merge pull request #23 from ninp0/master
471
+ b073d81 Merge pull request #22 from ninp0/master
472
+ fb00083 Merge pull request #21 from ninp0/master
473
+ e1e4f08 Merge pull request #20 from ninp0/master
474
+ 9014577 Merge pull request #19 from ninp0/master
475
+ cd3bfea Merge pull request #18 from ninp0/master
476
+ 464977e Merge pull request #17 from ninp0/master
477
+ 7aa3369 Merge pull request #16 from ninp0/master
478
+ acd3698 Merge pull request #15 from ninp0/master
479
+ 9536196 Merge pull request #14 from ninp0/master
480
+ ac1493b Merge pull request #13 from ninp0/master
481
+ 7c1b0ce Merge pull request #12 from ninp0/master
482
+ 06e0896 Merge pull request #11 from ninp0/master
483
+ 6127fb9 Merge pull request #10 from ninp0/master
484
+ bd9faaa Merge pull request #9 from ninp0/master
485
+ ce24df5 Merge pull request #8 from ninp0/master
486
+ 33fd8ab Merge pull request #7 from ninp0/master
487
+ bfea776 Merge pull request #6 from ninp0/master
488
+ dce8c00 Merge pull request #5 from ninp0/master
489
+ a8fa417 Merge pull request #4 from ninp0/master
490
+ fabefe8 Merge pull request #3 from ninp0/master
491
+ 16beda8 Merge pull request #2 from ninp0/master
492
+ 426a0ec Merge pull request #1 from ninp0/master
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.700]:001 >>> PWN.help
40
+ pwn[v0.4.701]: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.700]:001 >>> PWN.help
55
+ pwn[v0.4.701]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -20,7 +20,7 @@ OptionParser.new do |options|
20
20
  opts[:output_results] = o
21
21
  end
22
22
 
23
- options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || :tor>') do |p|
23
+ options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || tor>') do |p|
24
24
  opts[:proxy] = p
25
25
  end
26
26
  end.parse!
@@ -14,7 +14,7 @@ OptionParser.new do |options|
14
14
  opts[:regex] = r
15
15
  end
16
16
 
17
- options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || :tor>') do |p|
17
+ options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || tor>') do |p|
18
18
  opts[:proxy] = p
19
19
  end
20
20
  end.parse!
@@ -38,7 +38,7 @@ OptionParser.new do |options|
38
38
  opts[:mfa] = f
39
39
  end
40
40
 
41
- options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || :tor>') do |p|
41
+ options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || tor>') do |p|
42
42
  opts[:proxy] = p
43
43
  end
44
44
  end.parse!
data/bin/pwn_www_checkip CHANGED
@@ -10,7 +10,7 @@ OptionParser.new do |options|
10
10
  #{$PROGRAM_NAME} [opts]
11
11
  "
12
12
 
13
- options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || :tor>') do |p|
13
+ options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || tor>') do |p|
14
14
  opts[:proxy] = p
15
15
  end
16
16
 
@@ -26,7 +26,7 @@ OptionParser.new do |options|
26
26
  opts[:browser_type] = b
27
27
  end
28
28
 
29
- options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || :tor>') do |p|
29
+ options.on('-pPROXY', '--proxy=PROXY', '<Optional - HTTP or Socks Proxy || tor>') do |p|
30
30
  opts[:proxy] = p
31
31
  end
32
32
 
@@ -34,7 +34,7 @@ module PWN
34
34
  # Supported Method Parameters::
35
35
  # browser_obj1 = PWN::Plugins::TransparentBrowser.open(
36
36
  # browser_type: :firefox|:chrome|:headless|:rest|:websocket,
37
- # proxy: 'optional - scheme://proxy_host:port || :tor',
37
+ # proxy: 'optional - scheme://proxy_host:port || tor',
38
38
  # with_devtools: 'optional - boolean (defaults to false)'
39
39
  # )
40
40
 
@@ -44,8 +44,8 @@ module PWN
44
44
  proxy = opts[:proxy].to_s unless opts[:proxy].nil?
45
45
 
46
46
  tor_obj = nil
47
- if opts[:proxy] == :tor
48
- tor_obj = PWN::Plugins::Tor.start if opts[:proxy] == :tor
47
+ if opts[:proxy] == 'tor'
48
+ tor_obj = PWN::Plugins::Tor.start
49
49
  proxy = "socks5://#{tor_obj[:ip]}:#{tor_obj[:port]}"
50
50
  end
51
51
 
@@ -343,7 +343,7 @@ module PWN
343
343
  puts "USAGE:
344
344
  browser_obj1 = #{self}.open(
345
345
  browser_type: :firefox|:chrome|:headless_chrome|:headless_firefox|:rest|:websocket,
346
- proxy: 'optional scheme://proxy_host:port || :tor',
346
+ proxy: 'optional scheme://proxy_host:port || tor',
347
347
  with_devtools: 'optional - boolean (defaults to false)'
348
348
  )
349
349
  puts browser_obj1.public_methods
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.700'
4
+ VERSION = '0.4.701'
5
5
  end
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::AppCobaltIO.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -108,7 +108,7 @@ module PWN
108
108
  puts "USAGE:
109
109
  browser_obj = #{self}.open(
110
110
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
111
- proxy: 'optional - scheme://proxy_host:port || :tor'
111
+ proxy: 'optional - scheme://proxy_host:port || tor'
112
112
  )
113
113
  puts browser_obj.public_methods
114
114
 
data/lib/pwn/www/bing.rb CHANGED
@@ -7,7 +7,7 @@ module PWN
7
7
  # Supported Method Parameters::
8
8
  # browser_obj = PWN::WWW::Bing.open(
9
9
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
- # proxy: 'optional scheme://proxy_host:port || :tor'
10
+ # proxy: 'optional scheme://proxy_host:port || tor'
11
11
  # )
12
12
 
13
13
  public_class_method def self.open(opts = {})
@@ -66,7 +66,7 @@ module PWN
66
66
  puts "USAGE:
67
67
  browser_obj = #{self}.open(
68
68
  browser_type: 'optional :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
69
- proxy: 'optional scheme://proxy_host:port || :tor'
69
+ proxy: 'optional scheme://proxy_host:port || tor'
70
70
  )
71
71
  puts browser_obj.public_methods
72
72
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::BugCrowd.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -105,7 +105,7 @@ module PWN
105
105
  puts "USAGE:
106
106
  browser_obj = #{self}.open(
107
107
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
108
- proxy: 'optional - scheme://proxy_host:port || :tor'
108
+ proxy: 'optional - scheme://proxy_host:port || tor'
109
109
  )
110
110
  puts browser_obj.public_methods
111
111
 
@@ -10,7 +10,7 @@ module PWN
10
10
  # Supported Method Parameters::
11
11
  # browser_obj = PWN::WWW::Checkip.open(
12
12
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
13
- # proxy: 'optional - scheme://proxy_host:port || :tor'
13
+ # proxy: 'optional - scheme://proxy_host:port || tor'
14
14
  # )
15
15
 
16
16
  public_class_method def self.open(opts = {})
@@ -53,7 +53,7 @@ module PWN
53
53
  puts "USAGE:
54
54
  browser_obj = #{self}.open(
55
55
  browser_type: 'optional :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
56
- proxy: 'optional - scheme://proxy_host:port || :tor'
56
+ proxy: 'optional - scheme://proxy_host:port || tor'
57
57
  )
58
58
  puts browser_obj.public_methods
59
59
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::CoinbasePro.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -105,7 +105,7 @@ module PWN
105
105
  puts "USAGE:
106
106
  browser_obj = #{self}.open(
107
107
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
108
- proxy: 'optional - scheme://proxy_host:port || :tor'
108
+ proxy: 'optional - scheme://proxy_host:port || tor'
109
109
  )
110
110
  puts browser_obj.public_methods
111
111
 
@@ -7,7 +7,7 @@ module PWN
7
7
  # Supported Method Parameters::
8
8
  # browser_obj = PWN::WWW::Duckduckgo.open(
9
9
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
- # proxy: 'optional - scheme://proxy_host:port || :tor'
10
+ # proxy: 'optional - scheme://proxy_host:port || tor'
11
11
  # )
12
12
 
13
13
  public_class_method def self.open(opts = {})
@@ -84,7 +84,7 @@ module PWN
84
84
  puts "USAGE:
85
85
  browser_obj = #{self}.open(
86
86
  browser_type: 'optional :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
87
- proxy: 'optional - scheme://proxy_host:port || :tor'
87
+ proxy: 'optional - scheme://proxy_host:port || tor'
88
88
  )
89
89
  puts browser_obj.public_methods
90
90
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Facebook.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -94,7 +94,7 @@ module PWN
94
94
  puts "USAGE:
95
95
  browser_obj = #{self}.open(
96
96
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
97
- proxy: 'optional - scheme://proxy_host:port || :tor'
97
+ proxy: 'optional - scheme://proxy_host:port || tor'
98
98
  )
99
99
  puts browser_obj.public_methods
100
100
 
@@ -7,7 +7,7 @@ module PWN
7
7
  # Supported Method Parameters::
8
8
  # browser_obj = PWN::WWW::Google.open(
9
9
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
- # proxy: 'optional - scheme://proxy_host:port || :tor'
10
+ # proxy: 'optional - scheme://proxy_host:port || tor'
11
11
  # )
12
12
 
13
13
  public_class_method def self.open(opts = {})
@@ -86,7 +86,7 @@ module PWN
86
86
  puts "USAGE:
87
87
  browser_obj = #{self}.open(
88
88
  browser_type: 'optional :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
89
- proxy: 'optional - scheme://proxy_host:port || :tor'
89
+ proxy: 'optional - scheme://proxy_host:port || tor'
90
90
  )
91
91
  puts browser_obj.public_methods
92
92
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::HackerOne.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -94,7 +94,7 @@ module PWN
94
94
  puts "USAGE:
95
95
  browser_obj = #{self}.open(
96
96
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
97
- proxy: 'optional - scheme://proxy_host:port || :tor'
97
+ proxy: 'optional - scheme://proxy_host:port || tor'
98
98
  )
99
99
  puts browser_obj.public_methods
100
100
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Linkedin.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -94,7 +94,7 @@ module PWN
94
94
  puts "USAGE:
95
95
  browser_obj = #{self}.open(
96
96
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
97
- proxy: 'optional - scheme://proxy_host:port || :tor'
97
+ proxy: 'optional - scheme://proxy_host:port || tor'
98
98
  )
99
99
  puts browser_obj.public_methods
100
100
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Pandora.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -94,7 +94,7 @@ module PWN
94
94
  puts "USAGE:
95
95
  browser_obj = #{self}.open(
96
96
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
97
- proxy: 'optional - scheme://proxy_host:port || :tor'
97
+ proxy: 'optional - scheme://proxy_host:port || tor'
98
98
  )
99
99
  puts browser_obj.public_methods
100
100
 
@@ -7,7 +7,7 @@ module PWN
7
7
  # Supported Method Parameters::
8
8
  # browser_obj = PWN::WWW::Pastebin.open(
9
9
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
- # proxy: 'optional - scheme://proxy_host:port || :tor'
10
+ # proxy: 'optional - scheme://proxy_host:port || tor'
11
11
  # )
12
12
 
13
13
  public_class_method def self.open(opts = {})
@@ -62,7 +62,7 @@ module PWN
62
62
  puts "USAGE:
63
63
  browser_obj = #{self}.open(
64
64
  browser_type: 'optional :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
65
- proxy: 'optional - scheme://proxy_host:port || :tor'
65
+ proxy: 'optional - scheme://proxy_host:port || tor'
66
66
  )
67
67
  puts browser_obj.public_methods
68
68
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Paypal.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -162,7 +162,7 @@ module PWN
162
162
  puts "USAGE:
163
163
  browser_obj = #{self}.open(
164
164
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
165
- proxy: 'optional - scheme://proxy_host:port || :tor'
165
+ proxy: 'optional - scheme://proxy_host:port || tor'
166
166
  )
167
167
  puts browser_obj.public_methods
168
168
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Synack.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -105,7 +105,7 @@ module PWN
105
105
  puts "USAGE:
106
106
  browser_obj = #{self}.open(
107
107
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
108
- proxy: 'optional - scheme://proxy_host:port || :tor'
108
+ proxy: 'optional - scheme://proxy_host:port || tor'
109
109
  )
110
110
  puts browser_obj.public_methods
111
111
 
data/lib/pwn/www/torch.rb CHANGED
@@ -7,7 +7,7 @@ module PWN
7
7
  # Supported Method Parameters::
8
8
  # browser_obj = PWN::WWW::Torch.open(
9
9
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
- # proxy: 'optional - scheme://proxy_host:port || :tor'
10
+ # proxy: 'optional - scheme://proxy_host:port || tor'
11
11
  # )
12
12
 
13
13
  public_class_method def self.open(opts = {})
@@ -80,7 +80,7 @@ module PWN
80
80
  puts "USAGE:
81
81
  browser_obj = #{self}.open(
82
82
  browser_type: 'optional :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
83
- proxy: 'optional - scheme://proxy_host:port || :tor'
83
+ proxy: 'optional - scheme://proxy_host:port || tor'
84
84
  )
85
85
  puts browser_obj.public_methods
86
86
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::TradingView.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -97,7 +97,7 @@ module PWN
97
97
  puts "USAGE:
98
98
  browser_obj = #{self}.open(
99
99
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
100
- proxy: 'optional - scheme://proxy_host:port || :tor'
100
+ proxy: 'optional - scheme://proxy_host:port || tor'
101
101
  )
102
102
  puts browser_obj.public_methods
103
103
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Twitter.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -105,7 +105,7 @@ module PWN
105
105
  puts "USAGE:
106
106
  browser_obj = #{self}.open(
107
107
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
108
- proxy: 'optional - scheme://proxy_host:port || :tor'
108
+ proxy: 'optional - scheme://proxy_host:port || tor'
109
109
  )
110
110
  puts browser_obj.public_methods
111
111
 
data/lib/pwn/www/uber.rb CHANGED
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Uber.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -94,7 +94,7 @@ module PWN
94
94
  puts "USAGE:
95
95
  browser_obj = #{self}.open(
96
96
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
97
- proxy: 'optional - scheme://proxy_host:port || :tor'
97
+ proxy: 'optional - scheme://proxy_host:port || tor'
98
98
  )
99
99
  puts browser_obj.public_methods
100
100
 
@@ -9,7 +9,7 @@ module PWN
9
9
  # Supported Method Parameters::
10
10
  # browser_obj = PWN::WWW::Upwork.open(
11
11
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
12
- # proxy: 'optional - scheme://proxy_host:port || :tor'
12
+ # proxy: 'optional - scheme://proxy_host:port || tor'
13
13
  # )
14
14
 
15
15
  public_class_method def self.open(opts = {})
@@ -94,7 +94,7 @@ module PWN
94
94
  puts "USAGE:
95
95
  browser_obj = #{self}.open(
96
96
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
97
- proxy: 'optional - scheme://proxy_host:port || :tor'
97
+ proxy: 'optional - scheme://proxy_host:port || tor'
98
98
  )
99
99
  puts browser_obj.public_methods
100
100
 
@@ -7,7 +7,7 @@ module PWN
7
7
  # Supported Method Parameters::
8
8
  # browser_obj = PWN::WWW::Youtube.open(
9
9
  # browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
10
- # proxy: 'optional - scheme://proxy_host:port || :tor'
10
+ # proxy: 'optional - scheme://proxy_host:port || tor'
11
11
  # )
12
12
 
13
13
  public_class_method def self.open(opts = {})
@@ -66,7 +66,7 @@ module PWN
66
66
  puts "USAGE:
67
67
  browser_obj =#{self}.open(
68
68
  browser_type: 'optional - :firefox|:chrome|:ie|:headless (Defaults to :firefox)',
69
- proxy: 'optional - scheme://proxy_host:port || :tor'
69
+ proxy: 'optional - scheme://proxy_host:port || tor'
70
70
  )
71
71
  puts 'browser_obj.public_methods'
72
72
 
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.700
4
+ version: 0.4.701
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.