Files
metasploit-gs/lib
Jack Heysel 03e5b36008 Land #18833, fix for issue #18561
This PR catches an exception when updating a non-existing session.
Prior to this PR trying to run sessions -k after running workspace -D
would result in a stacktrace being printed to the console.
2024-02-23 11:18:03 -08:00
..
2024-01-06 15:54:49 -05:00
2024-02-23 11:18:03 -08:00
2023-09-24 17:42:00 -04:00
2024-01-06 15:54:49 -05:00
2024-01-06 15:54:49 -05:00
2024-01-06 15:54:49 -05:00
2021-03-11 10:04:43 -06:00
2023-09-24 17:42:00 -04:00
2021-02-08 12:24:12 +00:00

This is where all of the libraries and mixins of Metasploit live. Generally speaking any code that will be reused across multiple modules will be placed into a library or mixin which will then be placed under this folder.