--
You received this message because you are subscribed to the Google Groups "O2 Platform" group.
To post to this group, send email to o2-pl...@owasp.org.
Visit this group at http://groups.google.com/a/owasp.org/group/o2-platform/.
7/21/2015 5:39:02 AM - Supported Products :
7/21/2015 5:39:02 AM - Microsoft.VisualStudio.Ultimate
7/21/2015 5:39:02 AM - Version : [10.0]
7/21/2015 5:39:02 AM - Microsoft.VisualStudio.Premium
7/21/2015 5:39:02 AM - Version : [10.0]
7/21/2015 5:39:02 AM - Microsoft.VisualStudio.Pro
7/21/2015 5:39:02 AM - Version : [10.0]
--
You received this message because you are subscribed to the Google Groups "O2 Platform" group.
To post to this group, send email to o2-pl...@owasp.org.
Visit this group at http://groups.google.com/a/owasp.org/group/o2-platform/.
Hey Dinis,You have no idea how relieved I feel to see your response! I've been banging my head against the wall trying to get this to work for about a month now.. lol
I'm not sure which exact script you used in your video because in O2 Platform's 5.5 Release (https://github.com/o2platform/O2.Platform.Scripts/tree/master/3rdParty/Microsoft/CatNet), there are multiple scripts that seem to do similar things. I think you were using this one: https://github.com/o2platform/O2.Platform.Scripts/blob/master/3rdParty/Microsoft/CatNet/PoC%20-%20CatNet%20Scan%20on%20Local%20File%20(with%20Findings).h2
I would love it if you can help me get it working for VS2010 and beyond!
I would also love to help you develop this for more vulnerabilities and more languages.
Cat.Net hasn't gotten any support yet, unfortunately. There was a brief beta for version 2.0, but that got quickly shutdown and there are only dead links now..
Those scripts are running the CatNet plugin outside VS, did they worked? Is this the scripts you mentioned you fix in one of the next emails? If so can you send a PR with your fixes?
well the cat.net scanner will run on any .NET language, so if it compiles into MSIL, we can use it.
Have you been able to run Cat.NET inside VisualStudio? and control it using the O2 Scripts?
Can you create a couple https://gist.github.com/ with the scripts you are writing (specially the ones that are not working)
Also can you fork the https://github.com/o2platform/Book_WebAutomation and send a PR of a page that talks about the VS plugin?
Those scripts are running the CatNet plugin outside VS, did they worked? Is this the scripts you mentioned you fix in one of the next emails? If so can you send a PR with your fixes?
Oh. So those scripts aren't supposed to work inside VS? Yes, they worked through the O2 platform, after I fixed them,
and of course the bintray exes always worked.
Yes, I fixed a few of those scripts to have the right references, but they are specific to my computer, as in specific to where I put my assembly files. I don't think my PR will help..
well the cat.net scanner will run on any .NET language, so if it compiles into MSIL, we can use it.As someone who has some undying love for Java and Python, how do you think we can get it to work on those languages?
If I understand you correctly, the scripts in your repo aren't meant to run the PoC you showed inside VS. How can I run the real-time feedback system inside VS?
Have you been able to run Cat.NET inside VisualStudio? and control it using the O2 Scripts?I have gotten Cat.NET running on VS, but I cannot control it with O2.
Can you create a couple https://gist.github.com/ with the scripts you are writing (specially the ones that are not working)The scripts that I created are very basic. Just doing browser based automation inside VS.
Also can you fork the https://github.com/o2platform/Book_WebAutomation and send a PR of a page that talks about the VS plugin?Definitely! I'd love to write the entire section for the plugin, if only I could get it working... Grrr
Glad you liked it.
Can you now see what I mean by 'controlling Cat.NET from the O2 REPL' ?