bcoles

Results 254 comments of bcoles

Removing the stale label. Presumably, deprecated methods are deprecated for a reason. ``` # grep -rn report_auth_info modules/ modules/exploits/unix/webapp/vbulletin_vote_sqli_exec.rb:404: report_auth_info({ modules/auxiliary/admin/scada/modicon_password_recovery.rb:184: report_auth_info( modules/auxiliary/admin/scada/modicon_password_recovery.rb:234: # report_auth_info( modules/auxiliary/sniffer/psnuffle.rb:135: def report_auth_info(*s) modules/auxiliary/sniffer/psnuffle.rb:136: self.module.report_auth_info(*s)...

> After proceeded with every correct step to import my rb exploit to the tool and after running the updatedb command at the end what? > it wouldn't add my...

What does "does not work" mean?

Is this a dupe of #17058 ?

> This PR fixes https://github.com/rapid7/metasploit-framework/issues/16785. That seems unlikely. #16785 is due to use of `wmic os get osarchitecture` which is not a valid WMIC query on XP SP3. ![image](https://user-images.githubusercontent.com/434827/188028500-45850e9e-8cc1-4a1c-8edb-ab928a2a60f5.png)

What is it about `64-bit` that doesn't match but `if arch =~ /64/m && arch =~ /bit/m` does? Does it use a long dash (`—`) or something else? Can you...

> Feel free to play around here with this bit of code Unfortunately this will still fail on [some systems](https://www.suzu6.net/posts/246-windows10-os-bit/): ``` >wmic os get osarchitecture OSArchitecture 64 ビット ``` `bit`...

There is not much information to go on. You're suggesting that the captured screenshot is a black square and the session may or may not be on a Windows 10...

> windows session is running as nt authority. You may need to migrate to a process running as a user who has something to screenshot, rather than service accounts (`nt...

> Hi, any suggestion on how to fix this? The tests are failing due to a `msftidy` violation: ``` --- Checking new and changed module syntax with tools/dev/msftidy.rb --- modules/exploits/unix/http/syncovery_linux_rce_2022_36534.rb...