Skip to content

Commit

Permalink
test - Add license info
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Oct 14, 2020
1 parent 8005ed0 commit 468f175
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 18 deletions.
6 changes: 6 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: none
#
# SPDX-License-Identifier: CC0-1.0

all:
cd mysql && make
6 changes: 6 additions & 0 deletions tests/mysql/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2018 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later

all:
test -e venv || virtualenv --python=/usr/bin/python3 venv
( \
Expand Down
2 changes: 2 additions & 0 deletions tests/mysql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
PyMySQL
pytest
6 changes: 6 additions & 0 deletions tests/mysql/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2018 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later

import pymysql


Expand Down
6 changes: 6 additions & 0 deletions tests/mysql/tests/test_show_commands.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2018 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later

from . import SQLConnection


Expand Down
6 changes: 6 additions & 0 deletions tests/mysql/tests/test_vars.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2018 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later

from . import SQLConnection


Expand Down
2 changes: 2 additions & 0 deletions tests/sip/README.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
22 changes: 4 additions & 18 deletions tests/sip/functional-test-sip.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
################################################################################
# This file is part of the dionaea honeypot
#
# Stand-alone VoIP honeypot client (preparation for Dionaea integration)
# Copyright (c) 2010 Tobias Wulff (twu200 at gmail)
#
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# SPDX-FileCopyrightText: 2010 Tobias Wulff (twu200 at gmail)
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
# SPDX-License-Identifier: GPL-2.0-or-later
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
# Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
################################################################################
# Stand-alone VoIP honeypot client (preparation for Dionaea integration)

import socket
import sys
Expand Down
6 changes: 6 additions & 0 deletions tests/sip/run-bt4.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Set some environment vars for backtrack 4

export TOOL_SMAP=/pentest/voip/smap/smap
Expand Down
6 changes: 6 additions & 0 deletions tests/sip/run-bt5.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Set some environment vars for backtrack 5

export TOOL_SMAP=/pentest/voip/smap/smap
Expand Down
5 changes: 5 additions & 0 deletions tests/sip/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
#
# SPDX-License-Identifier: GPL-2.0-or-later

# set default values

Expand Down
2 changes: 2 additions & 0 deletions tests/sip/sipp/error_sdp.xml.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/newmethod.xml.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/options.xml.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/register.xml.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/register_pw.xml.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/uac.xml.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/user.csv.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
2 changes: 2 additions & 0 deletions tests/sip/sipp/user_pw.csv.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2011 PhiBo (DinoTools)
SPDX-License-Identifier: GPL-2.0-or-later
6 changes: 6 additions & 0 deletions tests/smb/metasploit.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This file is part of the dionaea honeypot
#
# SPDX-FileCopyrightText: 2010 Markus Koetter
#
# SPDX-License-Identifier: GPL-2.0-or-later

version

<ruby>
Expand Down

0 comments on commit 468f175

Please sign in to comment.