Commit Graph

3144 Commits

Author SHA1 Message Date
c4d0c33fe3 don't use build/push together (#1846) 2023-06-23 22:48:18 +08:00
f9dd283f47 updated (#1845) 2023-06-23 22:44:37 +08:00
929ca9f060 Dock3 (#1844)
* general docker improvements.
* remove hadolint
* push it!
2023-06-23 21:32:09 +08:00
f0d6b06bdd platforms (#1843) 2023-06-18 00:12:24 +08:00
64eaecdf28 docker update (#1842)
* docker update
2023-06-18 00:08:14 +08:00
9713740ca9 Reqs (#1841)
* updated req
* remove pyopenssl
* ruff fixes
* remove PLR
2023-06-12 17:24:27 +08:00
1dd5754bf9 fix: requirements-output.txt to reduce vulnerabilities (#1838)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-06-09 14:28:10 +08:00
16ab083d17 Bump cryptography from 39.0.1 to 41.0.0 (#1840)
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-09 14:27:53 +08:00
02f1597efe Correct description of the authentication_timeout setting in the configuration file (#1833)
If set authentication_timeout to 0, a timeout exception will be raised immediately after receiving a connection.
2023-04-17 20:38:30 +08:00
16e1cd2b97 Support for additional commands (#1830)
* Add files via upload
* Support for commands: finger, groups and locate.
2023-04-04 16:59:04 +08:00
2b6fe718d7 Bump redis from 4.5.3 to 4.5.4 (#1832)
Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 15:06:18 +08:00
68605e4d60 Bump redis from 4.4.0 to 4.5.3 (#1829)
Bumps [redis](https://github.com/redis/redis-py) from 4.4.0 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.4.0...v4.5.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 10:04:51 +08:00
1a57e1ce2b Bump cryptography from 39.0.0 to 39.0.1 (#1818)
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-15 11:19:11 +08:00
d63d68d99a fix macs typo (#1820) 2023-02-15 11:18:51 +08:00
c070446ef0 Versionstringfix (#1817)
* otherVersion->self.otherVersionString
2023-02-06 10:13:17 +08:00
bf55a591bf Devops (#1811)
* update gh actions versions
* update docker build/pub
* docker workflow update
* also update latest docker tag
* ruff has taken over from flake8
2023-01-30 17:51:20 +08:00
0001168382 Release 2.5.0 (#1808)
* update changelog
* update version file
v2.5.0
2023-01-09 23:18:42 +08:00
65fc49eee2 arm64 builds (#1805) 2023-01-09 13:24:46 +08:00
0d2817a38b Fixes2 (#1802)
* add pylint. fix variable names
* add ruff. remove twistedchecker
* update pre-commit
* update hadolint. ruff mandatory in tox
* add pyright as optional
* add coverage
* typing
* fix telnet
* fix #1757
2023-01-07 22:09:09 +08:00
f77bd0b8f3 stuff (#1798)
* shell var expansion fix + test scripts
* add `ruff` testing
* deprecation warning explanation
* updated prereqs
2023-01-03 16:59:24 +08:00
b56e257c29 more typing (#1795)
* more typing
2022-12-15 11:46:15 +08:00
9098c5378d Reqs (#1793)
* update reqs.
2022-12-01 17:41:08 +08:00
899507e81a Datadog output module (#1789)
* Add Datadog output module

Co-authored-by: Fred Baguelin <frederic.baguelin@datadoghq.com>
2022-11-18 11:32:53 +08:00
b01acd5ff2 fix: requirements-dev.txt to reduce vulnerabilities (#1790)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
2022-11-18 11:15:14 +08:00
608fe454b9 Req (#1784)
* reqx
2022-11-13 10:58:24 +08:00
b6a8ff117e Bump twisted from 22.8.0 to 22.10.0 (#1780)
Bumps [twisted](https://github.com/twisted/twisted) from 22.8.0 to 22.10.0.
2022-11-06 13:52:32 +01:00
c320d89000 Py11 (#1774)
* 3.11 and pypy 3.9
2022-10-26 20:40:37 +02:00
41afbd7494 Type fixes (#1775)
* typing and other updates
2022-10-26 20:31:31 +02:00
0d6a17cf98 Add requested in issue logon type to telegram output plugin (#1772)
* Add requested in issue  logon type to telegram output plugin
2022-10-25 11:41:52 +02:00
c7e3f88fc5 Close tftp artifact object (#1770) 2022-10-24 22:51:00 +02:00
e85ea77e6f fix: requirements-output.txt to reduce vulnerabilities (#1769)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-3031740
2022-09-30 10:46:23 +08:00
b517e74921 Automatic update of dependencies (#1765)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-09-05 23:20:50 +08:00
6d150bb5f7 Automatic update of dependencies (#1759)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-29 20:29:57 +08:00
596b689166 Fix (#1761)
* fix #1758
2022-08-28 17:40:09 +08:00
973e2d999c Automatic update of dependencies (#1755)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-22 00:14:26 +08:00
92ef0132f6 feat: Allow override of docker bin in Makefile (#1754)
Prior to this change, the only container runtime that was permitted via
the Makefile was docker.

This change allows you to overwrite the binary used to build/run the
containers to use any docker-api compatible container runtime such as
podman.

You can now run the docker targets with podman by setting the DOCKER
envvar prior to running honeypot.

i.e For example, you can run the following:

`DOCKER=podman make docker-build`
2022-08-22 00:13:57 +08:00
3e8410faff Printf (#1753)
* fix printf
2022-08-18 23:21:24 +08:00
a93b849fb0 Automatic update of dependencies (#1752)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-18 23:18:35 +08:00
a916722e52 Automatic update of dependencies (#1749)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-08-08 13:42:21 +08:00
5b64bce81e Automatic update of dependencies (#1745)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-31 22:06:28 +08:00
98353433db Debian readme (#1746)
* v2.4.0

* update install guide
2022-07-31 22:06:11 +08:00
81ff0add53 Automatic update of dependencies (#1742)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-24 19:11:41 +08:00
2da2329dcd Automatic update of dependencies (#1740)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-18 23:18:43 +08:00
988c7e872f V2.4.0 (#1739)
Release 2.4.0
*************

* Deprecate Python 3.7
* Early support for Python 3.11
* ThreatJammer output plugin (@diegoparrilla)
* Telegram output plugin (@Louren)
* Discord output plugin (@CyberSparkNL)
* Updated mongodb output plugin
* Dependency upgrades
* Docker repo merged with this one
* `wget` and `curl` rewritten using `treq`.
* Migrate test framework from trial to unittest (@lazycrazyowl)
v2.4.0
2022-07-16 10:38:39 +08:00
64cdc99156 Automatic update of dependencies (#1738)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-12 21:21:25 +08:00
1b61fac9fb Automatic update of dependencies (#1734)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
2022-07-04 18:46:10 +08:00
deb69c2c43 update twisted api url (#1737)
* update twisted api url
2022-07-04 17:37:34 +08:00
727b3285e8 Rtd (#1732)
* update
2022-06-22 12:48:08 +08:00
debcd3ae6f Fix qemu-img add backing format option (#1730) 2022-06-18 12:41:58 +08:00
dbdad9b950 reqadthedocs (#1729) 2022-06-16 16:40:28 +08:00