Thoughts on Security
Posts Tagged Metasploit
Using the GUI in Metasploit 4.6
Posted by scriptjunkie in Metasploit on April 14, 2013
Unfortunately, Rapid7 recently informed me that they would no longer be including msfgui from the official distribution of Metasploit (along with Armitage). But don’t worry, because even though it is now a separate program, msfgui is still supported and still provides (in my humble opinion) the best way of harnessing all the power of Metasploit.
Custom payloads in Metasploit 4
Posted by scriptjunkie in Metasploit on August 14, 2011
One of the key features of Metasploit is the customization of the framework; for example, different payloads can be generated with many different options and placed in any of a large number of exploits. Custom scripts can be written with many commands for automated post-exploit actions. Nevertheless, there have still been a number of customizations […]
custom, executables, Metasploit, Metasploit 4, multipayload, payload, psexec
Firefox Exploit Analyzed
Posted by scriptjunkie in Exploits, Metasploit on June 28, 2011
[I found some old posts lurking around my hard drive from a few months ago. This is no longer the newest or best Firefox exploit, but you might find it interesting] To learn a little bit more about exploit development and RE I took a look at the latest Firefox exploit in exploit-db ( http://www.exploit-db.com/exploits/15352/); […]
ASLR, DEP, dll, exploit, exploit-db, firefox, Metasploit, Nobel, Peace Prize, retslide, reverse engineering, rop, stack pivot
Java_signed_applet with RJB
Posted by scriptjunkie in Exploits, Metasploit on March 6, 2011
I just wasted a lot of time trying to get the java_signed_applet exploit module working in Metasploit. Not that it doesn’t work by default, but you will get the warning [-] [-] The JDK failed to initialized: no such file to load — rjb [-] In order to dynamically sign the applet, you must install […]
applet, gem, java, java_signed_applet, Metasploit, rjb, ruby
Command stagers in Windows
Posted by scriptjunkie in Exploits, Metasploit on September 27, 2010
Update: these command stagers have been integrated into metasploit Command injection/execution bugs are a relatively common vulnerability. For example, Internet Explorer, Google Chrome, and Mozilla Firefox have all had these problems, at least including common add-ons. (see http://www.securityfocus.com/archive/1/archive/1/499570/100/0/threaded, http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-5045, etc.) Many server-side scripts in webapps also suffer from the same issues. Against a Linux target, […]
CMD, command, exploit, Metasploit, stager, vbs, vbscript, windows
EXE injection plus
Posted by scriptjunkie in Metasploit on March 26, 2010
For those interested in metasploit (or whatever) payload injection into EXE files, the metasploit patch (now posted http://www.metasploit.com/redmine/projects/framework/repository/revisions/8896) is based on one case, albeit the most likely to work, of my original program in C and Win32 API. This original program also can embed the payload if it fits into unused space at the end of a code section, which […]
Metasploit EXE code injection
Posted by scriptjunkie in Metasploit on March 22, 2010
I recently posed a patch to inject an arbitrary metasploit payload into a win32 exe while attempting to not affect the behavior of the host exe. I’m not the best ruby ninja, but I do at least know a little about the PE format. https://metasploit.com/redmine/issues/1244#change-3739 the patch: https://metasploit.com/redmine/attachments/196/inject.patch Payload is run in a separate thread. […]
Shellcode API hashes
Posted by scriptjunkie in Metasploit on March 5, 2010
For all you shellcoders out there; to make Windows API calling easier, you can use Stephen Fewer’s block_api.asm in the Metasploit tree. http://www.metasploit.com/redmine/projects/framework/repository/revisions/8160/entry/external/source/shellcode/windows/x86/src/block/block_api.asm But you need the function hashes, which if you don’t have the DLL on your current OS, or the python file, or something like that can be annoying. So I posted a […]
Featured Posts
- Exploiting Ammyy Admin – developing an 0day
- Red Teaming the CCDC
- Installing Linux on a Live Windows System
- Adding Easy SSL Client Authentication To Any Webapp
- Remote Desktop and Die – How to RDP Faster Without Getting Robbed
- Fixing Pass The Hash and 14 Other Problems
- Saving shells with PrependMigrate
- Authenticated Remote Code Execution Methods in Windows
- Running Code From A Non-Elevated Account At Any Time
- Ambush – A New Capability for Advanced Defense
- Malicious VM to Host Attacks
- Direct shellcode execution in MS Office macros
- Original Source Forgery
- Writing Meterpreter Extensions
- Network Nightmare – PXE talk at Defcon
- Bypassing DEP/ASLR in browser exploits with McAfee and Symantec
- Firefox Exploit Analyzed
- Why Encoding Does not Matter and How Metasploit Generates EXE’s
- Shells, terminals, and sudo mitm
- Breaking mobile device crypto with chaos theory and hardware RNG’s
- Black Hat DC Presentation
- Command stagers in Windows
Categories
- /dev/urandom (21)
- CCDC (1)
- Crypto (3)
- Defense (19)
- Exploits (17)
- Legal thoughts (1)
- Metasploit (26)
- Uncategorized (32)
- Vulnerabilities (3)
- webapps (7)
Archives
- November 2021
- September 2021
- February 2021
- April 2020
- February 2020
- January 2020
- December 2019
- May 2019
- July 2018
- March 2018
- August 2017
- July 2017
- April 2017
- March 2017
- January 2017
- October 2016
- September 2016
- August 2016
- June 2016
- March 2016
- January 2016
- November 2015
- October 2015
- September 2015
- July 2015
- May 2015
- January 2015
- October 2014
- September 2014
- July 2014
- May 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- January 2012
- December 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010