Spencer McIntyre
Spencer McIntyre
This updates the hexdump to use the address (the raw offset within the scanned file) for the left hand column. This means that users know where to look for the...
Right now multi-line code blocks that use the triple backquote show up in the editor with their contents colored, but whitespace and spacing between lines is the default. It's particularly...
python backfuzz.py -h 192.168.90.128 -p 110 -min 0 -max 10000 -s 25 -pl POP3 ... MIN: 0 MAX: 10000 Giving it with: 9975 MIN: 0 MAX: 10000 Giving it with:...
### Prerequisites * [ ] Reproduced the problem in Safe Mode (may not be appropriate if your error involves markdown-preview-plus): http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode * [x] Checked that the issue isn't already filed:...
Fixes #16838 This fixes a typo in the ZSH completion file for `_msfvenom` that would cause an error when completing the `--arch` argument. ## Verification - [ ] Install zsh...
This adds an exploit for CVE-2022-44877 which is an unauthenticated command injection in Control Web Panel use exploit/linux/http/control_web_panel_login_cmd_exec [*] No payload configured, defaulting to cmd/unix/python/meterpreter/reverse_tcp msf6 exploit(linux/http/control_web_panel_login_cmd_exec) > set RHOSTS...
Now that https://github.com/rapid7/metasploit-framework/pull/17244 is landed, it's unnecessary for Meterepter's to return the `TLV_TYPE_ADDR_TYPE` when resolving hostnames. It appears to always be the value that was echoed to it and is...
This bumps the version of RubySMB to pull in the changes from rapid7/ruby_smb#242 which adds the NDR TypeSerialization1 data definitions. This means the definitions originally landed in the certified exploit...
This adds the feature requested in #17571 by updating the logic that loads ccache files on disk to patch the serviceclass portion of the sname field, thereby allowing the ticket...
BeaconDataExtract provides the size of the extracted data through the optional size parameter. Using that allows the parameter to be removed and also eliminates the possibility of a descrepancy where...