- Recon
- Find vuln
- Exploit
- Document it
Unicornscans in cli, nmap in msfconsole to help store loot in database.
| { | |
| "williamboman/mason-lspconfig.nvim", | |
| dependencies = { | |
| "williamboman/mason.nvim", | |
| "Hoffs/omnisharp-extended-lsp.nvim", | |
| "neovim/nvim-lspconfig", | |
| }, | |
| config = function() | |
| require("mason").setup() | |
| require("mason-lspconfig").setup({ |
| [ | |
| { | |
| "VersionNumber": "4.4", | |
| "IsBeta": false, | |
| "URL": "https://cdn.discordapp.com/attachments/177005642458857472/262645399930535936/Ishiiruka-FM-v4.4--.7z", | |
| "Checksum": "" | |
| }, | |
| { | |
| "VersionNumber": "4.9", | |
| "IsBeta": true, |
| // Now available in package form at https://github.com/rjz/githubhook | |
| package handler | |
| // https://developer.github.com/webhooks/ | |
| import ( | |
| "crypto/hmac" | |
| "crypto/sha1" | |
| "encoding/hex" | |
| "errors" |