https://github.com/nttgin/BGPalerter
➖➖➖➖➖
A BGP prefix monitoring tool with automatic configuration and a large selection of notification channels.
#network #monitor #vps #bgp
➖➖➖➖➖
A BGP prefix monitoring tool with automatic configuration and a large selection of notification channels.
#network #monitor #vps #bgp
GitHub
GitHub - nttgin/BGPalerter: BGP and RPKI monitoring tool. Pre-configured for real-time detection of visibility loss, RPKI invalid…
BGP and RPKI monitoring tool. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, ROA misconfiguration, and more. - nttgin/BGPalerter
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
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
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
➖➖➖➖➖
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
GitHub
GitHub - yggdrasil-network/yggdrasil-go: An experiment in scalable routing as an encrypted IPv6 overlay network
An experiment in scalable routing as an encrypted IPv6 overlay network - yggdrasil-network/yggdrasil-go
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
https://github.com/vernette/ipregion - IP Location reported by different DB / content providers
#network #vps #cheatsheet #linux
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
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
➖➖➖➖➖
A popular powerful yet simple network diagnostic tool, combining the features of traceroute and ping utilities (with ASN lookup!)
#linux #network #troubleshooting #dev
GitHub
GitHub - traviscross/mtr: Official repository for mtr, a network diagnostic tool
Official repository for mtr, a network diagnostic tool - traviscross/mtr
👍1
https://github.com/Malkovsky/semantic-terminal
➖➖➖➖➖
A small script using llama-3.3-70b via Groq to convert user prompts into shell commands
Redactor's note: works really well and is quite useful!
#ai #dev #productivity #linux #vps
➖➖➖➖➖
A small script using llama-3.3-70b via Groq to convert user prompts into shell commands
Redactor's note: works really well and is quite useful!
#ai #dev #productivity #linux #vps
GitHub
GitHub - Malkovsky/semantic-terminal: Command line tool to convert semantic description into a terminal command.
Command line tool to convert semantic description into a terminal command. - Malkovsky/semantic-terminal
👍1👎1
https://github.com/magnific0/wondershaper
➖➖➖➖➖
A simple CLI script to limit the bandwidth of a network interface in linux, which internally uses the built-in
#network #dev #vps #linux
➖➖➖➖➖
A simple CLI script to limit the bandwidth of a network interface in linux, which internally uses the built-in
tc utility#network #dev #vps #linux
GitHub
GitHub - magnific0/wondershaper: Command-line utility for limiting an adapter's bandwidth
Command-line utility for limiting an adapter's bandwidth - magnific0/wondershaper
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
➖➖➖➖➖
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 (
#network #monitor #vps #linux #docker
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
GitHub
GitHub - akvorado/akvorado: Flow collector, enricher and visualizer
Flow collector, enricher and visualizer. Contribute to akvorado/akvorado development by creating an account on GitHub.
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
➖➖➖➖➖
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
Technitium
Technitium DNS Server | An Open Source DNS Server For Privacy & Security
Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security.
https://github.com/pouriyajamshidi/tcping
➖➖➖➖➖
Well... It's like ping... But using TCP...
#network #troubleshooting #dev #vps
➖➖➖➖➖
Well... It's like ping... But using TCP...
#network #troubleshooting #dev #vps
GitHub
GitHub - pouriyajamshidi/tcping: Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go
Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go - pouriyajamshidi/tcping
[ORIGINAL] https://github.com/librespeed/speedtest-go
[WORKING RELEASE] https://github.com/whatmedoin/speedtest-go/releases/tag/v1.1.6
➖➖➖➖➖
A very lightweight and simple speedtest web page to be hosted on your server. Written in Go and compiled by me
#network #vps #monitor #troubleshooting
[WORKING RELEASE] https://github.com/whatmedoin/speedtest-go/releases/tag/v1.1.6
➖➖➖➖➖
A very lightweight and simple speedtest web page to be hosted on your server. Written in Go and compiled by me
#network #vps #monitor #troubleshooting
GitHub
GitHub - librespeed/speedtest-go: Go backend for LibreSpeed
Go backend for LibreSpeed. Contribute to librespeed/speedtest-go development by creating an account on GitHub.
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
➖➖➖➖➖
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
GitHub
GitHub - Rem01Gaming/net-switch: Magisk Module to isolate any app from Internet access
Magisk Module to isolate any app from Internet access - Rem01Gaming/net-switch
https://github.com/Maxteabag/sqlit
➖➖➖➖➖
A nice TUI for working with local and remote databases, including (but not limited to) SQLite, SQL server, MySQL, PostgreSQL.
#multi #dev #files #db
➖➖➖➖➖
A nice TUI for working with local and remote databases, including (but not limited to) SQLite, SQL server, MySQL, PostgreSQL.
#multi #dev #files #db
GitHub
GitHub - Maxteabag/sqlit: A user friendly TUI for SQL databases. Written in python. Supports SQL server, Mysql, PostreSQL, SQLite…
A user friendly TUI for SQL databases. Written in python. Supports SQL server, Mysql, PostreSQL, SQLite, Turso and more. - Maxteabag/sqlit
https://github.com/uoaerg/wavemon
➖➖➖➖➖
An ncurses-based TUI for wireless network monitoring on Linux.
#linux #monitor #network #troubleshooting
➖➖➖➖➖
An ncurses-based TUI for wireless network monitoring on Linux.
#linux #monitor #network #troubleshooting
GitHub
GitHub - uoaerg/wavemon: wavemon is an ncurses-based monitoring application for wireless network devices on Linux.
wavemon is an ncurses-based monitoring application for wireless network devices on Linux. - uoaerg/wavemon
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/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
Garage
The Garage team - An S3 object store so reliable you can run it outside datacenters
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
➖➖➖➖➖
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
GitHub
GitHub - schollz/croc: Easily and securely send things from one computer to another :package:
Easily and securely send things from one computer to another :crocodile: :package: - schollz/croc
https://github.com/schlagmichdoch/pairdrop
https://pairdrop.net
➖➖➖➖➖
A similar tool as above, but with a Web-UI. Built using WebRTC and Node.js.
#multi #files #network #productivity #p2p
https://pairdrop.net
➖➖➖➖➖
A similar tool as above, but with a Web-UI. Built using WebRTC and Node.js.
#multi #files #network #productivity #p2p
GitHub
GitHub - schlagmichdoch/PairDrop: PairDrop: Transfer Files Cross-Platform. No Setup, No Signup.
PairDrop: Transfer Files Cross-Platform. No Setup, No Signup. - schlagmichdoch/PairDrop
https://github.com/robinmoisson/staticrypt
➖➖➖➖➖
A dependency-free, client-side static HTML encryption and decryption tool. Use it to encrypt and serve sensitive HTML-based content with a minimal authentication form.
#cryptography #privacy #hosting
➖➖➖➖➖
A dependency-free, client-side static HTML encryption and decryption tool. Use it to encrypt and serve sensitive HTML-based content with a minimal authentication form.
#cryptography #privacy #hosting
GitHub
GitHub - robinmoisson/staticrypt: Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server…
Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed. - robinmoisson/staticrypt