View templates-strings-replace.go
package main | |
import ( | |
"fmt" | |
"os" | |
"strings" | |
"text/template" | |
) | |
func replace(a, b, c string, n int) string { |
View grugq quotes from Downclimb
Give a man an 0day and he'll have access for a day, teach a man to phish and he'll have access for life. | |
https://twitter.com/thegrugq/status/563964286783877121 | |
-- | |
You can get 25% off a Mandiant incident response with the code: ITWASCHINA. 100% off if you just use that code as the report. | |
https://twitter.com/thegrugq/status/600345075562909696 | |
-- | |
Fear of 0day is like being terrified of ninjas instead of cardiovascular disease. | |
https://twitter.com/thegrugq/status/851001030019907588 |