SaiSakthidar
98dd33a3cd
Remove CAIN
2025-12-03 15:42:57 -05:00
Chris Pomfret
f842bb7169
Nexpose plugin - Query nexpose via v3 api when doing scan
2025-11-24 12:15:55 +00:00
trauma
b1e1fbcc97
alias.rb
2025-06-18 21:43:11 +05:30
Spencer McIntyre
9b0af80d3b
Unnest the method and check for UNIXSocket
2024-09-19 11:18:02 -04:00
Spencer McIntyre
ba65ecc6cd
Remove boilerplate docs
2024-09-18 10:19:04 -04:00
Spencer McIntyre
3227e2e035
Catch exceptions on client connections
2024-09-18 10:03:39 -04:00
Spencer McIntyre
caf79d80eb
Add a basic theme to make it look more integrated
2024-09-17 16:09:26 -04:00
Spencer McIntyre
ae26319e8f
Update fzuse to be self contained
2024-09-17 15:16:53 -04:00
Spencer McIntyre
a1a59cff78
Load from the user's module store
2024-08-05 12:31:51 -04:00
Spencer McIntyre
233cd61c86
Check dependencies when loading
2024-08-05 12:07:57 -04:00
Spencer McIntyre
32d242c5d2
Initial commit of the fzuse plugin
2024-08-05 10:50:18 -04:00
Javier Álvarez
2d819cb029
remove db_create mention
2024-04-08 16:53:17 +02:00
adfoster-r7
7b56d012e8
Land #18678 , add LDAP capture capabilities
2024-02-15 22:11:04 +00:00
adfoster-r7
48221e594d
Land #18704 , Leverage the module metadata cache in the module_sets
2024-02-02 14:16:46 +00:00
Jeffrey Martin
d20ef7a08b
add LDAP to capture plugin
2024-01-23 13:52:35 -06:00
Dean Welch
2cf045d3c4
Leverage the module metadata cache in the module_sets
2024-01-15 14:56:46 +00:00
h00die
89d6c8c8ef
fix spelling in plugins folder
2024-01-07 13:24:11 -05:00
Simon Janusz
0fcba5ee17
Land #17970 , Fix #17969 Assign empty hash to variable status
2023-09-11 16:12:23 +01:00
Simon Janusz
d91a9638fc
Use empty hash instead of nil for nessus status
2023-09-11 15:20:18 +01:00
adfoster-r7
bfcd5d0466
Add centralized Metasploit plugin documentation
2023-07-06 19:00:33 +01:00
Rory McKinley
a967815397
Remove reliance on deprecated print_* methods
2023-06-28 17:56:57 +02:00
Rory McKinley
795fae2b81
Tweak help output to provide more detail
2023-06-28 16:52:07 +02:00
Y1Daa
d8beb8cfef
fix nessus_db_import & nessus_scan_export bugs
2023-05-07 21:27:50 +08:00
Grant Willcox
e5c636f931
Move folder descriptions into README.md files
2023-05-03 14:06:13 -05:00
Dean Welch
540f28d71b
Fix crashes in wmap plugin
2023-03-09 12:07:40 +00:00
bcoles
db90604333
plugins/bescure: Replace 'initheaders' Hash key with Hash in Net::HTTP::Post.new calls
2023-01-30 22:11:21 +11:00
bcoles
4ff475f180
plugins: Resolve rubocop violations
2023-01-30 13:07:16 +11:00
bcoles
7cf37f5fb7
plugins: rubocop -A plugins
2023-01-30 13:05:34 +11:00
bcoles
dd20bcac77
plugins: rubocop -a plugins
2023-01-30 12:25:46 +11:00
Grant Willcox
dcda0c2ebc
Fix up text so we capitalize all words of Metasploit Framework
2023-01-20 17:05:20 -06:00
Jeffrey Martin
f779f0f482
consolidate the config directory lookups
...
The user configuration directory can be overridden via environment
variables or configuration files.
In the current implementation `Msf::Config.config_directory` should be
utilized for consistent location reporting. `Msf::Config.get_config_root`
is reserved to generation of a default location and should be considered
`private` as it ignores some injected configuration options. Currently
autoloading does not allow application of the `private` keyword to this method,
requiring guidance during development that module writers should access the
full configured `user` value of `Msf::Config.config_directory`.
2022-07-25 15:27:21 -05:00
Ronni3X
83bfc73e09
Update nessus.rb
2022-05-11 19:56:32 -04:00
Ronni3X
33cfc7ce71
Update nessus.rb
...
Changed the line that parses the input for the nessus_connect password. It will now split the user input by the last occurrence of the at sign (@) instead of the first occurrence. This will prevent improperly parsed passwords due to an at sign (@) in the password.
2022-05-11 18:33:33 -04:00
Spencer McIntyre
e96abb1254
Rename the capture command
...
Multiple modules provide a "Capture" action that would collide with this
name. Rename it to `captureg` for Capture-Global.
2022-03-21 17:43:11 -04:00
Ashley Donaldson
0abdd55234
Use a file in .msf4, copying it from the data directory if it doesn't exist.
...
Fixes some bugs relating to pivoting through a session
2022-03-17 09:18:43 +11:00
Ashley Donaldson
9074d7b2bd
Reformatted yaml file to be more flexible in future
2022-03-17 08:47:10 +11:00
Ashley Donaldson
efaf21cbed
Show specific error message if module fails to load
2022-03-15 09:58:45 +11:00
Ashley Donaldson
8c35870a63
Make parsers instance variables to make rubocop happy
2022-03-11 16:56:10 +11:00
Ashley Donaldson
06cc16c4cb
Rubocop changes
2022-03-11 16:16:04 +11:00
Ashley Donaldson
538b680e79
Split tab completion into separate methods for each sub-command
2022-03-11 15:18:58 +11:00
Ashley Donaldson
b34189e24c
Take more parameters from a config file
2022-03-11 15:10:08 +11:00
Ashley Donaldson
1c84c1a314
More suggestions from code review
2022-03-10 17:29:17 +11:00
Ashley Donaldson
0c968cd38b
Apply suggestions from code review
...
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com >
2022-03-10 17:17:45 +11:00
Ashley Donaldson
0733f1e00e
Force capture defaults to come from the data file
2022-03-08 11:30:59 +11:00
Ashley Donaldson
02bb5234a3
Update help, fix POP3S port and disable DNS (broken) and WPAD (not actually useful)
2022-03-07 21:40:31 +11:00
Ashley Donaldson
a212cd57e5
HTTPS modules should use encryption
2022-03-07 15:12:34 +11:00
Ashley Donaldson
9b7107a711
Close handle to log file once the capture has ended (or a new one has begun)
2022-03-07 11:34:36 +11:00
Ashley Donaldson
a31b2ff1d5
Rename capture module
2022-03-03 17:26:04 +11:00
Ashley Donaldson
d1567bf2a5
Add logging and recording hashes for later use
2022-03-03 14:51:53 +11:00
Ashley Donaldson
cc84b9038d
Don't require a spoofing IP if you're not using active poisoning
2022-03-02 15:05:10 +11:00