Commit graph

1356 commits

Author SHA1 Message Date
schmonz
5a692aa5e2 Add and enable tinydyndns-run. 2020-10-18 12:43:03 +00:00
kim
3f6edfd19d Add doh 2020-10-12 22:26:34 +00:00
schmonz
76bee11910 Add and enable tinydyndns. 2020-10-08 17:39:31 +00:00
jnemeth
d351127589 sort 2020-10-08 02:56:29 +00:00
ryoon
2f9f10aa2c net: Enable mkvserver_mk2 2020-10-06 10:27:44 +00:00
nia
9e28367461 net: Add libslirp
libslirp is a user-mode networking library used by virtual machines, containers
or various tools.
2020-10-03 10:12:53 +00:00
khorben
9befc3fd9e Add py-rpyc 2020-09-29 02:30:07 +00:00
ryoon
ba7ac6ec88 net: Enable ruby-ffi-rzmq 2020-09-20 08:46:59 +00:00
ryoon
b7f10bd51f net: Enable ruby-ffi-rzmq-core 2020-09-20 08:41:18 +00:00
js
7e86131007 net/Makefile: Add wireguard-tools 2020-09-19 19:42:11 +00:00
leot
94146e7d51 net: + amazon-ecs-cli 2020-09-12 14:53:55 +00:00
pin
8c0790e3e5 Add net/phetch 2020-09-09 12:39:51 +00:00
taca
157f6c8dfd net/Makefile: remove bind914 2020-09-01 14:13:57 +00:00
taca
1ee5008995 net/Makefile: add and enable bind916 2020-08-09 15:20:54 +00:00
mef
156347c651 (net/R-pingr) New package R-pingr-2.0.1 2020-08-01 13:13:21 +00:00
jdolecek
ecebd4358f Add package for the Python script needed to connect a Intel XMM7360 device
to network, from https://github.com/xmm7360/xmm7360-pci

There is no release for the master project, so base this on latest commit.
2020-07-27 14:11:16 +00:00
bsiegert
1c3a8020dd Add a package for gh-0.10.0. From wip.
gh is GitHub on the command line, and it's now available in beta.
It brings pull requests, issues, and other GitHub concepts to the
terminal next to where you are already working with git and your code.
2020-06-18 18:30:41 +00:00
ryoon
3aea05b8d9 net: Enable minitube 2020-06-05 12:38:54 +00:00
adam
28406a7fe0 terraform-provider-kubernetes: added version 1.11.3
The Kubernetes provider for Terraform is a plugin that enables full lifecycle
management of Kubernetes resources.
2020-05-29 06:34:58 +00:00
adam
62f7f0bb12 py-dnspython: removed; duplicate of py-dns 2020-05-26 22:40:24 +00:00
khorben
f1884bc9d3 net/Makefile: add py-ipcalc 2020-05-26 21:29:10 +00:00
khorben
c0b341740d net/Makefile: add py-dnspython 2020-05-26 20:46:00 +00:00
nia
af4bd45865 net: remove wu-ftpd
old insecure version (~2005), fails to build, and upstream is gone

plenty of other ftp daemons still exist
2020-05-25 11:55:51 +00:00
jnemeth
3a1f23d0b9 actually mark coilmq as broken 2020-05-21 07:33:33 +00:00
adam
8c0c8f5ceb terraform-provider-random: added version 2.2.1
The "random" provider allows the use of randomness within Terraform
configurations. This is a logical provider, which means that it works entirely
within Terraform's logic, and doesn't interact with any other services.
2020-05-18 08:32:02 +00:00
joerg
93afb7d763 Dependencies of coilmq have non-overlapping set of Python versions.
Drop it from the category and mark as broken
2020-05-14 19:38:45 +00:00
tnn
ee4fbe5efd net/bbk_cli: add bbk_cli-1.0
Bandwidth measurement tool for Nordic ISPs created by
The Swedish Internet Foundation (Internetstiftelsen).
2020-05-13 01:04:20 +00:00
fcambus
e3dab1e43c Add statzone. 2020-05-08 09:33:30 +00:00
fcambus
4c704e02e7 Add dbip-asn-lite. 2020-05-08 09:15:12 +00:00
nia
a7e5922162 net: Add bandcamp-dl
bandcamp-dl is a small command line app to download audio from bandcamp.com.
2020-05-01 17:55:05 +00:00
nikita
1e890ce847 py-impacket: Import from wip (packaged by wiz, updated by nikita)
Impacket is a collection of Python classes for working with network
protocols. Impacket is mostly focused on providing low-level
programmatic access to the packets, however some protocols (for
instance NMB and SMB) are implemented in a higher level as a
foundation for other protocols. Packets can be constructed from
scratch, as well as parsed from raw data, and the object oriented
API makes it simple to work with deep hierarchies of protocols.

Impacket is most useful when used together with a packet capture
utility or package such as Pcapy, an object oriented Python extension
for capturing network packets.
2020-04-30 12:17:33 +00:00
nikita
82305be4de remove py-dnscrypto, exists as py-dns 2020-04-30 12:05:41 +00:00
nikita
05ff947b0c Add net/py-ldapdomaindump Version 0.9.1
In an Active Directory domain, a lot of interesting information can be
retrieved via LDAP by any authenticated user (or machine). This makes
LDAP an interesting protocol for gathering information in the recon
phase of a pentest of an internal network. A problem is that data from
LDAP often is not available in an easy to read format.

ldapdomaindump is a tool which aims to solve this problem, by
collecting and parsing information available via LDAP and outputting
it in a human readable HTML format, as well as machine readable json
and csv/tsv/greppable files.

The tool was designed with the following goals in mind:
- Easy overview of all users/groups/computers/policies in the domain
- Authentication both via username and password, as with NTLM hashes
  (requires ldap3 >=1.3.1)
- Possibility to run the tool with an existing authenticated
  connection to an LDAP service, allowing for integration with
  relaying tools such as impackets ntlmrelayx

The tool outputs several files containing an overview of objects in
the domain:
- domain_groups: List of groups in the domain
- domain_users: List of users in the domain
- domain_computers: List of computer accounts in the domain
- domain_policy: Domain policy such as password requirements and
  lockout policy
- domain_trusts: Incoming and outgoing domain trusts, and their
  properties

As well as two grouped files:
- domain_users_by_group: Domain users per group they are member of
- domain_computers_by_os: Domain computers sorted by Operating System
2020-04-30 11:48:42 +00:00
nikita
7d6bbd007a Add net/py-dnspython Version 1.16.0
dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic
updates. It supports TSIG authenticated messages and EDNS0.

dnspython provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.

dnspython is a utility to work with DNS, /etc/hosts is thus not
used. For simple forward DNS lookups, it's better to use
socket.gethostbyname().

dnspython originated at Nominum where it was developed to facilitate
the testing of DNS software.
2020-04-30 11:43:27 +00:00
manu
2ea6ab9955 Add OpenRRCP 0.2.1
RRCP(Realtek Remote Configuration Protocol) is protocol for making some
specific low-cost dumb ethernet switches act like more expensive managed
switches with no or little hardware modifications.

OpenRRCP is an open-source cross-platform RRCP-based toolset, that is
able to configure and fetch status from such ethernet switches.

WWW: http://openrrcp.org.ru/
2020-04-28 15:22:42 +00:00
wiz
f6a2021c00 net/Makefile: + unison-snapshot. 2020-04-21 11:34:16 +00:00
leot
dbd528b49d net: Add rclone 2020-04-20 19:51:21 +00:00
adam
0885db561e py-pydns, py-py3dns: removed outdated packages; use py-dns instead 2020-04-17 12:35:22 +00:00
js
6b500450ff net/Makefile: Add py-aiorpcX 2020-04-14 19:43:17 +00:00
jaapb
8e114ff6c9 Added ocaml-domain-name to Makefile SUBDIRs 2020-04-08 12:27:37 +00:00
riastradh
0aa736ebd2 terraform-provider-aws: Import version 2.54.0 2020-03-24 07:03:31 +00:00
riastradh
03c0a754f6 terraform: Import version 0.12.24 2020-03-23 16:33:49 +00:00
tnn
39ff0dae62 doc: add net/libiscsi 2020-03-13 13:23:58 +00:00
wiz
981e86e950 ORBit: remove
Long replaced by ORBit2
2020-03-12 18:52:57 +00:00
nia
a9e70c0635 chimera: Remove, broken with OpenSSL 1.1, no release since 2008
(this release is from 2007)
2020-03-11 19:55:38 +00:00
nia
490d88ef27 openwbem: Remove, broken with OpenSSL 1.1, appears dead since 2006 2020-03-11 19:49:38 +00:00
fcambus
ec3f6556ac Add p5-GeoIP2. 2020-03-09 21:48:20 +00:00
fcambus
e82921c3b1 Add dbip-city-lite. 2020-03-09 12:26:31 +00:00
fcambus
ef8fcd1f3c Add dbip-country-lite. 2020-03-09 12:23:31 +00:00
nia
44b5805189 net: Remove libdmapsharing, successor libdmapsharing3
No longer used by anything in pkgsrc
2020-03-01 11:42:52 +00:00