Skip to content

Commit

Permalink
Bump projects/platforms/honeypots/honeypots from b441f23 to 238c673
Browse files Browse the repository at this point in the history
Bumps [projects/platforms/honeypots/honeypots](https://github.com/qeeqbox/honeypots) from `b441f23` to `238c673`.
- [Commits](qeeqbox/honeypots@b441f23...238c673)

---
updated-dependencies:
- dependency-name: projects/platforms/honeypots/honeypots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 1, 2024
1 parent de3a3c7 commit 47bba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/platforms/honeypots/honeypots
Submodule honeypots updated 87 files
+0 βˆ’26 .github/workflows/main.yml
+17 βˆ’0 .github/workflows/pre-commit.yaml
+29 βˆ’0 .github/workflows/tests.yml
+67 βˆ’0 .gitignore
+25 βˆ’0 .pre-commit-config.yaml
+18 βˆ’27 README.md
+0 βˆ’4 README.rst
+3 βˆ’3 auto_pip.sh
+0 βˆ’9 clean-up.logs
+52 βˆ’4 honeypots/__init__.py
+456 βˆ’282 honeypots/__main__.py
+117 βˆ’0 honeypots/base_http_server.py
+161 βˆ’0 honeypots/base_server.py
+0 βˆ’0 honeypots/data/__init__.py
+15 βˆ’0 honeypots/data/dummy_page.html
+21 βˆ’0 honeypots/data/home.html
+29 βˆ’0 honeypots/data/login.html
+71 βˆ’113 honeypots/dhcp_server.py
+57 βˆ’92 honeypots/dns_server.py
+274 βˆ’189 honeypots/elastic_server.py
+95 βˆ’121 honeypots/ftp_server.py
+439 βˆ’382 honeypots/helper.py
+0 βˆ’5 honeypots/honeypots
+83 βˆ’111 honeypots/http_proxy_server.py
+26 βˆ’223 honeypots/http_server.py
+31 βˆ’247 honeypots/https_server.py
+79 βˆ’121 honeypots/imap_server.py
+302 βˆ’220 honeypots/ipp_server.py
+60 βˆ’115 honeypots/irc_server.py
+85 βˆ’131 honeypots/ldap_server.py
+140 βˆ’114 honeypots/memcache_server.py
+108 βˆ’134 honeypots/mssql_server.py
+114 βˆ’139 honeypots/mysql_server.py
+74 βˆ’103 honeypots/ntp_server.py
+98 βˆ’112 honeypots/oracle_server.py
+71 βˆ’119 honeypots/pjl_server.py
+68 βˆ’117 honeypots/pop3_server.py
+66 βˆ’116 honeypots/postgres_server.py
+0 βˆ’130 honeypots/qbsniffer.py
+118 βˆ’182 honeypots/rdp_server.py
+71 βˆ’125 honeypots/redis_server.py
+50 βˆ’87 honeypots/sip_server.py
+89 βˆ’134 honeypots/smb_server.py
+88 βˆ’147 honeypots/smtp_server.py
+236 βˆ’0 honeypots/sniffer.py
+68 βˆ’96 honeypots/snmp_server.py
+67 βˆ’100 honeypots/socks5_server.py
+235 βˆ’161 honeypots/ssh_server.py
+57 βˆ’109 honeypots/telnet_server.py
+6 βˆ’3 honeypots/testing.py
+96 βˆ’136 honeypots/vnc_server.py
+150 βˆ’0 pyproject.toml
+0 βˆ’40 setup.py
+0 βˆ’0 tests/__init__.py
+46 βˆ’0 tests/conftest.py
+2 βˆ’0 tests/data/pw_file
+10 βˆ’0 tests/data/test_template.html
+33 βˆ’0 tests/test_dhcp_server.py
+45 βˆ’0 tests/test_dns_server.py
+44 βˆ’0 tests/test_elastic_server.py
+51 βˆ’0 tests/test_ftp_server.py
+83 βˆ’0 tests/test_http_proxy_server.py
+49 βˆ’0 tests/test_http_server.py
+49 βˆ’0 tests/test_https_server.py
+52 βˆ’0 tests/test_imap_server.py
+57 βˆ’0 tests/test_ipp_server.py
+42 βˆ’0 tests/test_irc_server.py
+48 βˆ’0 tests/test_ldap_server.py
+35 βˆ’0 tests/test_memcache_server.py
+43 βˆ’0 tests/test_mssql_server.py
+44 βˆ’0 tests/test_mysql_server.py
+43 βˆ’0 tests/test_ntp_server.py
+50 βˆ’0 tests/test_oracle_server.py
+41 βˆ’0 tests/test_pjl_server.py
+50 βˆ’0 tests/test_pop3_server.py
+40 βˆ’0 tests/test_postgres_server.py
+39 βˆ’0 tests/test_rdp_server.py
+38 βˆ’0 tests/test_redis_server.py
+52 βˆ’0 tests/test_sip_server.py
+41 βˆ’0 tests/test_smb_server.py
+50 βˆ’0 tests/test_smtp_server.py
+36 βˆ’0 tests/test_snmp_server.py
+39 βˆ’0 tests/test_socks5_server.py
+48 βˆ’0 tests/test_ssh_server.py
+39 βˆ’0 tests/test_telnet_server.py
+86 βˆ’0 tests/test_vnc_server.py
+68 βˆ’0 tests/utils.py

0 comments on commit 47bba2d

Please sign in to comment.