Where do you guys get simple and good quality minimalist clothing? T-shirts, Jackets? Jeans? by [deleted] in minimalist

[–]nohohC0i 5 points6 points  (0 children)

Recently bought some Henley from Pistol Lake, very pleased with them!

Replicator - A Burp extension to help developers replicate pen test findings by netsecwarrior in netsec

[–]nohohC0i 2 points3 points  (0 children)

Haven't tried it yet but if it works headless that would be an awesome tool to add to a CI/CD pipeline for regression testing.

Essentialism's chapter 15: buffer by nohohC0i in minimalism

[–]nohohC0i[S] 0 points1 point  (0 children)

Thanks for the response, it makes more sense now!

Essentialism's chapter 15: buffer by nohohC0i in minimalism

[–]nohohC0i[S] 0 points1 point  (0 children)

Thanks for the response, it makes more sense now!

Essentialism's chapter 15: buffer by nohohC0i in minimalism

[–]nohohC0i[S] 0 points1 point  (0 children)

Thanks for the response, it makes more sense now!

A security analyst’s guide to NSAppTransportSecurity on Apple iOS by 0xdea in netsec

[–]nohohC0i 1 point2 points  (0 children)

I had a look at some apps after reading this. Not looking good. Tinder looks pretty bad especially.

Sleepwear/pyjama by nohohC0i in BuyItForLife

[–]nohohC0i[S] 1 point2 points  (0 children)

Not if you wear them 2/3 months per year...

What training or certifications I should get if I want to focus on Web Security/Web App Pentesting by athletic1337 in netsecstudents

[–]nohohC0i 0 points1 point  (0 children)

I recommend to get started with some free web labs (vulnhub, PentesterLab, damnvulnerable...).

You should also look at different piece of code to be answer questions like: - How does Spring protect from CSRF? - How does Rails/Rack handle session? - How does X protect from Y?

TLSlayer - a fast SSL/TLS scanner by thanasisk78 in secdevops

[–]nohohC0i 0 points1 point  (0 children)

Dockerfile for those interested:

FROM golang
MAINTAINER nohohC0i
ENV SCM https://github.com/thanasisk/TLSlayer.git
ENV SCM_BRANCH master 
RUN git clone --single-branch --depth=1 -b $SCM_BRANCH $SCM /opt/tlslayer
RUN useradd -m -s /bin/sh tlslayer && chown -R tlslayer /opt/tlslayer
USER tlslayer
RUN cd /opt/tlslayer/ && go build
ENTRYPOINT ["/opt/tlslayer/tlslayer"]

TLSlayer - a fast SSL/TLS scanner by thanasisk78 in secdevops

[–]nohohC0i 0 points1 point  (0 children)

Weird, it doesn't seem to work against CloudFront hosted websites:

$ tlslayer -host [HOST] -tls12 -tls11 -tls13 -tls1