Design EthiCal HaCkeRs: LFI
  • Keyloggers

    Keyyloggers Tools and Tutorials. Learn how keyloggers work and how to use them . ...

  • Cookie Stealers

    Cookie Stealers Tools and Tutorials. Learn how Stealers work and how to use them ...

  • Botnets

    Botnet Tools and tutorials. What is Zeus and Citadel bot and how to use them . ...

  • RATS

    Remote Administration tools and tutorials. ...

  • Website Hacking

    How to Hack Websites Vulnerabilities tools and tutorials ...

Showing posts with label LFI. Show all posts
Showing posts with label LFI. Show all posts

LFI Web Hacking FULL Tutorial


This tutorial will guide you into the process of exploiting a website through the LFI (Local File Inclusion). First lets take a look at a php code that is vulnerable to LFI: $page = $_GET[page]; include($page); ?> Now, this is a piece of code that should NEVER be used, because the $page isn’t sanitized and [...]

LFI (local File Inclusion) Injection pentesting TUTORIAL


originally Written By : "Fredrik Nordberg Almroth"

Local File Inclusion

As the title says, this is a "short" and descriptive guide about

various methods to exploit using a local file inclusion (LFI).

I will cover the following topics: