gardnerapp
gardnerapp
I tried to initialize an HTTPCookie object with a domain. Got this error: ```cj.add(Msf::Exploit::Remote::HTTP::HttpCookie.new('PHPSESSID', @phpsessid, attr_hash: {domain: "foo.com"})) /Users/corery/.rbenv/versions/3.0.5/lib/ruby/gems/3.0.0/gems/http-cookie-1.0.5/lib/http/cookie_jar.rb:110:in `rescue in add': domain is missing (ArgumentError) from /Users/corery/.rbenv/versions/3.0.5/lib/ruby/gems/3.0.0/gems/http-cookie-1.0.5/lib/http/cookie_jar.rb:107:in `add' from...
Not ready to be merged Getting `syntax error unexpected &&` in the first `cmd_exec_with_result` call.
I will try and get the documentation done by Friday!
For some reason the Linux Binary payload was no longer working. I added `include Msf::Exploit::Exe` and have successful test for binary payloads: ``` use exploit/multi/handler [*] Using configured payload linux/x64/meterpreter/bind_tcp...
> Hey there, @gardnerapp; I am sorry I let this fall by the wayside, and I want to get this merged and landed because it is pretty darn cool. Is...
@bwatters-r7 Do whatever you have to do I don't mind. I hope I didn't cause to much trouble for you, I'm new to developing msf. Lmk if you need help.
Just a heads up there is already an exploit for the [first vulnerability](https://packetstormsecurity.com/files/177214/Kafka-UI-0.7.1-Command-Injection.html) in the post
I am by no means an expert on hashing algorithms but I have done some reading and have found that the SHA-2 can be vulnerable to length extension attacks but...
I've verified that the Ace-Responder POC works for Empire
I've hit a bit of dead end and need help. Stage0 is completed and I've successfully grabbed the staging key from the C2. At Stage1 I'm sending over a SessionID...