Skip to content

Instantly share code, notes, and snippets.

View fguisso's full-sized avatar
🌭
Hot dogs

Fernando Guisso fguisso

🌭
Hot dogs
View GitHub Profile

Guisso? Que isso?

Application Security Engineer @ Globo.

  • 📝 Pasteleiro de agencia - Wordpress, PHP, cPanel e cafézinhos
  • 🧑‍💻 Dev/Bitcoin - Gateway de pagamento pague.nu
  • 🎨 Fullstack Javascripto - MEAN, MEVN, NodeBots, reveal.sj/qualy/sli.dev
  • 📤 Security - Pentest, treinamento AppSec, CTF
  • 🤹 Community Manager - "Fala muito! - Titi / Softskills, comunidades
  • 🎥 Dev/Decred - Golang, React Native, Lightning Network
  1. Introdução ao Desenvolvimento Seguro
  • Por que a segurança é essencial no desenvolvimento
  • Panorama dos desafios atuais de segurança na web
  1. Fundamentos de Segurança em Desenvolvimento
  • Compreendendo as principais ameaças e ataques
  • Princípios de defesa em profundidade
  • Introdução ao OWASP Top 10
  1. HTTP e Segurança na Web
  • Fundamentos do HTTP e sua importância para a segurança web
  • Entendendo a segurança em HTTP: SSL/TLS, HTTP/2, CORS
@fguisso
fguisso / pve.md
Last active May 29, 2023 17:36
PVE Windows Passthu GPU Radeon

edit grub

vi /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"
or
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"

then restart grub update-grub command

@fguisso
fguisso / install-win10-proxmox.md
Created April 9, 2023 15:38
Install Win10 in proxmox
#!/bin/bash

# Specify the Windows 10 ISO to download
WIN10_ISO_URL="https://software-download.microsoft.com/download/pr/19043.1165.210529-1541.co_release_CLIENT_CONSUMER_x64FRE_en-us.iso"

# Download the Windows 10 ISO
wget -O /var/lib/vz/template/iso/Windows10.iso $WIN10_ISO_URL

# Create a new VM in Proxmox
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
}
}
required_version = ">= 0.14.9"
}
// new vspd request
if req.vspPubkey == "" {
return nil, status.Errorf(codes.InvalidArgument, "vsp pubkey can not be null")
}
if req.vspHost == "" {
return nil, status.Errorf(codes.InvalidArgument, "vsp host can not be null")
}
vspServer, err := vsp.New(req.vspHost, req.vspPubkey, req.Account, req.Account, nil, s.wallet, params)
@fguisso
fguisso / lightning.gif
Last active June 17, 2020 18:17
lightning network
lightning.gif
@fguisso
fguisso / porg.gif
Last active May 31, 2023 21:13
hot dog!
porg.gif
@fguisso
fguisso / dcrdevstats-mar
Created March 31, 2020 02:09
march dev stats
repo: tinydecred
additions: 13072
deletions: 8252
total changes: 21324
commits master: 53
merged PRs: 53
active PRs: 6
repo: politeia
additions: 942
repo: tinydecred
additions: 5217
deletions: 2277
total changes: 7494
commits master: 23
merged PRs: 23
active PRs: 0
repo: politeia
additions: 4111