Skip to content

Releases: 0dayInc/pwn

0.5.200

08 Jul 15:51
36718ad
Compare
Choose a tag to compare

110e615 Merge pull request #658 from ninp0/master
6258d66 PWN::Plugins::TransparentBrowser module - update #open method to default to debugger view when devtools: true and browser_type: :firefox. Implement #udpate_about_config method for Firefox as well
ad70268 Merge pull request #657 from ninp0/master
7c25f44 PWN::Plugins::TransparentBrowser module - incognito sessions by default in #open method #no_persistent_cookies?
418029b Merge pull request #656 from ninp0/master
fc484c1 PWN::Plugins::TransparentBrowser module - #bugfix in #open method to always start browsers maximized (when supported of course)
e1cb5b8 Merge pull request #655 from ninp0/master
48e4735 PWN::Plugins::TransparentBrowser module - #bugfix in #toggle_devtools method
e5209a6 PWN::Plugins::TransparentBrowser module - update to #new_tab method which reduces complexity when opening tabs
6849c76 Merge pull request #654 from ninp0/master
49ed078 PWN::Plugins::TransparentBrowser module - #bugfixes centered around opening devtools with console drawer, switching devtools panels, toggling devtools, etc.
ba54d2f PWN::Plugins::TransparentBrowser module - #bugfixes centered around opening devtools with console drawer, switching devtools panels, toggling devtools, etc.
30d02ff PWN::Plugins::TransparentBrowser module - #bugfixes in #open method when devtools parameter == true
b8f6d02 Merge pull request #653 from ninp0/master
421b19d PWN::Plugins::TransparentBrowser module - #bugfixes in #close_tab method
e2aadd0 PWN::Plugins::TransparentBrowser module - #bugfix in #close_tab method
8435896 Merge pull request #652 from ninp0/master
ac8e9b9 PWN::Plugins::TransparentBrowser module - #bugfix in #close_tab method
7d2eaa8 Merge pull request #651 from ninp0/master
a5f79ce PWN::Plugins::TransparentBrowser module - more bugfixes
0e4c6b3 Merge pull request #650 from ninp0/master
b5f4636 PWN::Plugins::TransparentBrowser module - if with_devtools, open console drawer by default in #open && #new_tab methods. Also switch to an inactive tab if closing a tag thats currently active.
ec1f6be Merge pull request #649 from ninp0/master
bf79a6b PWN::Plugins::TransparentBrowser module - if with_devtools, open console drawer by default in #open && #new_tab methods
d475c03 PWN::Plugins::TransparentBrowser module - add #jmp_devtools_panel && #toogle_devtools. Also rename #switch_tab method to #jmp_tab
4468437 Merge pull request #648 from ninp0/master
3bcbb26 PWN::Plugins::TransparentBrowser module - #bugfix in #new_tab method
57bb78f Merge pull request #647 from ninp0/master
6436eb1 PWN::Plugins::TransparentBrowser module - #bugfix in #new_tab method
eda3c5d PWN::Plugins::TransparentBrowser module - #bugfix in #new_tab method
fc0acd2 Merge pull request #646 from ninp0/master
0647c7f PWN::Plugins::TransparentBrowser module - update default url in #new_tab method from "about:blank" to "about:about"
37c4252 Merge pull request #645 from ninp0/master
d5f443c PWN::Plugins::TransparentBrowser module - re-enable bidi as the tested chrome browser was running incompat chromedriver version + with_devtools #bugfix
ca98e91 Merge pull request #644 from ninp0/master
243102f PWN::Plugins::TransparentBrowser module - comment out browser_obj[:bidi] until this error is addressed: Failed to initialize BiDi Mapper: TypeError: Failed to set the innerHTML property on Element: This document requires TrustedHTML assignment.
8cee663 Merge pull request #643 from ninp0/master
2579702 PWN::Plugins::TransparentBrowser module - change active key in all tab methods return objects to state and return same object format as other tab methods in #close_tab method
1f6667c Merge pull request #642 from ninp0/master
b983acb PWN::Plugins::TransparentBrowser module - return hash object when calling #new_tab && #switch_tab methods + #bugfix
75fbbcf PWN::Plugins::TransparentBrowser module - return hash object when calling #new_tab && #switch_tab methods + #bugfix
70a452b Merge pull request #641 from ninp0/master
a8a1c56 PWN::Plugins::TransparentBrowser module - return hash object when calling #new_tab method
fba67cd Merge pull request #640 from ninp0/master
d4fcaa2 PWN::Plugins::TransparentBrowser module - include headless as a browser_type for with_devtools
185db0d Merge pull request #639 from ninp0/master
47f3713 PWN::Plugins::TransparentBrowser module - return a bidi object in browser_obj when with_devtools option = true
5124563 Merge pull request #638 from ninp0/master
464319c PWN::Plugins::TransparentBrowser module - a lot of devtools enhancements
e6c077d Merge pull request #637 from ninp0/master
e3fcb45 PWN::Plugins::TransparentBrowser module - implement #devtools_console method for browser_type == :chrome && :firefox (including headless). Overhaul #find_elements_by_text and #dump_links methods
c563239 Merge pull request #636 from ninp0/master
4cf676c PWN::Plugins::TransparentBrowser module - implement #devtools_console method for browser_type == :chrome
88cf250 Merge pull request #635 from ninp0/master
4ef3e2d .ruby-version - bump to 3.3.3
42ead41 Merge pull request #634 from ninp0/master
d584b49 PWN::AWS::IAM module - implement #decode_key method. Useful for extracting account_id from access key ids
a40a8a6 PWN::AWS::IAM module - implement #decode_key method. Useful for extracting account_id from access key ids
ead2b64 Merge pull request #633 from ninp0/master
eb4ae6f pwn_crt_sh Driver - report_path #bugfix
05c27ae Merge pull request #632 from ninp0/master
d0251f6 pwn_crt_sh Driver - display result to STDOUT in addition to writing to JSON file
be32d05 pwn_crt_sh Driver - Initial commit w/ basic list of subdomains
f09efb9 pwn_crt_sh Driver - Initial commit w/ basic list of subdomains
2a8ea88 Merge pull request #631 from ninp0/master
6c74d5e PWN::Plugins::TransparentBrowser module - #bugfixes in #close method
f18f61d Merge pull request #630 from ninp0/master
a956e46 PWN::Plugins::TransparentBrowser module - #bugfixes in #close method
4d3fe84 Merge pull request #629 from ninp0/master
4e8a680 pwn_www_uri_buster Driver - implement --include-response-codes and --exclude-response-codes #rubocop
c9ddb07 Merge pull request #628 from ninp0/master
8835abe pwn_www_uri_buster Driver - implement --include-response-codes and --exclude-response-codes
b6f6ce2 Merge pull request #627 from ninp0/master
6052c71 PWN::Plugins::TransparentBrowser module - configure logger to display to STDOUT w/ log level of error
dd57a5d Merge pull request #626 from ninp0/master
dd197af PWN::Plugins::ThreadPool module - regress to previous method #faster
1a4db55 Merge pull request #625 from ninp0/master
4bb4dd9 PWN::Plugins::IPInfo module - #bugfixes in #bruteforce_subdomain method
dfc3e9a Merge pull request #624 from ninp0/master
5da2e6f PWN::Plugins::IPInfo module - handle multiple ip addresses if hostname returns more than one.
f0f5d99 Merge pull request #623 from ninp0/master
6b82bd8 PWN::Plugins::IPInfo module - #bugfixes && implement new method #check_rfc1918
e25d821 Merge pull request #622 from ninp0/master
c9a05d7 PWN::Plugins::ThreadPool module - overhaul #fill method
d2cd876 Merge pull request #621 from ninp0/master
8a28b6b PWN::Plugins::IPInfo module - proper JSON output to results_file within #bruteforce_subdomains method
b1c7c0b Merge pull request #620 from ninp0/master
d413c23 PWN::Plugins::IPInfo module - update usage in #help method
05603df Merge pull request #619 from ninp0/master
5a19084 PWN::Plugins::IPInfo module - implement #bruteforce_subdomains method
9b085a9 PWN::Plugins::IPInfo module - implement #bruteforce_subdomains method
9449de4 Merge pull request #618 from ninp0/master
ac53e4f PWN::Plugins::OpenAI && PWN::Plugins::Ollama modules - implement spinner parameter for #chat methods when using pwn-irc command in pwn REPL
94c5696 Merge pull request #617 from ninp0/master
87f0763 pwn REPL - implement multiple LLM support for pwn-irc (e.g. OpenAI, Ollama via Open WebUI w/ its respective models, etc). Update PWN::Plugins::Ollama module to get working #chat method that works identically to #PWN::Plugins::OpenAI.chat method. This is to support AI agent collaboration / context switching / reduce cost of usage via pwn-irc command
3be8b75 Merge pull request #616 from ninp0/master
aac1bee etc/pwn.yaml.EXAMPLE - share ninja w/ the tubes.
9be17b8 Merge pull request #615 from ninp0/master
8efad4f pwn REPL driver - prefer weechat IRC client over irssi to reduce complexity
33900ee Merge pull request #614 from ninp0/master
b113f88 Merge branch 'master' of ssh://github.com/ninp0/pwn
6cad32a pwn REPL driver - prefer weechat IRC client over irssi #tweaks
867cf40 Merge pull request #613 from ninp0/master
de679e6 pwn REPL driver - prefer weechat IRC client over irssi
c01600c pwn REPL driver - prefer weechat IRC client over irssi
e6ae14a Merge pull request #612 from ninp0/master
64ee00f pwn REPL driver - initial implementation of pwn-irc REPL command for AI agent orchestration #agi
6e350c5 Merge pull request #611 from ninp0/master
01081c9 pwn REPL - implement pwn-irc commmand to begin implementing AI agents #rubocop
9c99126 Merge branch 'master' of ssh://github.com/ninp0/pwn
f23e9e5 pwn REPL - implement pwn-irc commmand to begin implementing AI agents #rubocop
eef3e5d Merge pull request #610 from ninp0/master
a93d908 pwn REPL - implement pwn-irc commmand to begin implementing AI agents
3e42dd8 Merge pull request #609 from ninp0/master
abc0fcf PWN::Plugins::IRC module - #bugfix in #privmsg method
26db157 Merge pull request #608 from ninp0/master
ccdcd17 PWN::Plugins::IRC module - change #send method to be privately scoped within the module.
c25b6ff Merge pull request #607 from ninp0/master
5e452a1 PWN::Plugins::IRC module - add #ping, #pong, and #privmsg methods
4dce789 PWN::Plugins::IRC module - decouple join command from #connect method. Implement #join, #part, and #quits methods
61ca618 Merge pull request #606 from ninp0...

Read more

0.5.100

01 May 17:09
43fa953
Compare
Choose a tag to compare

b16033a Gemfile - mqtt #better_filtering_in_stdout
592dc50 Merge pull request #572 from ninp0/master
6f29ff4 Gemfile - Bump alt comms to latest
85586bc Merge pull request #571 from ninp0/master
61e2a26 .ruby-version - Bump to 3.3.1
361d8bd Merge pull request #570 from ninp0/master
c0f55a1 Gemfile - Bump alt comms to latest
095acc5 Gemfile - Bump alt comms to latest
dfc9770 Merge pull request #569 from ninp0/master
cc5abbd Gemfile - Bump meshtastic to 0.0.27
799ba17 Merge pull request #568 from ninp0/master
bc83f38 Gemfile - Bump meshtastic to 0.0.26
0730287 Gemfile - Bump meshtastic to 0.0.24
d480bf6 Merge pull request #567 from ninp0/master
5a8c3e4 Gemfile - Bump meshtastic gem to 0.0.19
ee4aeb9 Merge pull request #566 from ninp0/master
1bc3861 Gemfile - Bump meshtastic gem to 0.0.12
4450e4d Merge pull request #565 from ninp0/master
35d8c74 Gemfile - Bump meshtastic gem to 0.0.10
cde6443 Gemfile - Bump meshtastic gem to 0.0.2
c5cd5a3 Merge pull request #564 from ninp0/master
24e084c PWN::FFI::Stdio module - #bugfix in namespace collision
9b4449c Gemfile - incorporate meshtastic gems for alt comms
e51f232 PWN::FFI::Stdio module - initial commit and migrate meshtastic into its own external gem
ffdcf4d Merge pull request #563 from ninp0/master
5e23c11 Gemfile - replace legacy rbvmomi gem with latest version of rbvmomi2
892f655 Merge pull request #561 from ninp0/master
8671eac pwn REPL driver - openai section in pwn.yaml can be used to dictate the model used in pwn-ai command + #rubocop_fixes
de074c9 Merge pull request #560 from ninp0/master
4d107a0 PWN::Plugins::GQRX module - more accurate profiles in #list_profiles method
21064fd Merge pull request #559 from ninp0/master
2c34791 pwn_gqrx_scanner Driver - implement --assume-profiles && -list-profiles options
371e579 Merge pull request #558 from ninp0/master
7c1fbea PWN::Plugins::DefectDojo module - #bugfix in #importscan method for group_by opt
022ed74 Merge pull request #557 from ninp0/master
9b04a38 pwn_defectdojo_importscan Driver --group-by parameter #bugfix
985dd29 Merge pull request #556 from ninp0/master
e74bc69 PWN::Plugins::DefectDojo module && pwn_defectdojo_importscan Driver - implement --test-title && --group-by parameters
41388aa Merge pull request #555 from ninp0/master
74d1f0b PWN::Plugins::GQRX module - decouple explicit logic from pwn_gqrx_scanner Driver
34d976e Merge pull request #554 from ninp0/master
5d26035 PWN::Plugins::Vault module - more resilient exception handling
6dc346a Merge pull request #553 from ninp0/master
906e600 PWN::Plugins::Vault module - protect sensitive artifacts when presenting
5e17984 pwn REPL Driver - Distinguish between ai_engines and their respective models within pwn-ai command
e4eff9e Merge pull request #552 from ninp0/master
f12a26b PWN::Plugins::OpenAI module - change default temp to 1
7b150e0 pwn REPL - simplify and speed up Pry.config.pwn_ai_key initialization when using ai_engine: "ollama"
802784f pwn REPL - implement the means to choose between using OpenAI or Ollama as ai_engine for pwn-ai command
ffa3762 Merge pull request #551 from ninp0/master
f3580c8 PWN::Plugins::Vault - #bugfix in file_encrypted? method when file is cleartext && namespace #bugfixes in PWN::Plugins::MonkeyPatch.pry method
4bcbb79 Merge pull request #550 from ninp0/master
f7de92e pwn REPL Driver - decouple monkey patches, adding commands, and adding hooks from driver by implementing PWN::Plugins::MonkeyPatch && PWN::Plugins::REPL modules
4568689 Merge pull request #549 from ninp0/master
1a4df3e pwn REPL driver - migrate a couple methods into more appropriate modules #code_cleanup
29374f2 Merge pull request #548 from ninp0/master
c8fbcde pwn REPL driver - prompt for key and/or iv when not present
c5c7d40 Merge pull request #547 from ninp0/master
607b28f pwn REPL driver - implement support for encrypted pwn.yaml config file + #rubocop_fix
6c2f97b pwn REPL driver - implement support for encrypted pwn.yaml config file
68ddff7 Merge pull request #546 from ninp0/master
815997c Deprecate PWN::Plugins::AnsibleVault module in favor of ruby-native PWN::Plugins::Vault module (manage encrypted file)
1f313e2 Merge pull request #545 from ninp0/master
b5fde6c pwn_gqrx_scanner Driver - Provide warning for transceivers that do not support -R -I or -B parameters instead of failing
f544928 Merge pull request #544 from ninp0/master
b8f1040 pwn REPL driver - change name of pwn-gpt command to pwn-ai and begin scaling out AI alternatives (e.g. local models via ollama)
672c2d9 Merge pull request #543 from ninp0/master
b5e0772 pwn_gqrx_scanner Driver - #bugfix in displaying discovered signals to stdout and additional #bugfix in reverse scan
bac9b8b Merge pull request #542 from ninp0/master
abeb856 pwn_bdba_scan Driver - rescue RestClient::Conflict for scan re-attempt
2175a61 Merge pull request #541 from ninp0/master
41dfa24 pwn_gqrx_scanner Driver - include lock_freq_duration value in STDOUT during scan
8b12a41 pwn_gqrx_scanner Driver - signal detection default refinements
64aaa36 pwn_gqrx_scanner Driver - signal detection default refinements
1c44f05 pwn_gqrx_scanner Driver - signal detection #bugfix and implement rf, if, && bb gain parameters
f0470b1 Merge pull request #540 from ninp0/master
9aba9c9 pwn_gqrx_scanner Driver - tweak default bandwidth settong to align w hrf1
4a0f273 Merge pull request #539 from ninp0/master
1940860 pwn_gqrx_scanner Driver - better error handling, increased scan speed, tweak defaults to align w/ FM radio station detection
37e9f8c pwn_gqrx_scanner Driver - implement error checks, squelch param and change sleep timing based upon measured signal strengths
4686ca4 Merge pull request #538 from ninp0/master
500c562 pwn_gqrx_scanner Driver - implement error checks and refactor redundant blocks of xode
242df8d Merge pull request #537 from ninp0/master
9619139 pwn_gqrx_scanner Driver - implement sleep between scan hops
09ecfdd pwn_gqrx_scanner Driver - implement scan precision
2a0465c pwn_gqrx_scanner Driver - gqrx_sock #bugfix
54e557a pwn_gqrx_scanner Driver - implement demodulator mode
3df14df pwn_gqrx_scanner Driver - Initial commit
60c61d0 Merge pull request #536 from ninp0/master
a5e4280 pwn REPL drive - change "toggle-pwn-asm" to "pwn-asm" command, change "toggle-pwn-gpt" to "pwn-gpt" command, and implement a "back" command to go back to pwn REPL mode
04a4055 Merge pull request #535 from ninp0/master
f82f349 PWN::Plugins::BlackDuckBinaryAnalysis module - add #get_group_statistics and #delette_group methods
5af6d96 Merge pull request #534 from ninp0/master
e719b2b PWN::Plugins::BlackDuckBinaryAnalysis module - implement connection reattempts (3 max attempts) when arbitrary connection timeouts occur between rest client and protecode-sc.com
df28c3e Merge pull request #533 from ninp0/master
b17e156 pwn Driver - improve input validation in toggle-pwn-gpt command and enhance opcode detection to support 1:1 opcode format in PWN::Plugins::Assembly module when using the toggle-pwn-asm command
de4e4f4 Merge pull request #532 from ninp0/master
02d0cb7 pwn Driver - toggle-pwn-asm #bugfix
9fab25a Merge pull request #531 from ninp0/master
615a48b pwn Driver - toggle-pwn-asm #bugfix
7be1d80 Merge pull request #530 from ninp0/master
16caf3b pwn Driver - implement REPL commands, toggle-pwn-gpt && toggle-pwn-asm
58e7ad8 Merge pull request #529 from ninp0/master
6bce390 PWN::Banner modules - slight tweaks
fa61c8a Merge pull request #528 from ninp0/master
82392d7 PWN::Plugins::Assembly module - better support for opcode string formats
a82ae21 Merge pull request #527 from ninp0/master
3009068 PWN::Plugins::Assembly module - #opcodes_to_asm back support multiple types of opcode string formats
049e8fb PWN::Plugins::Assembly module - #opcodes_to_asm back to metasm
9c0e8b4 Merge pull request #526 from ninp0/master
ee2baed PWN::Plugins::Assembly module - rely upon archs native objdump bins to convert opcodes to asm within #opcodes_to_asm method #bugfix
2c273b4 Merge pull request #525 from ninp0/master
ca4788f PWN::Plugins::Assembly module - rely upon archs native objdump bins to convert opcodes to asm within #opcodes_to_asm method #bugfixes
b1c3563 PWN::Plugins::Assembly module - rely upon archs native objdump bins to convert opcodes to asm within #opcodes_to_asm method
2a497f0 Merge pull request #524 from ninp0/master
c842b05 PWN::Plugins::Assembly module - support numerous types of hex string formats in opcodes_to_asm method #bugfix >>> invalid byte sequence in UTF-8
a459bc3 Merge pull request #523 from ninp0/master
581efd9 PWN::Plugins::Assembly module - support numerous types of hex string formats in opcodes_to_asm method
2d4b622 Merge pull request #522 from ninp0/master
bc5405e PWN::Plugins::Assembly module - always return hex escaped string from #asm_to_opcodes method
62e6f8f Merge pull request #521 from ninp0/master
26b5a94 Merge branch 'master' of ssh://github.com/ninp0/pwn
358b53a PWN::Plugins::Assembly module - 32 bit ARM #rubocop
866901c Merge pull request #520 from ninp0/master
ad74573 PWN::Plugins::Assembly module - 32 bit ARM bugfixes
909d0fb Merge pull request #519 from ninp0/master
87c420a PWN::Plugins::Assembly module - overhaul using metasm gem - thank you Metasploit devs #bugfixes
afd3e2c Merge pull request #518 from ninp0/master
ef33860 PWN::Plugins::Assembly module - overhaul using metasm gem - thank you Metasploit devs #much_easier
4539281 Merge pull request #517 from ninp0/master
7046154 PWN::Plugins::Assembly module - more #bugfixes
b9cbfa1 Merge pull request #516 from ninp0/master
24cc69a PWN::Plugins::Assembly module - more #bugfixes
6f6b8c7 Merge pull request #515 from ninp0/master
5e436e0 PWN::Plugins::Assembly module - more #rubocop
88935fb Merge pull request #514 from ninp0/master
1736112 PWN::Plugins::Assembly module - more #rubocop
00934b6 PWN::Plugins::Assembly module - more #bugfixes
a724...

Read more

0.5.0

25 Jan 23:38
b7e2250
Compare
Choose a tag to compare

4e36a03 PWN::Plugins::XXD module - break up hex array into one byte per element for easy hex editing #rubocop_fix
dc1b690 PWN::Plugins::XXD module - break up hex array into one byte per element for easy hex editing
10a34c1 PWN::Plugins::XXD module - #bugfix when space are in a given row and/or last line is shorter than typical length
bbb94c9 Merge pull request #495 from ninp0/master
977d319 PWN::Plugins::XXD module - implement optional parameter to return a hexdump as a single hash instead of an array of hashes in #dump method #bugfix
f1d20fd Merge pull request #494 from ninp0/master
5e474b6 PWN::Plugins::XXD module - convert string or hash returned from #dump method to file when calling the #reverse_dump method
89929d0 Merge pull request #493 from ninp0/master
bbc03f5 PWN::Plugins::XXD module - implement optional parameter to return a hexdump as a single hash instead of an array of hashes in #dump method #rubocop_fixes
2e1da09 Merge pull request #492 from ninp0/master
aa42a77 PWN::Plugins::XXD module - implement optional parameter to return a hexdump as a single hash instead of an array of hashes in #dump method
97e5772 PWN::Plugins::XXD module - implement optional parameter to return a hexdump array (i.e. array containing a hash for each line) in #dump method
d4dc1e3 Merge pull request #491 from ninp0/master
c94e0c1 PWN::Plugins::BlackDuckBinaryAnalysis module - duplicate behavior or curl when uploading files by not specifying content-type HTTP header and populating the HTTP body with the raw binary contents #bugfix
d931efa Merge pull request #490 from ninp0/master
41c081e PWN::Plugins::BlackDuckBinaryAnalysis module - duplicate behavior or curl when uploading files by not specifying content-type HTTP header and populating the HTTP body with the raw binary contents
37b7968 Merge pull request #489 from ninp0/master
9c15b84 Merge branch 'master' of ssh://github.com/ninp0/pwn
86764fc PWN::Plugins::XXD module - bugfix in #reverse_dump method #rubocop_fix
778b6d6 PWN::Plugins::XXD module - bugfix in #reverse_dump method
8f152cd Merge pull request #488 from ninp0/master
c225ee4 PWN::Plugins::BlackDuckBinaryAnalysis module - explicitly set the content_type to "multipart/form-data" when http_body.key?(:multipart)
618139f Merge pull request #487 from ninp0/master
04b7295 PWN::Plugins::BlackDuckBinaryAnalysis module - change default parameter for scan_code_familiarity to false
0e90eb4 Merge pull request #486 from ninp0/master
994ede8 PWN::Banner::CodeCave module - bit more realistic #rubocop
84da860 PWN::Banner::CodeCave module - bit more realistic
dbd3818 Merge pull request #485 from ninp0/master
59af310 aliases.rb Provisioner for Packer - update to ensure vim is compatible w/ xxd when hex-editing binaries
3d82406 Merge pull request #484 from ninp0/master
fd6cedb PWN::Banner::JmpEsp module - no nulls
91baad5 PWN::Banner modules - add a couple more #bugfixes
bdc6427 PWN::Banner modules - add a couple more
b2b3768 Merge pull request #483 from ninp0/master
6f2355f PWN::Plugins::OpenAI - #bugfix in #chat method when passing in max_tokens
3ada78f PWN::Plugins::OpenAI - #bugfix in max_tokens
0b03eee Merge pull request #482 from ninp0/master
2fb01de PWN::Plugins::OpenAI - #bugfix in max_tokens
19b093e PWN::Plugins::OpenAI - #bugfix in max_tokens
879488e PWN::Plugins::OpenAI - #bugfix in max_tokens
c69ad76 Merge pull request #481 from ninp0/master
072f809 PWN::Banner::Cheshire module - initial commit
6652474 Merge pull request #480 from ninp0/master
885e774 PWN::Banner::Anon module - remove white background
9c47423 Merge pull request #479 from ninp0/master
176ebd2 PWN::Banner modules - adjust alignment && add Anon
6af6a6d Rubocop
95771a9 PWN::Banner::DontPanic module - initial commit
15223aa PWN::Plugins::OpenAI module - tweak max_tokens to be 4_096 unless response_history is passed as a parameter #bugfix
b0d7b89 Merge pull request #478 from ninp0/master
ad7d769 PWN::Plugins::OpenAI module - tweak max_tokens to be 8_192 unless response_history is passed as a parameter
ddeca39 Merge pull request #477 from ninp0/master
36931f3 PWN::Plugins::OpenAI module - support both local images and those found at a given URI
ce37bfc Merge pull request #476 from ninp0/master
68a332a PWN::Plugins::OpenAI module - #bugfix in initial implementation of #vision method (i.e. analyze images)
3e31d00 Merge pull request #475 from ninp0/master
756db97 PWN::Plugins::OpenAI module - #bugfix in initial implementation of #vision method (i.e. analyze images)
839bc30 PWN::Plugins::OpenAI module - #bugfix in initial implementation of #vision method (i.e. analyze images)
92c95aa Merge pull request #474 from ninp0/master
7732b1a PWN::Plugins::OpenAI module - initial implementation of #vision method (i.e. analyze images). Additional #bugfix in pwn_simple_http_server driver.
675e120 Merge pull request #473 from ninp0/master
67687f5 pwn_bdba_scan Driver - #bugfix in target file basename when containing characters in scope for URL encoding
b1c97fc pwn_simple_http_server - #bugfix when running w/ no flags
bc1add9 Gemfile - comment out sinatra to get thin
ca87e31 PWN::Plugins::CreditCard module - configure count parameter to default to 1
88ac940 Merge pull request #472 from ninp0/master
6094c98 PWN::Plugins::DefectDojo module - set close_old_findings = true if closee_old_findings_product_scope is set to true
87a93ac Merge pull request #471 from ninp0/master
1559e5f pwn_bdba_scan Driver - work-around for rare race condition in finding product when getting apps by group
81da574 Merge pull request #470 from ninp0/master
257d25d PWN::WWW::HackerOne module - implement #get_scope_details method #struct_tweak
e183149 Merge pull request #469 from ninp0/master
90602c5 PWN::WWW::HackerOne module - implement #get_scope_details method
407a125 Merge pull request #468 from ninp0/master
dd1316a PWN::Banner::WhiteRabbit - knock knock <>...follow the white rabbit. #better
7b87b0d Merge pull request #467 from ninp0/master
eda1eec PWN::Banner::WhiteRabbit - knock knock <>...follow the white rabbit. #tweak
640ebb0 Merge pull request #466 from ninp0/master
a2f489d PWN::Banner::WhiteRabbit - knock knock <>...follow the white rabbit. #bugfix
58e8e3a PWN::Banner::WhiteRabbit - knock knock <>...follow the white rabbit. #rspec
906f298 PWN::Banner::WhiteRabbit - knock knock <>...follow the white rabbit.
23fcf53 Merge pull request #465 from ninp0/master
4140ba4 PWN::WWW::* modules - update #help method to make the respective modules more clear to use.
d699c31 Merge pull request #464 from ninp0/master
4b0d1d2 Vagrant pwn.sh Provisioner - add safe.directory for PWN_ROOT
2aabb4e Merge pull request #463 from ninp0/master
6785669 .ruby-version - bump to 3.3.0
bab66ab Merge pull request #462 from ninp0/master
177f58d PWN::Plugins::DefectDojo module - add multiple tags to import-scan #workaround
81b1d59 Merge pull request #461 from ninp0/master
4c51da3 PWN::Plugins::DefectDojo module - remove redundant code #bugfix
9a2be13 PWN::Plugins::DefectDojo module - remove redundant code
23a612e PWN::Plugins::DefectDojo module - testing tags that are line feed delimited for multipart #try_again
f01aee9 Merge pull request #460 from ninp0/master
803f33f PWN::Plugins::DefectDojo module - testing tags that are line feed delimited for multipart #try_again
36c37f8 Merge pull request #459 from ninp0/master
ca7569f PWN::Plugins::DefectDojo module - testing tags that are line feed delimited for multipart #bugfix
c417114 Merge pull request #458 from ninp0/master
2296148 PWN::Plugins::DefectDojo module - testing http_body.to_json for multipart #nope
a79d157 Merge pull request #457 from ninp0/master
e801346 PWN::Plugins::DefectDojo module - testing http_body.to_json for multipart #bugfix
2f5d836 Merge pull request #456 from ninp0/master
b7755a1 PWN::Plugins::DefectDojo module - back to array but not populating despite swagger docs: https://demo.defectdojo.org/api/v2/oa3/swagger-ui/ #bug
512bf08 Merge pull request #455 from ninp0/master
75420fb PWN::Plugins::DefectDojo module - testing tag array compatibility #bugfix
9ac3966 Merge pull request #454 from ninp0/master
3027ed0 PWN::Plugins::DefectDojo module - cast comma-delimited string into array #bugfix
a66ec1b Merge pull request #453 from ninp0/master
513efe1 PWN::Plugins::DefectDojo module / pwn_defectdojo_importscan, pwn_defectdojo_reimportscan Drivers - implement --close_old_findings_product_scope, --close_old_findings, and --push_to_jira options
0338b69 Merge pull request #452 from ninp0/master
f776bb7 Gemfile - add gruff gem to create line charts for FFT data
4ac46d6 Merge pull request #451 from ninp0/master
b5c2b73 PWN::Plugins::OpenAI module - update default syatem_role_content
249d4ec Merge pull request #450 from ninp0/master
bdbdee5 PWN::SAST::PaddingOracle module - Initial Commit
c13d34e Merge pull request #449 from ninp0/master
c1b8ce9 Gemfile - re-enable credit_card_validations gem
996a916 Merge pull request #448 from ninp0/master
0587069 PWN::Plugins::OpenAI Module - incorporate a timeout parameter for every method and default Timeout from 60 seconds to 180 seconds (i.e. 1 minute to 3 minutes).
0aaf3a1 Merge pull request #447 from ninp0/master
712ca6f README.md - update docs to reflect easiest installation leveraging a fresh install of Kali
5916b99 Merge pull request #446 from ninp0/master
79ed55f pwn_bdba_scan Driver - Reattempt Scan if find_product returns nil
86c2dc2 Merge pull request #445 from ninp0/master
a454bc0 PWN::SAST::TypeScriptTypeJuggling && PWN::SAST::PHPTypeJuggling modules - #bugfixes
714c7ea Merge pull request #444 from ninp0/master
8dac465 pwn_sast Driver - Incorporate new SAST module PWN::SAST::TypeScriptTypeJuggling #add_spec
80e2639 pwn_sast Driver - Incorporate new SAST module PWN::SAST::TypeScriptTypeJuggling
1ce797d Merge pull request #443 from ninp0/master
b79e7de pwn_bdba_scan Driver - include RestCl...

Read more

0.4.911

29 Aug 17:45
a656fd7
Compare
Choose a tag to compare

b4b509b PWN::Plugins::IPInfo module - #bugfixes
d89a977 PWN::Plugins::IPInfo module - committing any last minute changes
30227da PWN::Plugins::IPInfo module - #bugfixes in cert key:value pairs when values should be arrays
6265d2c pwn_www_checkip Driver - add optional --target parameter to provide info on hosts/IPs other than just a given source public IP
fab43f7 PWN::Plugins::IPInfo module - add a few more cert attributes in detailed info response
3114fa2 PWN::Plugins::Sock module - minor code cleanup #got_it_working
aa01f39 PWN::Plugins::Sock module - add hostname to tls_sock object prior to connecting
8c78ee4 Merge branch 'master' of ssh://github.com/ninp0/pwn
2f3377e PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #ciphers
4c792e8 Merge pull request #429 from ninp0/master
813780b PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #ciphers
997b2d0 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #ciphers
c0a5524 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #ciphers

0.4.900: Merge pull request #429 from ninp0/master

29 Aug 15:50
4c792e8
Compare
Choose a tag to compare

b47ecb4 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
fa1760e Merge pull request #428 from ninp0/master
2bd5d5e PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
7967c6f PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
14d80f3 Merge pull request #427 from ninp0/master
1c887ec PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
be15999 Merge pull request #426 from ninp0/master
b085855 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
7652edd PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
f359109 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
9c88be9 Merge pull request #425 from ninp0/master
2dfcf91 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #try_again
f101f43 Merge pull request #424 from ninp0/master
946ed64 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #bugfix
2e9c789 PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method #bugfix
d15459e PWN::Plugins::Sock module - use lowest supported proto version when attempting to connect to a socket via the #connect method
4279ce0 Merge pull request #423 from ninp0/master
67a340a pwn_graphql_introspection_detector Driver - rename to pwn_shodan_graphql_introspection to better reflect its purpose
be974d9 Merge pull request #422 from ninp0/master
aeac8e7 pwn_graphql_introspection_detector Driver - initial commit
ba6ec74 Merge pull request #421 from ninp0/master
7c5a237 PWN::Plugins::IPInfo module - prefer specific common key values from cert_obj for this module. If additonal functionality is required, defer to using PWN::Plugins::Sock.get_tls_cert directly
a65d92e pwn_www_checkip Driver - JSON.pretty_generate when returning IP information via -i flag
63894da PWN::Plugins::IPInfo module - remove redundant cert_txt key from ip_info_resp, preferring a return of cert object which can call #to_text, #subject, #issuer, etc.
0733e4b Merge pull request #420 from ninp0/master
70baa71 PWN::Plugins::IPInfo module - #bugfix in returned object from #get_tls_cert method
068f2d6 PWN::Plugins::IPInfo module - #bugfixes
b60a94c PWN::Plugins::IPInfo module - get TLS cert if possible in attempt to obtain valid domain from IP addresses cert info #bugfix when checking for open tls port
e055792 PWN::Plugins::Sock module - add #get_tls_cert method
0d9bb3f PWN::Plugins::IPInfo module - get TLS cert if possible in attempt to obtain valid domain from IP addresses cert info
7f150c6 Merge pull request #419 from ninp0/master
647e5f3 pwn_shodan_search Driver - isolate objects in results that are causing JSON::GeneratorError: source sequence is illegal/malformed utf-8 messages when serializing to JSON strings #dont_use_gets
9ad051c pwn_shodan_search Driver - isolate objects in results that are causing JSON::GeneratorError: source sequence is illegal/malformed utf-8 messages when serializing to JSON strings #serialization_issue
0d166ee pwn_shodan_search Driver - #bugfix in JSON::GeneratorError where invalid UTF-8 sequences prevent writing to JSON file #nope_gotta_revert_that
3f84e71 pwn_shodan_search Driver - #bugfix in JSON::GeneratorError where invalid UTF-8 sequences prevent writing to JSON file
7721af4 Merge pull request #418 from ninp0/master
02b8719 PWN::Plugins::Shodan module - need to return specific hash when JSON::ParserError is resccued (related to invalid UTF-8 sequences) #bugfix
34df5ea Merge pull request #417 from ninp0/master
ea99612 pwn_shodan_search Driver - add RAW.arr results file containing raw_results_arr object prior to attempting to cast the object as JSON #bugfix / #cast_to_string
6104b15 Merge pull request #416 from ninp0/master
09b0ad9 pwn_shodan_search Driver - add RAW.arr results file containing raw_results_arr object prior to attempting to cast the object as JSON
705da0a Merge pull request #415 from ninp0/master
e63cee6 pwn_shodan_search Driver - add RAW.arr results file containing raw_results_arr object prior to attempting to cast the object as JSON
2e45a04 pwn_shodan_search Driver - strip comments when loading query file #rubocop_fix
5f9598a Merge pull request #414 from ninp0/master
4dfa34f pwn_shodan_search Driver - strip comments when loading query file
217800b Merge pull request #413 from ninp0/master
a473732 PWN::WWW::HackerOne module - #rubocop_fix
5a9296e Merge pull request #412 from ninp0/master
35236cc PWN::Plugins::Shodan module - scrub response.body for malformed UTF-8 characters that would otherwise prevent saving JSON results to file within pwn_shodan_search driver #attemptN
cb17de9 Merge pull request #411 from ninp0/master
afea697 PWN::Plugins::Shodan module - scrub response.body for malformed UTF-8 characters that would otherwise prevent saving JSON results to file within pwn_shodan_search driver
bd7fd57 Merge pull request #410 from ninp0/master
ca87dec pwn_shodan_search Driver - rescue JSON::Generator error in rare cases #pretty_generate method cant save out results
6babce2 Merge pull request #409 from ninp0/master
9675c6d PWN::Plugins::BurpSuite module - add #uri_in_scope method to compare URI to URI regexes in / out of scope per burp suite target scope config JSON file, like those produced by H1 (returns boolean)
e20e0ee Merge pull request #408 from ninp0/master
12ba09b Merge branch 'master' of ssh://github.com/ninp0/pwn
f28066d PWN::WWW::TransparentBrowser module - add #find_element_by_text method #bugfix_again
cd8db7a Merge pull request #407 from ninp0/master
607e1de PWN::WWW::TransparentBrowser module - add #find_element_by_text method #bugfix
b191e1c Merge pull request #406 from ninp0/master
3a4d68a PWN::WWW::TransparentBrowser module - add #find_element_by_text method
e0e7ecc Merge pull request #405 from ninp0/master
adaebc5 PWN::WWW::HackerOne module - #slight_tweak to #save_burp_target_config_file method...replace random user_agent w/ fixed known supported user agent
bcc814f Merge pull request #404 from ninp0/master
9bd7c1b PWN::WWW::HackerOne module - #slight_tweak to #save_burp_target_config_file method...replace random user_agent w/ fixed known supported user agent
8dfff4d PWN::WWW::HackerOne module - #slight_tweak to #save_burp_target_config_file method
f2b0a55 Merge pull request #403 from ninp0/master
48f47ff PWN::Plugins::BurpSuite module && pwn_burp_suite_pro_active_scan Driver - implement target_config capability to consume Burp Suite Pro Target Scope config JSON file
e1b9345 PWN::WWW::HackerOne module - add #save_burp_project_file method
b33caa7 Merge pull request #402 from ninp0/master
7e7942f PWN::WWW::HackerOne module - add burp_project link to object returned from #get_bounty_programs method #bugfix
13d3615 PWN::WWW::HackerOne module - add burp_project link to object returned from #get_bounty_programs method #bugfix
049681e PWN::WWW::HackerOne module - add burp_project link to object returned from #get_bounty_programs method
2f1e787 PWN::WWW::HackerOne module - add policy, scope, hacktivity, thanks, updates, collaborator links to object returned from #get_bounty_programs method / #minor_bugfix / #rubocop_fixes
81bb4c3 Merge pull request #401 from ninp0/master
cb7e893 PWN::WWW::HackerOne module - implement min_payouts_enabled parameter for #get_bounty_programs method
22cff1b Merge pull request #400 from ninp0/master
fcafa7e PWN::WWW::HackerOne module - best approarch to snag links after DOM loads #bugfix
368a4df PWN::WWW::HackerOne module - best approarch to snag links after DOM loads #again
bea57c0 PWN::WWW::HackerOne module - replace brittle sleep with more resilient .div(class: full-width-inner-container).wait_until(&:present?) to snag links after DOM loads #again
1617603 PWN::WWW::HackerOne module - replace brittle sleep with more resilient .div(class: full-width-inner-container).wait_until(&:present?) to snag links after DOM loads
9386f03 Merge pull request #399 from ninp0/master
2058b3c PWN::WWW::HackerOne module - add method to return all bug bounty program links #bugfixes
152022c Merge pull request #398 from ninp0/master
67fe8a6 PWN::WWW::HackerOne module - add method to return all bug bounty program links #bugfixes
a18b5ae PWN::WWW::HackerOne module - add method to return all bug bounty program links #bugfixes
a688297 Merge pull request #397 from ninp0/master
cff4ad0 PWN::WWW::HackerOne module - add method to return all bug bounty program links #bugfixes
a3af8cf Merge pull request #396 from ninp0/master
055eccb PWN::WWW::HackerOne module - add method to return all bug bounty program links #bugfixes
33b3c82 Merge pull request #395 from ninp0/master
3c1837b PWN::WWW::HackerOne module - add method to return all bug bounty program links #bugfixes
208c8a4 Merge pull request #394 from ninp0/master
773ad2f PWN::WWW::HackerOne module - add method to return all bug bounty program links #rubocop_fixes
91252c7 Merge pull request #393 from ninp0/master
fb80ad0 PWN::WWW::HackerOne module - add method to return all bug bounty program links #rubocop_fixes
598aa2b Merge pull request #392 from ninp0/master
cabcb83 PWN::WWW::HackerOne module - add method to return all bug bounty program links
662e05f PWN::WWW::HackerOne module - add method to return all bug bounty program links
94cf6d0 Merge pull request #391 ...

Read more

0.4.800

17 Jul 18:52
2f31697
Compare
Choose a tag to compare

d202e55 PWN::Plugins::OpenAI module - update default system_role_content value in #chat method - generate reports in Markdown format
3213bef PWN::Plugins::OpenAI module - update default system_role_content value in #chat method - include PoCs in technical description
c6acaae PWN::Plugins::OpenAI module - update default system_role_content value in #chat method - include vector string and base score for CVSS, URIs for CWE IDs, and reference links
13b9598 Merge pull request #360 from ninp0/master
b73d42f PWN::Plugins::OpenAI module - update default system_role_content value in #chat method - no sarcasm when reporting on vulns
9080ac7 PWN::Plugins::OpenAI module - update default system_role_content value in #chat method #tweaks
c7f1dfd Merge pull request #359 from ninp0/master
2248d03 PWN::Plugins::OpenAI module - update default system_role_content value in #chat method
5da4bce Merge pull request #358 from ninp0/master
a50b72c pwn_bdba_scan Driver - #performance particularly when just generating reports #bugfix
2f96e83 Merge pull request #357 from ninp0/master
6129d18 PWN::Plugins::BlackDuckBinaryAnalysis module - Crank up timeouts to 90 minutes to reflect max API timeout
0e1a730 Merge pull request #356 from ninp0/master
11ed148 pwn_bdba_scan Driver - #performance particularly when just generating reports
4d71f49 Merge pull request #355 from ninp0/master
c58f9c9 git_commit_test_reinit_gem.sh - Ensure CHANGELOG is populated when tagged to next minor version
f4ed39c Merge pull request #354 from ninp0/master
4c16268 pwn_bdba_scan Driver - #bugfix when looking for parent id of file name that contains non-conforming HTTP chars (e.g. SPACES)
db5ae62 Merge pull request #353 from ninp0/master
40baa26 pwn_bdba_scan Driver - #bugfix when looking for parent id of file name that contains non-conforming HTTP chars (e.g. SPACES)
2ab04b9 Merge pull request #352 from ninp0/master
65c5f19 pwn_bdba_scan Driver - implement --report-only flag to generate reports for existing scan results
1f2ee15 Merge pull request #351 from ninp0/master
d639a04 PWN::Plugins::BlackDuckBinaryAnalysis module - URL encode file name passed in HTTP PUT path within #upload_file method #bugfix
5e59667 Merge pull request #350 from ninp0/master
afe77d0 PWN::Plugins::BlackDuckBinaryAnalysis module - URL encode file name passed in HTTP PUT path within #upload_file method
42c985b Merge pull request #349 from ninp0/master
e592306 pwn REPL Driver - make Open AI API token accessible via Pry.config.chat_gpt_token when passing --yaml-config parameter to driver
cd4813d Merge pull request #348 from ninp0/master
70e40ce PWN::Plugins::OpenAI module - #bugfix in private rest method amd bump.to GPT-4 by default
2567bfc Merge pull request #347 from ninp0/master
b185f66 PWN::Plugins::Android module - #bugfix in permissions for #list_installed_apps method when using non-rooted device
f13328a Merge pull request #346 from ninp0/master
665731c pwn_jenkins_install_plugin - #bugfix for --restart-jenkins parameter
cdbbbad Merge pull request #345 from ninp0/master
e530e5d Jenkins Userland - update pwntemplate-NETWORKRANGE-nmap_discovery_scan_tcp_udp_65k.xml to use new pwn_nmap_discover_tcp_udp driver
e5dfdfe Merge pull request #344 from ninp0/master
d2f8ba4 pwn_bdba_scan Driver - display file to be uploaded to stdout for informational purposes
b45820f Merge pull request #343 from ninp0/master
f86df03 PWN::Plugins::OpenAI module - change the default system_role_content name from Kennedy to Sonny in the #chat method
7a280f3 Merge pull request #342 from ninp0/master
c9bd639 pwn_jenkins_install_plugin - decouple jenkins restart from plugin installation and default restart is set to false
b822def Merge pull request #341 from ninp0/master
71cd60d PWN::Plugins::Jenkins module - #bugfix
632dd28 PWN::Plugins::Jenkins module && pwn_jenkins* drivers - replace password flag with api_key
cf9f401 PWN::Plugins::Jenkins module && pwn_jenkins* drivers - simply --jenkins-ip flag to be just --ip
0c1f579 Merge pull request #340 from ninp0/master
1fceafa pwn_bdba_groups Driver - #bugfix for list_or_parent variable
fd8c646 Merge pull request #339 from ninp0/master
25daa98 pwn_bdba_groups Driver - #debug
a1dd50e pwn_bdba_groups Driver - #debug
92c9c69 Merge pull request #338 from ninp0/master
3e6beb8 pwn_bdba_groups Driver - #debug
4e1f7c4 Merge pull request #337 from ninp0/master
9dc0971 pwn_bdba_groups Driver - #bugfix
d89fd9c Merge pull request #336 from ninp0/master
68a9342 pwn_bdba_groups Driver - #bugfix
ac6ce49 Merge pull request #335 from ninp0/master
049e689 pwn_bdba_groups Driver - #bugfix
0a3d148 Merge pull request #334 from ninp0/master
e03837f pwn_bdba_groups Driver - #bugfix
dc99ce7 pwn_bdba_groups Driver - #bugfix
81ce6f6 Merge pull request #333 from ninp0/master
3dd6eb6 pwn_bdba_groups Driver - #bugfix
58c1ed2 Merge pull request #332 from ninp0/master
d8b5dab pwn_bdba_groups Driver - #bugfix
d368493 pwn_bdba_groups Driver - #bugfix
79abbb4 pwn_bdba_groups Driver - #bugfix
64c16be pwn_bdba_groups Driver - #bugfix
6d4bd20 Merge pull request #331 from ninp0/master
9afe787 pwn_bdba_groups Driver - #bugfix
35295af Merge pull request #330 from ninp0/master
6e37032 pwn_bdba_scan Driver - #bugfix
2c6ef3a Merge pull request #329 from ninp0/master
6c50dea pwn_bdba_scan Driver - #bugfix
da2e00e Merge pull request #328 from ninp0/master
c3262e1 pwn_bdba_scan Driver - #bugfix
f835eaa Merge pull request #327 from ninp0/master
c007ce0 pwn_bdba_scan Driver - #minor_tweak
7661dd8 Merge pull request #326 from ninp0/master
ee810d2 pwn_bdba_groups Driver - #bugfix
ac0ba6c pwn_bdba_groups Driver - #bugfix
509ac2d Merge pull request #325 from ninp0/master
bca040d pwn_bdba_groups Driver - #bugfix
2e8c05a PWN::Banner::OffTheAir module - magenta is back baby!
01ed1f0 Merge pull request #324 from ninp0/master
02156c0 PWN::Plugins::BurpSuite module - #rubocop_fix
0b94f13 pwn_bdba_groups Driver - add --list-group flag to obtain details / determine if group already exists
ddcd7a2 Merge pull request #323 from ninp0/master
8ed1074 PWN::Banner::OffTheAir module - replace deprecated #String.magenta method for #string.light_purple
89ee0aa Merge pull request #322 from ninp0/master
ff45bc1 Black Duck Binary Analysis Drivers => #bugfix in pwn_bdba_groups
c091e6f Merge pull request #321 from ninp0/master
137e4dd Black Duck Binary Analysis Drivers => #bugfixes in pwn_bdba_scan && pwn_bdba_groups
cb295bd Merge pull request #320 from ninp0/master
98ad378 Black Duck Binary Analysis Drivers => #bugfixes in pwn_bdba_scan && pwn_bdba_groups
3ecfe1f Merge pull request #319 from ninp0/master
eda9b10 PWN::Plugins::BlackDuckBinaryAnalysi module - #bugfix in #bd_bin_analysis_rest_call private method
066bb79 PWN::Plugins::BlackDuckBinaryAnalysi module - #bugfix in #bd_bin_analysis_rest_call private method
45e7603 Merge pull request #318 from ninp0/master
487ccbf PWN::Plugins::BlackDuckBinaryAnalysi module - #bugfix in #bd_bin_analysis_rest_call private method
af0d440 PWN::Plugins::BlackDuckBinaryAnalysi module - #bugfix in #bd_bin_analysis_rest_call private method
ef65bb9 Merge pull request #317 from ninp0/master
50a379e Black Duck Binary Analysis Drivers => pwn_bdba_scan && pwn_bdba_groups - initial commit
a3b0935 Merge pull request #316 from ninp0/master
6f66bf1 PWN::Plugins::BlackDuckBinaryAnalysi module - add #generate_product_report method
ebd27b1 Merge pull request #315 from ninp0/master
261a9c8 PWN::Plugins::BlackDuckBinaryAnalysi module - add #get_product method
2e53d07 Merge pull request #314 from ninp0/master
e7cbb1e PWN::Plugins::BlackDuckBinaryAnalysi module - HTTP methods #bugfixes in private rest method
2c0bb65 Merge pull request #313 from ninp0/master
9bcce78 PWN::Plugins::BlackDuckBinaryAnalysi module - token paramter #bugfix in private rest method
7e27756 Merge pull request #312 from ninp0/master
58aa9b3 PWN::Plugins::BlackDuckBinaryAnalysis && PWN::Plugins::OpenAI modules - #bugfix in private rest methods
29d6c72 Merge pull request #311 from ninp0/master
12e6c9a PWN::Plugins::BlackDuckBinaryAnalysis module - update #upload_file method
6d4cda8 Merge pull request #310 from ninp0/master
fb2e801 PWN::Plugins::BlackDuckBinaryAnalysis module - #tweaks in #bd_bin_analysis_rest_call method
d7cc8f5 PWN::Plugins::BlackDuckBinaryAnalysis module - #bugfix in #bd_bin_analysis_rest_call method
9cf5bef Merge pull request #309 from ninp0/master
212095f PWN::Plugins::BlackDuckBinaryAnalysis module - #bugfix in #create_group method
4b5f3ad Merge pull request #308 from ninp0/master
1e65438 PWN::Plugins::BlackDuckBinaryAnalysis module - #bugfix in #create_group method
6308742 Merge pull request #307 from ninp0/master
cf9201e PWN::Plugins::BlackDuckBinaryAnalysis module - add a lot more API-related methods #bugfix
fcb5870 Merge pull request #306 from ninp0/master
d8ef7f0 PWN::Plugins::BlackDuckBinaryAnalysis module - add a lot more API-related methods
1ed8b27 Merge pull request #305 from ninp0/master
c73a6b3 PWN::Plugins::BlackDuckBinaryAnalysis module - add #get_apps && #get_apps_by_group methods
4e749d8 Merge pull request #304 from ninp0/master
47f927a PWN::Plugins::BlackDuckBinaryAnalysis module - add #get_group_details method
f95310e Merge pull request #303 from ninp0/master
628a555 PWN::Plugins::BlackDuckBinaryAnalysis module - #bugfix in root URL
a69f519 nuke random file
bee33d1 Merge pull request #302 from ninp0/master
94e622a PWN::Plugins::BlackDuckBinaryAnalysis module - Initial commit (limited functionality)
16c49df Merge pull request #301 from ninp0/master
50e7cbb PWN::Plugins::OpenAI module - bump default model to gpt-3.5-turbo-0613 to begin supporting functions
e356852 Merge pull request #300 from ninp0/master
ac783cc pwn_defectdojo_importscan Driver - bugfix in --engagement-name flag
a28d1f9 Merge pull request #299 from ninp0/master
2f3a720 #rubocop_fixes
2690ce6 pwn_www_uri_buster dri...

Read more

0.4.700

16 May 20:22
ca5ddef
Compare
Choose a tag to compare

d36822b PWN::Plugins::NmapIt module - implement #diff_xml_results method
1af07d5 pwn REPL Driver - kill process tree of pwn session on exit
4b66284 Merge pull request #280 from ninp0/master
ea0e515 PWN::Plugins::Tor module - implement least privilege controls when calling #start method
b7b1dc1 Merge pull request #279 from ninp0/master
6f36641 pwn_diff_xml_files Driver - Github Copilot attempt #3
cf194d7 Merge pull request #278 from ninp0/master
8c3734a pwn_diff_xml_files Driver - Github Copilot attempt #2
fce8bce Merge pull request #277 from ninp0/master
2800507 pwn_diff_xml_files Driver - initial commit
459967f Merge pull request #276 from ninp0/master
d8daa1f PWN::Plugins::BurpSuite module - replace carriage-return line-feed w/ line-feed #generate_scan_report method
f4b77d6 Merge pull request #275 from ninp0/master
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
ec7d8af Merge pull request #274 from ninp0/master
a9a113d PWN::Plugins::OwaspZAP module - #bugfix in #stop method
6ca2d1b Merge pull request #273 from ninp0/master
25dba8c pwn_nmap_discover_tcp_udp Driver - include ipaddr gem #bugfix
37c30e3 Merge branch 'master' of ssh://github.com/ninp0/pwn
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
2650e2c Merge pull request #272 from ninp0/master
0359fab pwn_diff_csv_files_w_column_exclude Driver - provide additional example in usage to include not only Tenable Nessus but OpenVAS as well.
584a867 Merge pull request #271 from ninp0/master
58d287f pwn_diff_csv_files_w_column_exclude Driver - #final_major_bugfix in producing actual diff CSV file
8af4ba3 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
4d4a72b Merge pull request #270 from ninp0/master
e5aca05 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
3671b25 Merge pull request #269 from ninp0/master
3a48688 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
6f7b66c Merge pull request #268 from ninp0/master
05945f5 pwn_diff_csv_files_w_column_exclude Driver - #more_bugfixes in producing actual diff CSV file
10e24e1 Merge pull request #267 from ninp0/master
460b647 pwn_diff_csv_files_w_column_exclude Driver - #bugfixes in carving out new diff csv files
5616439 pwn_diff_csv_files_w_column_exclude Driver - bugfixes in carving out new diff csv files
c9e824c Merge pull request #266 from ninp0/master
b9253e5 pwn_nmap_discover_tcp_udp Driver - add --results-root parameter
723c88f Merge pull request #265 from ninp0/master
55780a3 pwn_nmap_discover_tcp_udp Driver - sort nmap_targets.txt by IP address
a44d0a4 Merge pull request #264 from ninp0/master
33aa6dc pwn_nmap_discover_tcp_udp Driver - #bugfixes
ec07522 Merge pull request #263 from ninp0/master
9190401 pwn_nmap_discover_tcp_udp Driver - #bugfixes
15cd413 pwn_nmap_discover_tcp_udp Driver - minor tweaks
0cd59cc Merge pull request #262 from ninp0/master
a16105a pwn_nmap_discover_tcp_udp Driver - MORE speed and data quality optimizations #bugfixes
89f30a9 pwn_nmap_discover_tcp_udp Driver - speed and data quality optimizations #rubocop_fixes
49e668b pwn_nmap_discover_tcp_udp Driver - speed and data quality optimizations
8c84ef2 Merge pull request #261 from ninp0/master
cb14128 repo file cleanup
0a6e48f Merge pull request #260 from ninp0/master
79ba8d0 pwn_nmap_discover_tcp_udp Driver - packet reduction, increased speed, and randomize hosts in targets file
fabe549 Merge pull request #259 from ninp0/master
5f97bde pwn_nmap_discover_tcp_udp Driver - initial commit
32062c9 Merge pull request #258 from ninp0/master
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
607c294 Merge pull request #257 from ninp0/master
7acb478 pwn_diff_csv_files_w_column_exclude Driver - #bugfixes
1a9d4cc PWN::Plugins::Tor module - initial commit && #bugfix in pwn_diff_csv_files_w_column_exclude Driver
a1e7115 Merge pull request #256 from ninp0/master
9f26c20 pwn_diff_csv_files_w_column_exclude Driver - preserve original columns when creating diff
207804a Merge pull request #255 from ninp0/master
bc85335 PWN::Plugins::NessusCloud module - better error handling in #nessus_cloud_rest_call method
8798424 pwn_nessus_cloud_vulnscan driver - more explicit logic to determine when a scan is complete.
0df7b85 Merge pull request #254 from ninp0/master
824b3d2 PWN::Plugins::Log module - #rubocop_fixes
1fbc1b4 PWN::Log module - move to PWN::Plugins::Log instead
d2e36c6 PWN::Log module - begin integrating into framework
6d8ba88 pwn_nessus_cloud_vulnscan driver - bugfix and begin phasing out PWN::Plugins::PWNLogger in favor of PWN::Log module
cd6c67e Merge pull request #253 from ninp0/master
9943c9d PWN::Plugins::OpenAI module - bugfix in #delete_file method as the target file for deletion is a remote file.
fbd123d Merge pull request #252 from ninp0/master
7432624 PWN::Plugins::OpenAI module - update #help method to reflect usage of all methods in module
ceaf81a Merge pull request #251 from ninp0/master
d55e47d PWN::Plugins::OpenAI module - implement all the fine tunings to produce custom models
b1b8457 Merge pull request #250 from ninp0/master
8fa039e pwn_diff_csv_files_w_column_exclude Driver - #bugfix in two different CSV files that are the same size but w/ different contents.
944fd99 Merge pull request #249 from ninp0/master
e1eedeb PWN::Plugins::OpenVAS module - #bugfix in #save_report method. GVM switching it up again #shakes_fist
42c594b Merge pull request #248 from ninp0/master
0820e36 PWN::Plugins::JiraServer module - add #manual_call method (for quick testing of HTTP GET API calls)
d7296a5 Merge pull request #247 from ninp0/master
c9e8ba7 PWN::Plugins::JiraServer module - #bugfix in #get_issue method
b39b96b Merge pull request #246 from ninp0/master
1667753 PWN::Plugins::JiraServer module - #bugfix in #get_issue method
38aa67a Merge pull request #245 from ninp0/master
3e2d27b PWN::Plugins::JiraServer module - initial basic commit #add_rspec
0f134cf PWN::Plugins::JiraServer module - initial basic commit
4a83083 Merge pull request #244 from ninp0/master
bcd12f8 PWN::Plugins::OpenGPT module - add spinner to give end user a sense that things are worlojg as expected
0f9e44b Merge pull request #243 from ninp0/master
f578312 pwn Driver - change STDIN color in chatGPT.pwn mode from red to yellow for easier readability.
e302627 Merge pull request #242 from ninp0/master
6342d95 pwn Driver - #rubocop #monkey_patch fixes
1be9771 Merge pull request #241 from ninp0/master
fc63af5 pwn Driver - #rubocop_auto_gen_config #monkey_patch
ecedc4d pwn Driver - implement ChatGPT mode and make REPL behave differently when pry_instance.config.chat_gpt = true
280d70d Merge pull request #240 from ninp0/master
f636f5b pwn Driver - remember token value if prompted for OpenAI API token
56dcc61 Merge pull request #239 from ninp0/master
2a942d7 pwn Driver - complete pwn_chat (i.e. OpenAI ChatGPT) integration into REPL via toggle-chat_gpt* commands
d549bd7 Merge pull request #238 from ninp0/master
3723fd5 pwn_chat Driver - remove deprecated code
75f663f Merge pull request #237 from ninp0/master
55245f8 pwn_chat Driver - move context history retention and voice capabilities to PWN::Plugins::OpenAI module
c644612 Merge pull request #236 from ninp0/master
8a71e14 pwn_chat Driver - squeeze in as much historical context the API will tolerate.
6c2806b Merge pull request #235 from ninp0/master
37ee284 pwn_chat Driver - add a --voice parameter to speak answers via PWN::Plugins::Voice module
7e9d774 Merge pull request #234 from ninp0/master
40b2a97 pwn_chat Driver - Build a PWN chatbot w/ Pry and OpenAI (i.e. AI REPL)
b8f0423 Merge pull request #233 from ninp0/master
bd47daa pwn_owasp_zap_active_scan Driver - handle default proxy options in PWN::Plugins::OwaspZAP module
639fb17 Merge pull request #232 from ninp0/master
987e85a PWN::Plugins::OwaspZAP module - #rubocop_fixes and code cleanup
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
3cacddf Merge pull request #231 from ninp0/master
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
bb7c4b7 Merge pull request #230 from ninp0/master
5332bf4 PWN::Plugins::Sock - #rubocop_fix
f88f912 PWN::Plugins::BurpSuite - change how BurpSuite Pro starts to avoid licensing change in burp.StartBurp
051c88a Merge pull request #228 from ninp0/master
0fd354c PWN file cleanup
1492fd5 Merge pull request #227 from ninp0/master
f3556a8 PWN::Banner::Matrix - Faster response time
c550ff9 Merge pull request #226 from ninp0/master
8a285ad #rubocop Fixes
3ab6490 .ruby-version - Bump to Ruby 3.2.2
884e414 Merge pull request #225 from ninp0/master
b8c2018 pwn.gemspec - ensure every PWN module contains an RSpec test #slight_tweak
191810c pwn.gemspec - ensure every PWN module contains an RSpec test #more_explicit
2cd592d pwn.gemspec - ensure every PWN module contains an RSpec test #bugfixes & add version_spec.rb RSpec test
6568c28 Merge pull request #224 from ninp0/master
27a89b2 pwn.gemspec - ensure every PWN module contains an RSpec test
34a2390 Rspec - add test for PWN::SAST::OuterHTML module
08f103e Merge pull request #223 from ninp0/m...

Read more

0.4.500

16 Jun 16:46
9581a0c
Compare
Choose a tag to compare

e761590 Gemfile - include whois-parser gem
9125ac9 Gemfile - include whois gem
8e280b1 pwn_nessus_cloud_scan_crud Driver - add tags to assets #bugfix
282d8b6 pwn_nessus_cloud_scan_crud Driver - add tags to assets #bugfix
e447047 pwn_nessus_cloud_scan_crud Driver - add tags to assets #bugfix
15faf7b pwn_nessus_cloud_scan_crud Driver - add tags to assets
c468e7b pwn_nessus_cloud_scan_crud Driver - disable schedule by default
45a5eb6 pwn_nessus_cloud_scan_crud Driver - timezone && starttime default to nil
09fe8a6 pwn_nessus_cloud_scan_crud Driver - rrules default to FREQ=null
3b4c6c2 pwn_nessus_cloud_scan_crud Driver - bugfix in UUID
e986c98 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
45113bc pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
6c24858 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
e4f9869 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout #bugfix
b2a416c pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout
13e7540 pwn_serial_son_micro_sm132_rfid Driver - slightly better output to stdout
a7efffd pwn_serial_son_micro_sm132_rfid Driver - initial commit
b8427fd pwn_serial_mar206 Driver - remove redundant edit card option in favor of load card from file
41da7df PWN::Plugins::MSR206 module - slight #tweak to coercivity menu
3281c7d PWN::Plugins::MSR206 module - begin supporting iso_alt and raw writing modes
89fd44c PWN::Plugins::MSR206 module - support high and low coercivity writes in #write_card method
6a58842 PWN::Plugins::MSR206 module - pretty print JSON data in backup file w/in #backup_card method
a9175b1 pwn_serial_msr206 Driver - working copy and load from file (i.e. write to card initial support)
e529993 pwn_serial_msr206 Driver - working copy and load from file (i.e. write to card initial support)
e0273b7 pwn_serial_msr206 Driver - implement alt ISO decoding and raw reading modes to support reading non-standard cards (e.g. metrocards)
b87c22e pwn_shodan_search - array of hashes in json output #tweak
e380835 pwn_shodan_search - array of hashes in json output
1d8a0e8 pwn_shodan_search - bugfix in json output
c4e4fb9 pwn_shodan_search - intial working commit #bugfix
17111dd pwn_shodan_search - intial working commit #bugfix
8e1715a pwn_shodan_search - intial working commit
38f3bd8 PWN::Plugins::Shodan module - symbolize key names in method responses
045796f pwn_serial_msr206 Driver - Reserve yellow led for minor errors #bugfix
a051b7f pwn_serial_msr206 Driver - Reserve yellow led for minor errors
cf398ad pwn_serial_msr206 Driver - (B)ackup Card #working
53256f4 pwn_serial_msr206 Driver - display configuration bits at start && bugfix with error handling
a56a1a2 pwn_serial_msr206 Driver - remove yellow_on debug output
3dc8d41 pwn_serial_msr206 Driver - Working Card Read
809e74b pwn_serial_msr206 Driver - Initial commit
43755ab PWN::Plugins::BusPirate module - #bugfix in call to PWN::Plugins::Serial.request method
ccc167a PWN::Plugins::BusPirate module - #bugfix in call to PWN::Plugins::Serial.request method
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
f31caad PWN::Plugins::MSR206 module - more refinements
4eb6060 PWN::Plugins::MSR206 module - implement #list_cmds && #exec methods #rubocop
96de906 PWN::Plugins::MSR206 module - implement #list_cmds && #exec methods
79fe42a PWN::Plugins::MSR206 module - initial non-working commit (redact msr gem in favor of 100% ruby native module)
13b0e31 PWN::Plugins::MSR206 module - initial non-working commit
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
68a92cc PWN::Plugins::NessusCloud module - implement HTTP PUT method in #nessus_cloud_rest_call
267b389 pwn_nessus_cloud_scan_crud Driver - rename pwn_nessus_cloud_create_scan to reflect ability to create, read, update, & delete scans
94bb346 pwn_nessus_cloud_create_scan Driver - add tag uuid to settinggs[:tag_targets] instead of tag name #bugfix
a33c3e0 pwn_nessus_cloud_create_scan Driver - add tag uuid to settinggs[:tag_targets] instead of tag name
d1ae4f6 pwn_nessus_cloud_create_scan Driver - add debugging to #get_tag_values call to understand condition required to trigger #create_tag method #bugfix
2eb9500 pwn_nessus_cloud_create_scan Driver - add debugging to #get_tag_values call to understand condition required to trigger #create_tag method
f77a454 pwn_nessus_cloud_create_scan Driver - add debugging to #get_tag_values call to understand condition required to trigger #create_tag method
486a5a2 PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
a59ad8d PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
22c4559 PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
550779a PWN::Plugins::NessusCloud module - refactor #get_tags method #bugfix
f13218f PWN::Plugins::NessusCloud module - refactor #get_tags method
e9b1a1b pwn_nessus_cloud_create_scan Driver - add --tag-category-name feature #rubocop
7e347e3 pwn_nessus_cloud_create_scan Driver - add --tag-category-name feature
478ec25 pwn_nessus_cloud_create_scan Driver - add --tag-targets feature
a02f88b pwn_nessus_cloud_create_scan Driver - more code refinement
1999189 pwn_nessus_cloud_create_scan Driver - more code refinement
654c50d PWN::Plugins::NessusCloud module - #bugfix in #create_scan method
b752378 pwn_nessus_cloud_create_scan Driver - tag_targets_arr #bugfix
7719f22 pwn_nessus_cloud_create_scan Driver - credentials key #bugfix
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.)
3a6e477 pwn_nessus_cloud_create_scan Driver - closer to working commit
3e264d8 pwn_nessus_cloud_create_scan Driver - get target network UUID for --target-network-name
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
0cdc0ce pwn_nessus_cloud_create_scan Driver - more additions
cc95e2b pwn_nessus_cloud_create_scan Driver - add policy parameter
2115eb3 pwn_nessus_cloud_create_scan Driver - add policy parameter
ac67b0f pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks #bugfix
84ac773 pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks #rubocop_fixes
8a841d8 pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks
3fd2f1b pwn_nessus_cloud_create_scan Driver - initial non-working commit #tweaks
9119659 PWN::Plugins::NessusCloud - add #list_scan_templates method && pwn_nessus_cloud_create_scan Driver - initial non-working commit
a434c66 PWN::Plugins::CreditCard module - add #type method to aid in reversing weak generation methods used by some financial institutions #rubocop
29fce17 PWN::Plugins::CreditCard module - add #type method to aid in reversing weak generation methods used by some financial institutions
a1f7bf1 PWN::Plugins::SerialPort module - fix missing method #wait_readable #bugfix
f4c91d6 pwn.gemspec - Specify requirements for only the minor Ruby version, not patch (i.e. 3.1.x)
baecc3b pwn.gemspec - Support ruby-3.1.2p20
1e80a2b .ruby-version - Support ruby-3.1.2p20
bd770d0 .ruby-version - Support ruby-3.1.2p20
68958e3 .ruby-version - Support ruby-3.1.2p20 - i.e. >= Preview 20
947fbe3 PWN::VERSION - bump gem version
ac9387b PWN::SAST::Signature module - initial commit
67e9cde Packer provisioners - include env when setting user var, PWN_PROVIDER #bugfix
066da28 Packer provisioners - include env when setting user var, PWN_PROVIDER #bugfix
b1c87af .sh in pwn repo root - bugfix in PWN_ROOT assignment when building within cloned ssrc
ab3eb54 .sh in pwn repo root - bugfix in PWN_ROOT assignment when building within cloned ssrc
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
21db2bc Packer & Vagrant - fix bug in PWN_ROOT assignment when generating /etc/profile.d/pwn_envs.sh
007dc4d Packer & Vagrant - fix bug in PWN_ROOT assignment when generating /etc/profile.d/pwn_envs.sh
917a82b .ruby-version - address weird versioning issue
41fa60e .ruby-version - Bump to 3.1.2 #rubocop_fixes
5d51b69 .ruby-version - Bump to 3.1.2
a225371 PWN::SAST::
modules - fix NIST 800-53 links to show respective control desc for SAST module #bugfix
321e5ea Packer && Vagrant - ensure PWN_ROOT reflects path of latest installed pwn gem
eb5e59d PWN::Banner::
- slight tweaks
959941d Gemfile && PWN::Plugins::CreditCard - reinstate module w/ compatible version of credit_card_validations (i.e. 5.0.0)
3133eb6 pwn REPL driver - implement welcome-banner command in REPL session to display example usage on demand
831d253 PWN::SAST::HTTPAuthorizationHeader module - initial commit
611bbf0 PWN::Plugins::RabbitMQHole to PWN::Plugins::RabbitMQ module - update rdoc to include port parameter
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

0.4.400

04 Apr 14:43
804fcda
Compare
Choose a tag to compare
Merge pull request #49 from ninp0/master

PWN::Banner::* - add string, "PWN" to banners.