Buzut's links
Tag cloud
Picture wall
Daily
RSS feeds
  • RSS Feed
  • Daily Feed
Links per page
  • 20 links
  • 50 links
  • 100 links
10 results tagged security  ✕
Dev Tools
Mon 22 Feb 2021 10:09:46 AM CET
QRCode

https://devtools.best
https://hoppscotch.io/fr/
https://explainshell.com
https://repl.it/languages/nodejs
https://htaccess.madewithlove.be

https://nooshu.github.io/blog/2019/10/02/how-to-read-a-wpt-waterfall-chart/
https://medium.com/appsflyer/10-tips-for-javascript-debugging-like-a-pro-with-console-7140027eb5f6
https://webkit.org/blog/6425/memory-debugging-with-web-inspector/
https://nolanlawson.com/2018/09/25/accurately-measuring-layout-on-the-web/
https://areknawo.com/getting-creative-with-the-console-api/

security server
?5FlZ7A
NodeJS stuff
Wed 08 Nov 2017 10:00:26 AM CET
QRCode

Best practices

https://github.com/goldbergyoni/nodebestpractices
https://github.com/i0natan/nodebestpractices
https://blog.risingstack.com/node-hero-node-js-unit-testing-tutorial/
https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/

Monorepo project w/ multi npm deps
https://lerna.js.org/

Security
https://geekflare.com/nodejs-security-scanner/
https://geekflare.com/how-to-secure-nodejs/
https://github.com/ajinabraham/njsscan

Memory leaks
https://blog.yld.io/2015/08/10/debugging-memory-leaks-in-node-js-a-walkthrough/#.WgLHyUvjLBL

Node.js in prod
http://strong-pm.io/
https://strongloop.com/strongblog/async-error-handling-expressjs-es7-promises-generators/
http://goldbergyoni.com/checklist-best-practice-of-node-js-in-production/
https://medium.com/orangejellyfish/running-node-js-in-production-f8facb308d74

Perf
https://www.alxolr.com/articles/squeeze-node-js-performance-with-flame-graphs
https://medium.com/the-node-js-collection/cpu-and-i-o-performance-diagnostics-in-node-js-e513ba433c39
https://ponyfoo.com/articles/javascript-performance-pitfalls-v8
https://nodejs.org/en/docs/guides/dont-block-the-event-loop/
https://blog.logrocket.com/a-complete-guide-to-threads-in-node-js-4fa3898fe74f
https://www.codeheroes.fr/2020/10/02/profiler-son-application-node-js-analyse-des-performances-cpu/

Debug
https://stackoverflow.com/questions/1911015/how-do-i-debug-node-js-applications
https://developer.ibm.com/articles/easily-identify-problems-in-your-nodejs-apps-with-diagnostic-report/
https://maximomussini.com/posts/debugging-javascript-libraries/

Rate limiting
https://github.com/animir/node-rate-limiter-flexible

javascript performance security
?frA8Rw
Security & pentesting
Sun 29 Oct 2017 10:28:49 AM CET
QRCode

Training
https://www.root-me.org/
https://www.vulnhub.com/
https://www.pentesterlab.com/
https://github.com/bkimminich/juice-shop
https://homputersecurity.com/2018/10/19/debutez-le-pentest-avec-docker/

Resources
https://www.grottedubarbu.fr/apprendre-hacker/
https://www.owasp.org/index.php/Main_Page
http://cve.mitre.org/index.html
https://www.offensive-security.com/
https://www.exploit-db.com/
http://seclists.org/
https://www.shodan.io/
http://pwnwiki.io/
https://null-byte.wonderhowto.com/
http://pentestmonkey.net/category/cheat-sheet
https://null-byte.wonderhowto.com/how-to/hack-like-pro-metasploit-for-aspiring-hacker-part-1-primer-overview-0155986/
https://github.com/OWASP/Top10/blob/master/2017/OWASP%20Top%2010-2017%20(en).pdf
https://www.acunetix.com/blog/articles/http-post-denial-service/
https://blog.qualys.com/tag/slow-http-post
https://www.it-connect.fr/les-scans-de-port-via-tcp-syn-connect-et-fin/
https://trolliet.info/blog/015-chiffrement/

Tools
https://www.zaproxy.org/
http://homputersecurity.com/2017/03/09/lynis-loutil-daudit-pour-les-systemes-unixlinux/
https://exploit-exercises.com/
https://homputersecurity.com/2017/11/08/tidos-framework-loutil-de-reconnaissance-web-decouvrir/
https://aymericlagier.com/2019/09/20/tests-de-securite-automatises/

MiSC
https://littlebluefox.io/blog/dev-penetration-testing
https://wiki.skullsecurity.org/Passwords#Password_dictionaries
https://korben.info/pirater-un-satellite-cest-simple-comme-bonjour.html

security
?UsuLEw
Standard install from rescue
Mon 14 Aug 2017 05:12:57 PM CEST
QRCode

https://blog.imirhil.fr/2015/02/22/online-install-from-scratch.html
https://blog.imirhil.fr/2017/07/22/stockage-chiffre-serveur.html

security server
?tHB6cg
Software VPN / secure tunnels
Fri 12 May 2017 08:33:34 PM CEST
QRCode

VPN

http://www.tinc-vpn.org/
https://www.freelan.org/
http://meshbird.com/
https://github.com/dswd/vpncloud.rs
https://homputersecurity.com/2018/05/09/mise-en-place-dun-vpn-l2tp-ipsec-avec-softether/

Tunnels

https://www.stunnel.org/index.html
http://www.tarsnap.com/spiped.html

security server
http://
Open Source IDS / IPS
Tue 17 Jan 2017 02:32:37 PM CET
QRCode

https://www.alienvault.com/blogs/security-essentials/open-source-intrusion-detection-tools-a-quick-overview
https://en.wikipedia.org/wiki/Intrusion_detection_system
https://en.wikipedia.org/wiki/Snort_%28software%29
https://fr.wikipedia.org/wiki/Suricata_(logiciel)
https://en.wikipedia.org/wiki/Bro_(software)

https://hautefeuille.eu/post/suricata-ids-ubuntu/
https://www.guillaume-leduc.fr/mise-en-oeuvre-dossec-sous-debian-theorie.html

monitoring security server
http://
You Really Should Log Client-Side Errors
Tue 17 Jan 2017 02:29:01 PM CET
QRCode

https://www.loggly.com/blog/front-end-logging-made-easy-use-this-javascript-logger/
http://stackify.com/smarter-errors-logs-putting-data-work-2/
https://sentry.io/
https://logrocket.com/
https://www.bugsnag.com

monitoring security server webstack
http://openmymind.net/2012/4/4/You-Really-Should-Log-Client-Side-Error/
A tcpdump & wireshark
Sun 24 Jul 2016 01:49:54 PM CEST
QRCode

https://danielmiessler.com/study/tcpdump/
https://jvns.ca/blog/2018/06/19/what-i-use-wireshark-for/
http://www.openmaniak.com/fr/wireshark_filters.php

performance security server
?ZFhkIw
Rester anonyme
Tue 26 Aug 2014 03:55:45 PM CEST
QRCode

http://wiki.korben.info/tor
http://wiki.korben.info/freenet
https://www.blog-libre.org/2018/10/19/facebook-le-site-qui-ne-vendait-rien/

security
?50q29A
Protocoles réseaux et internet
Tue 22 May 2012 11:59:22 AM CEST
QRCode

http://fr.wikibooks.org/wiki/R%C3%A9seaux_TCP/IP/La_pile_TCP/IP
https://fr.wikipedia.org/wiki/Suite_des_protocoles_Internet
https://fr.wikibooks.org/wiki/R%C3%A9seaux_TCP/IP
http://www.frameip.com
http://www.lalitte.com/index.php/Accueil
http://www.tldp.org/LDP/nag2/
https://vincent.bernat.im/fr/blog/2017-ipv4-table-routage-linux
https://betterexplained.com/articles/a-simple-introduction-to-computer-networking/

security server technology
http://irp.nain-t.net/doku.php
79 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn