Just wanted to drop a quick note about the release of another free script. This time I’ve written a simple FTP fuzzer (with a little help from HDMoore) in Metasploit. You can read more about it (and download the script) at http://www.corelan.be:8800/index.php/my-free-tools/security/metasploit/simple-ftp-fuzzer-metasploit-module/
This is why I like Metasploit so much… :-)
Update : after running some fuzzing instances against a couple of FTP servers (Win32), I have noticed that some odd folders were created in my ftp root folder, and that these folders cannot be renamed or removed anymore
(Error message : “Cannot read from the source file or disk”)
Solution : the rmdir command allow you to remove these folders using a \\?\ reference
Let’s say the ftp root is located at ftp, and the folder that cannot be removed looks like a bunch of A’s, with spaces in between, then you can remove this folder with the following command :
rmdir /S /Q "\\?\C:\ftp\A A A A A A A A A A A A A A A "
(basically, use TAB completion to fill out the full name of the folder)
(I’ve found this solution at http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/)
© 2009 – 2021, Peter Van Eeckhoutte (corelanc0d3r). All rights reserved.
Comments are closed.
You can chat with us and our friends on our Slack workspace:
Do you like our free content? Enjoying the materials we put together?
Are you interested in learning how to write exploits for Windows, but perhaps looking for updated materials?
Are you struggling to fully grasp the concepts based on what you find online? Would you perhaps prefer to learn in a classroom setting instead?
Did you know that we travel to strategic places around the world, to teach our world-renowned exploit development classes.
In order to preserve and ensure a top-quality learning experience, all of our classes are delivered in-person.
I also teach private classes! For larger groups, I’ll glady come to you. For smaller groups, willing to travel to Belgium, I’ll provide a training room near Bruges.
We currently offer 2 classes:
Our “Bootcamp” classes covers the basics of exploit development for Windows 11.
The “Advanced” class covers heap exploitation for Windows 7, Windows 10 and Windows 11.
Both classes contain a short introduction on x64 exploitation!
You can find our schedules here: https://www.corelan-training.com/index.php/training-schedules .
>>> Our classes tend to sell out fast, so sign up today and secure your seat in one of our classes !! <<<
And if you’re not sure – feel free to check what our students have to say about our classes.
Enjoy!