This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = 'cravip' | |
import unittest | |
import subprocess | |
import threading | |
class ServerUnitTest(unittest.TestCase): | |
def test_run_recv_file_data(self): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = 'cravip' | |
import socket | |
import select | |
import sys | |
class Mainserver: | |
def __init__(self, portno): | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(virtualpy)snooze@snooze:~/work/glastopf$ python2.7 setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to Glastopf.egg-info/requires.txt | |
error: Glastopf.egg-info/requires.txt: Permission denied |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snooze@snooze:/opt/glastopf/glastopf/testing$ nosetests-2.7 | |
.....................python generate.py > /tmp/tmpdnGrLC/data/apd_sandbox.php | |
.python generate.py > /tmp/tmpAa6KBY/data/apd_sandbox.php | |
...Sending request: http://localhost:8080/ | |
Hash of the local 'response' file: 2beda901e97267f7d8d34ca12565e651 | |
Return value: 2beda901e97267f7d8d34ca12565e651 | |
matched a generated attack surface item. | |
.E......E............ | |
====================================================================== | |
ERROR: Objective: Testing overall Honeypot integration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhcpcd[8385]: version 5.6.4 starting | |
dhcpcd[8385]: eth0: sending IPv6 Router Solicitation | |
dhcpcd[8385]: eth0: rebinding lease of 10.100.91.89 | |
dhcpcd[8385]: wlan0: waiting for carrier | |
dhcpcd[8385]: eth0: acknowledged 10.100.91.89 from 10.100.56.21 | |
dhcpcd[8385]: eth0: checking for 10.100.91.89 | |
dhcpcd[8385]: eth0: Router Advertisement from fe80::783a:cf78:eef4:bf4a |