Advertisement
swaggboi

ruby-one-liner

Oct 2nd, 2020
1,615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. # Grab a list of SANs from the swagg.net SSL cert
  2. daniel@optepr0n:~$ openssl s_client -connect swagg.net:443 2> /dev/null | openssl x509 -noout -text | ruby -ne 'if /DNS/ then $_.gsub!(/^ +|DNS:/, ""); $_.gsub!(/, /, "\n"); print; end'
  3. chat.swagg.net
  4. ipv6.swagg.cc
  5. ipv6.swagg.net
  6. mirror.swagg.cc
  7. mirror.swagg.net
  8. optepr0n.swagg.net
  9. swagg.cc
  10. swagg.net
  11. www.swagg.cc
  12. www.swagg.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement