SuperITMan links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
39 results tagged security  ✕
Korben paniclock touch id panic button https://korben.info/paniclock-touch-id-panic-button-mac.html
Tue Apr 28 00:24:57 2026
QRCode
cluster icon
  • Compare Trezor Hardware Wallets | Advanced Crypto Security : Physical wallet for blockchain
  • Security Checklist : A checklist for staying safe on the internet
  • Block Malicious IPs in pfSense - David's Homelab : Tutorial on how to block malicious IPs in pfSense
  • Setup VLAN in Home-Assistant : Tutorial + discussion about VLAN in a network with domotic, IOT and HA
  • A Technical Deep Dive: Securing the Automation of ACME DNS Challenge Validation | Electronic Frontier Foundation :
thumbnail

Outil pour rapidement désactiver le déverrouillage par touch id et verrouiller le Mac dans la foulée

macos security
Banking Applications Compatibility with GrapheneOS | PrivSec - A practical approach to Privacy and Security https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/
Fri Nov 7 09:50:22 2025
QRCode
cluster icon
  • MoLe - a convenient front-end to hledger-web : Hardened fork of Signal
  • Comment savoir si il y a des Virus sur votre smartphone ? :
  • LineageOS vs GrapheneOS? : LineageOS :
  • Our Apps - DivestOS Mobile : A list of Android apps developed by the DivestOS team
  • Compatibility layer for google services : GrapheneOS :
thumbnail

Website listing all banking apps available on Android and their compatibility with GrapheneOS (without the Google Play Services)

grapheneos android security
Fawkes - prevent IA to recognize face https://sandlab.cs.uchicago.edu/fawkes/
Wed Jul 30 09:41:38 2025
QRCode
cluster icon
  • Security Checklist : A checklist for staying safe on the internet
  • Our Apps - DivestOS Mobile : A list of Android apps developed by the DivestOS team
  • pfSense : pfBlockerNG devel - Protection Contre La Publicité et le Tracage avec Filtrage Web - PC2S - Bubu : Tutorial about pfBlockerNG to block undesirable requests to malware or ads websites.
  • Security List 🔐 : List of great tools for network, passwords, etc.
  • How to stop your emails from being tracked - The Verge :

Open source tool to add noise on pictures to avoid face recognition.

security privacy
Leaked Password Check: Has My Password Been Hacked? https://cybernews.com/password-leak-check/
Tue Oct 29 08:48:37 2024
QRCode
cluster icon
  • Password Hashing Competition : Recommendations regarding passwords
  • Argon2 Hash Generator, Validator & Verifier :
  • pfSense baseline guide with VPN, Guest and VLAN support :
  • Comment savoir si il y a des Virus sur votre smartphone ? :
  • Tips for hardening your container image security strategy | Snyk :
security password
Our Apps - DivestOS Mobile https://divestos.org/
Sat Jul 27 16:16:56 2024
QRCode
cluster icon
  • Security List 🔐 : List of great tools for network, passwords, etc.
  • MoLe - a convenient front-end to hledger-web : Hardened fork of Signal
  • Skred - Skred is the first secured messaging app allowing total freedom :
  • pfSense : pfBlockerNG devel - Protection Contre La Publicité et le Tracage avec Filtrage Web - PC2S - Bubu : Tutorial about pfBlockerNG to block undesirable requests to malware or ads websites.
  • platform_frameworks_base/AndroidManifest.xml at master · aosp-mirror/platform_frameworks_base : List of all the Android permissions. Can be useful to limite permissions for applications :-)

A list of Android apps developed by the DivestOS team

android opensource security privacy
5 Bibles du Pentesting https://www.geeek.org/bible-pentesting/
Sun Jul 21 23:15:48 2024
QRCode
cluster icon
  • Password Hashing Competition : Recommendations regarding passwords
  • Block Malicious IPs in pfSense - David's Homelab : Tutorial on how to block malicious IPs in pfSense
  • Cyber Resilience and Insurance Services | Zurich Insurance : Société mentionnée dans le podcast NoLimitSecu. Il y aurait un formulaire quelque part permettant d'évaluer sa maturité au niveau sécu IT. Voir sur no...
  • Maison des alarmes : Matériel alarme à bon prix
  • Setup VLAN in Home-Assistant : Tutorial + discussion about VLAN in a network with domotic, IOT and HA
thumbnail
security pentest
A Technical Deep Dive: Securing the Automation of ACME DNS Challenge Validation | Electronic Frontier Foundation https://www.eff.org/deeplinks/2018/02/technical-deep-dive-securing-automation-acme-dns-challenge-validation
Tue Jun 25 23:59:10 2024
QRCode
cluster icon
  • Un switch beaucoup trop à l'écoute ... - LinuxFr.org :
  • Multi-Factor Authentication & Single Sign-On | Duo Security : Compatible with Linux distributions to implement 2FA with push notification thanks to Cisco Duo
  • Monitor Network Traffic from Individual Hosts/Devices in pfSense (2.3.x) - ntopng | Digiex : Great tutorial explaining how to use the ntopng tool in order to monitor properly the network usage
  • Maison des alarmes : Matériel alarme à bon prix
  • Doing much better than your .env file | Medium : Please stop using .env files and switch to a centralized keyvault.
thumbnail
analysis security
GitHub - onSec-fr/Keepass-Enhanced-Security-Configuration: Make your keepass 2.x more secure. https://github.com/onSec-fr/Keepass-Enhanced-Security-Configuration
Sat Apr 13 09:21:11 2024
QRCode
cluster icon
  • MoLe - a convenient front-end to hledger-web : Hardened fork of Signal
  • Block Malicious IPs in pfSense - David's Homelab : Tutorial on how to block malicious IPs in pfSense
  • Our Apps - DivestOS Mobile : A list of Android apps developed by the DivestOS team
  • Using KeePassXC as your system-keyring and ssh-agent : Guest article by maxice8 Recently the community-oriented password manager KeePassXC made a new major release, 2.5.0. In this new release there was a r...
  • pfSense baseline guide with VPN, Guest and VLAN support :
thumbnail

Guide to secure your KeePass Windows classic installation.
This includes noScreenShot, timeout, minimum key security level...

security keepass
What Is xmlrpc.php in WordPress and Why You Should Disable It https://www.hostinger.com/tutorials/xmlrpc-wordpress
Sat Mar 16 00:54:42 2024
QRCode
cluster icon
  • Upgrade to a Complete MonsterInsights Experience :
  • Security List 🔐 : List of great tools for network, passwords, etc.
  • Smart Doors & Garage gates - Smart Home Automation - Use Cases - Shelly :
  • 5 Bibles du Pentesting :
  • Tips for hardening your container image security strategy | Snyk :
thumbnail

xmlrpc.php should be disabled in Wordpress except if specific use case.
In .htaccess file:

Block WordPress xmlrpc.php requests

<Files xmlrpc.php>
order deny,allow
deny from all
allow from xxx.xxx.xxx.xxx
</Files>

wordpress security
Plex Flooding 32414 and 32412 - Plex Media Server / Desktops & Laptops - Plex Forum https://forums.plex.tv/t/plex-flooding-32414-and-32412/65443/13
Wed Mar 6 20:19:21 2024
QRCode
cluster icon
  • Setup VLAN in Home-Assistant : Tutorial + discussion about VLAN in a network with domotic, IOT and HA
  • What network ports do I need to allow through my firewall? | Plex Support : Lists of ports I need to allow to be able to use plex properly: TCP: 32400 (access to the Plex Media Server) [required] The following additional ports...
  • MoLe - a convenient front-end to hledger-web : Hardened fork of Signal
  • A Technical Deep Dive: Securing the Automation of ACME DNS Challenge Validation | Electronic Frontier Foundation :
  • Getting value from entity state - Configuration - Home Assistant Community :
thumbnail

Possibly to reduce needed ports by disabling GDM in plex

plex discussion security
What network ports do I need to allow through my firewall? | Plex Support https://support.plex.tv/articles/201543147-what-network-ports-do-i-need-to-allow-through-my-firewall/
Wed Mar 6 20:17:31 2024
QRCode
cluster icon
  • Plex Flooding 32414 and 32412 - Plex Media Server / Desktops & Laptops - Plex Forum : Possibly to reduce needed ports by disabling GDM in plex
  • Setup VLAN in Home-Assistant : Tutorial + discussion about VLAN in a network with domotic, IOT and HA
  • Security List 🔐 : List of great tools for network, passwords, etc.
  • GitHub - onSec-fr/Keepass-Enhanced-Security-Configuration: Make your keepass 2.x more secure. : Guide to secure your KeePass Windows classic installation. This includes noScreenShot, timeout, minimum key security level...
  • sosandroid/docker-fail2ban-synology: Adaptation of @crazy-max docker fail2ban for Synology : Project to run Fail2Ban in a container on a Synology DSM NAS.
thumbnail

Lists of ports I need to allow to be able to use plex properly:

TCP: 32400 (access to the Plex Media Server) [required]

The following additional ports are also used within the local network for different services:

UDP: 1900 (access to the Plex DLNA Server)
UDP: 5353 (older Bonjour/Avahi network discovery)
TCP: 8324 (controlling Plex for Roku via Plex Companion)
UDP: 32410, 32412, 32413, 32414 (current GDM network discovery)
TCP: 32469 (access to the Plex DLNA Server)
plex network security
Cyber Resilience and Insurance Services | Zurich Insurance https://www.zurich.com/en/commercial-insurance/products/cyber
Sun Mar 3 08:41:39 2024
QRCode
cluster icon
  • GitHub - onSec-fr/Keepass-Enhanced-Security-Configuration: Make your keepass 2.x more secure. : Guide to secure your KeePass Windows classic installation. This includes noScreenShot, timeout, minimum key security level...
  • Tips for hardening your container image security strategy | Snyk :
  • MoLe - a convenient front-end to hledger-web : Hardened fork of Signal
  • What Is xmlrpc.php in WordPress and Why You Should Disable It : xmlrpc.php should be disabled in Wordpress except if specific use case. In .htaccess file: Block WordPress xmlrpc.php requests order deny,allow deny ...
  • Security Checklist : A checklist for staying safe on the internet

Société mentionnée dans le podcast NoLimitSecu.
Il y aurait un formulaire quelque part permettant d'évaluer sa maturité au niveau sécu IT.

Voir sur nolimitsecu: https://www.nolimitsecu.fr/cyberassurance/

– https://www.zurich.com/en/media/news-releases/2023/2023-0720-01
– https://www.zurich.com/en/commercial-insurance/sustainability-and-insights/commercial-insurance-risk-insights/study-highlights-10-cyber-controls-reducing-70-most-frequent-attacks
– https://www.argusdelassurance.com/assurance-dommages/risques-d-entreprise/les-10-moyens-de-controle-qui-reduisent-70-des-attaques-cyber.222392

security
Doing much better than your .env file | Medium https://medium.com/@tony.infisical/the-death-of-the-env-file-6d65bfc6ac5e
Sat Mar 2 23:29:43 2024
QRCode
cluster icon
  • Comments on a static site? It’s simpler than you think! | The Crow : Static website with static comments
  • Complete Guide to Self-hosting Ghost CMS With Docker :
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • Tips for hardening your container image security strategy | Snyk :
  • Nitrokeys | Nitrokey :
thumbnail

Please stop using .env files and switch to a centralized keyvault.

security selfhost development
sosandroid/docker-fail2ban-synology: Adaptation of @crazy-max docker fail2ban for Synology https://github.com/sosandroid/docker-fail2ban-synology?tab=readme-ov-file
Sun Feb 25 09:46:25 2024
QRCode
cluster icon
  • sosandroid/docker-bitwarden_rs-caddy-synology: Docker compose for Bitwarden_rs with Caddy on Synology : Project to run Bitwarden on Synology DSM, protected by Fail2Ban.
  • [Synology Photos] Shared space timeline view for users with custom access | Synology Community : Reason why no timelines in Synology Photos... What the hell ?!?!
  • MoLe - a convenient front-end to hledger-web : Hardened fork of Signal
  • Our Apps - DivestOS Mobile : A list of Android apps developed by the DivestOS team
  • Container Manager on a Synology NAS: Docker Guide (2024) : Tuto

Project to run Fail2Ban in a container on a Synology DSM NAS.

synology dsm container fail2ban security opensource
Argon2 Hash Generator, Validator & Verifier https://argon2.online/
Fri Dec 8 23:14:18 2023
QRCode
cluster icon
  • Password Hashing Competition : Recommendations regarding passwords
  • Leaked Password Check: Has My Password Been Hacked? :
  • pfSense baseline guide with VPN, Guest and VLAN support :
  • Cyber Resilience and Insurance Services | Zurich Insurance : Société mentionnée dans le podcast NoLimitSecu. Il y aurait un formulaire quelque part permettant d'évaluer sa maturité au niveau sécu IT. Voir sur no...
  • What Is xmlrpc.php in WordPress and Why You Should Disable It : xmlrpc.php should be disabled in Wordpress except if specific use case. In .htaccess file: Block WordPress xmlrpc.php requests order deny,allow deny ...
thumbnail
security password argon2
Password Hashing Competition https://www.password-hashing.net/
Fri Dec 8 23:13:59 2023
QRCode
cluster icon
  • Leaked Password Check: Has My Password Been Hacked? :
  • Argon2 Hash Generator, Validator & Verifier :
  • Tips for hardening your container image security strategy | Snyk :
  • Security Checklist : A checklist for staying safe on the internet
  • Doing much better than your .env file | Medium : Please stop using .env files and switch to a centralized keyvault.

Recommendations regarding passwords

security password
pfSense baseline guide with VPN, Guest and VLAN support https://nguvu.org/pfsense/pfsense-baseline-setup/#create%20vlans
Fri Dec 8 20:36:40 2023
QRCode
cluster icon
  • Setup VLAN in Home-Assistant : Tutorial + discussion about VLAN in a network with domotic, IOT and HA
  • Setup Pfsense & Unifi with Guest Wifi VLAN | LinuxServer.io :
  • [pfSense] Configurer ses VLAN - Provya - Tutoriaux pfSense :
  • Sécurisez votre infrastructure grâce à pfSense - Sécurisez votre réseau grâce aux VPN et Firewall - OpenClassrooms : Tutorial by OpenClassRooms on how to use pfsense
  • Block Malicious IPs in pfSense - David's Homelab : Tutorial on how to block malicious IPs in pfSense
pfsense tuto vlan security vpn
Setup VLAN in Home-Assistant https://community.home-assistant.io/t/setup-vlan-and-ha-tutorial/87705
Fri Dec 8 00:08:23 2023
QRCode
cluster icon
  • pfSense baseline guide with VPN, Guest and VLAN support :
  • HA to detect devices across multiple networks / VLAN - Configuration - Home Assistant Community :
  • Using global variables for automation - Configuration - Home Assistant Community :
  • UniFi's Advanced Wi-Fi Settings Explained — McCann Tech :
  • Accéder à Home Assistant de l'extérieur avec reverse proxy Synology et certificat SSL ? : Tutoriel expliquant comment configurer DSM & Home-Assistant pour utiliser DSM en tant que reverse proxy avec certificat https.
thumbnail

Tutorial + discussion about VLAN in a network with domotic, IOT and HA

tuto discussion homeassistant security network vlan
Multi-Factor Authentication & Single Sign-On | Duo Security https://duo.com/
Wed Dec 6 19:54:59 2023
QRCode
cluster icon
  • Monitor Network Traffic from Individual Hosts/Devices in pfSense (2.3.x) - ntopng | Digiex : Great tutorial explaining how to use the ntopng tool in order to monitor properly the network usage
  • pfSense baseline guide with VPN, Guest and VLAN support :
  • Schneier on Security : Genious guy working in security He shares lots of info multi times a week
  • Tips for hardening your container image security strategy | Snyk :
  • Block Malicious IPs in pfSense - David's Homelab : Tutorial on how to block malicious IPs in pfSense
thumbnail

Compatible with Linux distributions to implement 2FA with push notification thanks to Cisco Duo

mfa security
securing /web/database/manager | Odoo https://www.odoo.com/forum/help-1/securing-web-database-manager-121799
Wed Dec 6 19:53:06 2023
QRCode
cluster icon
  • Disable database manager in Odoo - Numberspeaks : Tutorial explaining how to disable the Database Manager in Odoo (enabled by default...)
  • Korben paniclock touch id panic button : Outil pour rapidement désactiver le déverrouillage par touch id et verrouiller le Mac dans la foulée
  • The Better Npm Audit - Security & License Compliance CLI :
  • Oocademy - Securing Odoo 15 logins with fail2ban :
  • Setup VLAN in Home-Assistant : Tutorial + discussion about VLAN in a network with domotic, IOT and HA
thumbnail

Tutorial explaining how to disable the Database Manager in Odoo
(enabled by default...)

odoo security
page 1 / 2
875 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn