GithubHelp home page GithubHelp logo

ayebmehdi2 / http-honeypot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anouarbensaad/honeypot-iot

0.0 1.0 0.0 12 KB

This tool is a HTTP server in Python which logs HackerIP and all the tracing he does combinations into a Logfile then a database.

Python 74.85% JavaScript 11.61% HTML 13.54%

http-honeypot's Introduction

HTTP-Honeypot

This tool is a HTTP server in Python which logs HackerIP and all the tracing he does into a Logfile then a database.

#Requirements

  • Python (2.7 or 3.0)
  • Apache2
  • Mysql-server

#Installation

  • Clone the repository. git clone https://github.com/anouarbensaad/HTTP-Honeypot.git and switch into the directory cd HTTP-Honeypot

#Configuration DATABASE

  • Run mysql with root user sudo mysql -u root
  • Create the database isetsohoney CREATE DATABASE isetsohoney;
  • add the privileges to rootGRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'isetso';
  • create table log with this fieldsCREATE TABLE log (id int NOT NULL PRIMARY KEY, date datetime, iphacker varchar(255), uri varchar(255));

#Running

  • run server with command : python HTTP_Honeypot_Server.py
  • Starting Server ON 999, Username : root , Password : toor

#Test

  • Scan The Server Banner with Nmap nmap -sV --script=banner 192.168.1.1 -p999
  • Open http://192.168.1.1:999 `

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.