Giter Club home page Giter Club logo

fimap's Introduction

Welcome to the fimap project!

fimap is a little python tool which can find, prepare, audit, exploit and even google automaticly for local and remote file inclusion bugs in webapps. fimap should be something like sqlmap just for LFI/RFI bugs instead of sql injection. It's currently under heavy development but it's usable.

The goal of fimap is to improve the quality and security of your website.

Do not use this tool on servers where you don't have permission to pentest!

I am dead serious.


Find fimap on twitter: http://twitter.com/fimap

Quick News for SVN and upcoming versions

fimap Features

  • Check a Single URL, List of URLs, or Google results fully automaticly.
  • Can identify and exploit file inclusion bugs.
  • Relative\Absolute Path Handling.
  • Tries automaticly to eleminate suffixes with Nullbyte and other methods like Dot-Truncation.
  • Remotefile Injection.
  • Logfile Injection.
  • Test and exploit multiple bugs:
  • include()
  • include_once()
  • require()
  • require_once()
  • You always define absolute pathnames in the configs. No monkey like redundant pathes like:
  • ../etc/passwd
  • ../../etc/passwd
  • ../../../etc/passwd
  • Has a Blind Mode (--enable-blind) for cases when the server has disabled error messages.
  • Has an interactive exploit mode which...
  • ...can spawn a shell on vulnerable systems.
  • ...can spawn a reverse shell on vulnerable systems.
  • ...can do anything you can imagine through it's plugin interface.
  • Add your own payloads and pathes to the xml files or go ahead and write a new plugin.
  • Has a Harvest mode which can collect URLs from a given domain for later pentesting.
  • Works also on windows.
  • Can handle directories in RFI mode like:
  • where Null-Byte and the '?' trick is not possible.
  • Can use proxys.
  • Scans and exploits GET, POST and Cookies.
  • Has a very small footprint. (No senseless bruteforcing of pathes - unless you need it.)
  • Can attack also windows servers!
  • Has a tiny plugin interface for writing exploitmode plugins
  • Non Interactive Exploiting

What doesn't work yet?

  • Other languages than PHP (even if engine is ready for others as well.)

Is there a How To?

  • Check out this post by HR from Kaotic Creations which explains fimap really good :) It's a tutorial for windows but I think unix heads should understand it as well.

Credits

fimap's People

Contributors

crunchsec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.