Trevor Steen
Trevor Steen
## Expected Behavior ```ruby # Get device object from IP address device = [@nsc.find_device_by_address('1.2.3.4')] => # # Use scan_devices method to perform ad hoc scan of asset @nsc.scan_devices(device) # returns...
This happens when making any changes to a site and then attempting to save the site using Site.save(nsc). **Error Output:** ``` Nexpose::APIError: NexposeAPI: POST request to /api/2.1/site_configurations/ failed. response body:...
This line here breaks in Python versions starting with 3.7 due to updates to the `socket` library. https://github.com/fox-it/mitm6/blob/186428fdcb432b6226fbbd8be2897f7a4a29e32f/mitm6/mitm6.py#L283-L284 From the documentation for the `socket` library (https://docs.python.org/3/library/socket.html) the `socket.getaddrinfo` method has...
I did not have time to fully dig into this but wanted it tracked to investigate further. ## Steps to reproduce How'd you do it? Running this module results in...
This tactic fails to properly execute if the path to the LNK file has spaces in it. https://github.com/praetorian-code/purple-team-attack-automation/blob/ddcbc47bee1d2988964687c213a469630d82d407/modules/post/windows/purple/t1023.rb#L87 This line probably needs to be something like `"'#{shortcut}'"` in order to...
fixes #35 Tested on macOS 10.13.6 (the VM I had). Tests 5 different tactics for both Unix and macOS that relate to Local Job scheduling. Can run all or select...
Reopening #3129 as @avalys mentioned he would comment to see if this would push it through automation. Updated the metar app to utilize the new Data API from Aviation Weather....
If you are thinking of updating an app, just don't. It has been over 30 days since they have merged an update and their Stale Bot is just autoclosing PRs...