Giter Club home page Giter Club logo

honeypot-setup-script's People

Contributors

andrewmichaelsmith avatar bossiernesto avatar mboman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

honeypot-setup-script's Issues

kippo is broken

I've broken kippo because I copy the cfg to /opt/kippo before doing the clone

Kippo startup error

Following error was reported by the script while attempting to start kippo

  • Starting the process kippo Unhandled Error
    Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 642, in run
    runApp(config)
    File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
    _SomeApplicationRunner(config).run()
    File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 376, in run
    self.application = self.createOrGetApplication()
    File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 441, in createOrGetApplication
    application = getApplication(self.config, passphrase)
    --- ---
    File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 452, in getApplication
    application = service.loadApplication(filename, style, passphrase)
    File "/usr/lib/python2.7/dist-packages/twisted/application/service.py", line 405, in loadApplication
    application = sob.loadValueFromFile(filename, 'application', passphrase)
    File "/usr/lib/python2.7/dist-packages/twisted/persisted/sob.py", line 203, in loadValueFromFile
    fileObj = open(filename, mode)
    exceptions.IOError: [Errno 2] No such file or directory: '/opt/kippo/kippo.tac'

Failed to load application: [Errno 2] No such file or directory: '/opt/kippo/kippo.tac'

kippo doesn't start

- Starting the process kippo                                                                                                                                                                                                                Starting kippo in background...Traceback (most recent call last):
  File "/usr/bin/twistd", line 14, in <module>
    run()
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run
    app.run(runApp, ServerOptions)
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 652, in run
    runApp(config)
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
    _SomeApplicationRunner(config).run()
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 388, in run
    self.logger.start(self.application)
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 226, in start
    observer = self._getLogObserver()
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 142, in _getLogObserver
    logFile = logfile.LogFile.fromFullPath(self._logfilename)
  File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 48, in fromFullPath
    os.path.dirname(logPath), _args, *_kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 161, in __init__
    BaseLogFile.**init**(self, name, directory, defaultMode)
  File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 40, in **init**
    self._openFile()
  File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 166, in _openFile
    BaseLogFile._openFile(self)
  File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 75, in _openFile
    self._file = file(self.path, "w+", 1)
  IOError: [Errno 2] No such file or directory: '/opt/kippo/log/kippo.log'```

p0f exiting - "network is down"

p0f seems to start but then exits

example

--- p0f 2.0.8 resuming operations at <Tue Jan 15 22:10:41 2013> ---
[-] ERROR: Network is down.

disable dionaea all loging

dionaea debug logging logs alot

should change levels in dionaea.conf

levels = "all" -> levels = "warning,error"

Add checks for sudo and sudo powers

Currently the script fails rather ungracefully if you don't have sudo installed or if you have sudo but don't have sudo powers.

# bash setup.bash
ERROR: Please install sudo before contniuing (apt-get install sudo)

#bash setup.bash
ERROR: You need to run this script under an account that has access to sudo

virtual interfaces cause issues with dionaea

If you choose to run the honeypots on a virtual interface such as venet0:0 then dionaea will not run because it can't handle colons in the interface name.

If you strip it from the name then dionaea seems to handle it properly so that may be worth doing.

Unhandled condition in python script that prompts for pcap interface to use

If the box being configured has an extra NIC that is not plugged into the network, then that NIC won't have an IP address. When the python script that prompts the user for which interface to use, tries to enumerate all the interfaces (and their IP addresses), it will fail when it gets to that unplugged NIC. The installation script will continue without user interaction and fail at the end with a message about an invalid NIC. Workaround was possible by plugging all NICs (including unused ones) into a switch while the install script was running.

Missing pid on boot

I get the error below after reboot. The directory is missing as well

An error has occurred: '[Errno 2] No such file or directory: '/var/run/kippo/kippo.pid''

  • Starting the process kippo [fail]

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.