OP Src
12 subscribers
1 photo
117 links
Nothing except open source software :)
ONLY Tools I find really useful
Suggestions are welcome!
Download Telegram
Forwarded from quak.
Sometimes you want to trace the flow of your packets through your firewall. Most firewalls have built-in debugging mechanisms, which do however require extra knowledge to set up. For this reason a couple tools were developed to simplify the process.
With more recent distributions you can use https://github.com/aborrero/nftables-tracer with nftables filter syntax. This new packet classification tool replaced iptables in most Linux distributions and its adoption continues to grow. You may have not noticed it due to a compatibility layer iptables-nft, which translates iptables rules into its own ones. So, using nftables tracing methods for your iptables rules should be perfectly fine.
If your system still uses the legacy framework, you can go with https://github.com/x-way/iptables-tracer or https://github.com/akerouanton/iptables-tracer. Both tools have similar names and purpose, but use different packet marking mechanisms. They did however not work with iptables-nft in my case
1
https://github.com/yggdrasil-network/yggdrasil-go

Yggdrasil is an end-to-end encrypted IPv6-only overlay network. It can be used to publish services available to all participants and communicate with them without any NATs inbetween.
Redactor's note: say provides a cool use-case for this project, take a look!

#multi #network #dev #privacy #p2p
Forwarded from Cheatsheets & other links
Useful network services and tools:
https://ping.pe/ - distributed connectivity test to a given target
https://mtr.tools/ - distributed connectivity test to a given target
https://globalping.io - distributed connectivity test to a given target
https://ripen.cc/ - information about a prefix / organization in the RIPE DB
———
https://github.com/xykt/IPQuality - Get various information about the public IPs of the machine
bash <(curl -Ls https://IP.Check.Place) -Ep -l en

https://github.com/vernette/ipregion - IP Location reported by different DB / content providers
bash <(wget -qO- https://ipregion.vrnt.xyz)


#network #vps #cheatsheet #linux
Forwarded from Pentest
Domain OSINT

Multi-Tool:
https://check-host.net/ - Domain IP, multi-country ping, HTTP and DNS test
https://web-check.xyz/ - Lots of information about the domain
https://www.shodan.io/ - AIO OSINT machine
DNS-Related:
https://securitytrails.com/ - Most powerful historical DNS + subdomain search engine
https://dnsdumpster.com/ - DNS network visualization
https://dnsviz.net/ - DNSSEC chain visualization
https://dnshistory.org - DNS record history
WHOIS:
https://www.bigdomaindata.com/whois/ - WHOIS history
TLS/SSL Check:
https://crt.sh/ - Certificate archive
GEOINT:
https://radar.cloudflare.com/domains/domain - Get visitor countries based on cloudflare resolver's statistics

#redteam #blueteam #web #osint
https://github.com/traviscross/mtr

A popular powerful yet simple network diagnostic tool, combining the features of traceroute and ping utilities (with ASN lookup!)

#linux #network #troubleshooting #dev
👍1
https://hub.docker.com/r/guacamole/guacamole/

The docker image of Apache Guacamole, an HTML5 VNC and RDP server. With it you can access a remote desktop with a full control, or effortlessly share your screen to multiple users without additional software on their side

#multi #docker #vps #productivity
https://github.com/akvorado/akvorado
https://github.com/sflow/host-sflow
https://github.com/net-snmp/net-snmp

Akvorado collects network metrics (NetFlow/IPFIX and sFlow) from your servers, enriches them with interface names (SNMP) and geo-information and exports them to ClickHouse. Its main advantage is a nice and intuitive Web-UI for visualizing the data with powerful filtering capabilities.
Redactor's note: host-sflow (hsflowd) and net-snmp (snmpd) are the two essential tools on each monitored server, which export the statistics to Akvorado.

#network #monitor #vps #linux #docker
https://technitium.com/dns/

A feature-rich caching, authoritative, recursive and / or stub DNS server. Apart from an easy deployment using docker, basic filtering capabilities (like blocking malware-related domains) and DoH support, it offers full zone hosting and flexible conditional rewrites. The newest version also offers clustering support for remote instance management. This and more is configurable in a nice Web-UI.
Redactor's note: for a more lightweight and simple alternative for your home network, take a look at AdGuardHome

#multi #network #vps #privacy #docker #hosting
https://github.com/Rem01Gaming/net-switch

A Magisk module to block internet access for specified android apps. It does this by adding simple firewall rules that survive reboots. Works only on rooted phones with Magisk installed.

#network #android #privacy
https://garagehq.deuxfleurs.fr/
https://github.com/khairul169/garage-webui

A lightweight and efficient open-source S3 object store with a modern third-party Web-UI. It focuses on ease of distributed deployments, high resiliency and simple configuration, offering high compatibility with the original S3 API.

#multi #docker #network #files #dev #vps #hosting #ha
https://github.com/schollz/croc

A lightweight CLI utility for encrypted file / directory / text transfer between multiple machines. Supports direct (P2P) and relayed connections with the ability to resume transfers that were interrupted.

#multi #files #network #dev #productivity #vps #p2p