https://github.com/kost/nanoweblog
logs every web/http request
https://github.com/kost/nanoweblog
Last synced: about 1 year ago
JSON representation
logs every web/http request
- Host: GitHub
- URL: https://github.com/kost/nanoweblog
- Owner: kost
- Created: 2012-10-16T09:12:02.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T11:33:29.000Z (almost 14 years ago)
- Last Synced: 2025-03-26T04:42:38.710Z (over 1 year ago)
- Language: C
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Basic HTTP/Web honeypot for embedded systems (openwrt, mobiles, ...)
Copyright (C) Kost. Distributed under GPL.
This is really basic http/web honeypot which answers randomly to
different web requests. It logs all packets to custom log file or
syslog.
Since it is very small it is good honeypot for embedded systems:
OpenWRT, Android, iPhone, etc.
It is advised to edit the requests & responses which will suit
your need.
Some parts were reused from nweb.
Generic
=======
just run "make"
iPhone
======
make -f Makefile.iphone
Android
=======
make -f Makefile.android NDK=/opt/android-ndk-r8b
OpenWRT
=======
make -f Makefile.openwrt OPENWRT=/opt/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.2