Skip to content

Instantly share code, notes, and snippets.

View karlkfi's full-sized avatar

Karl Isenberg karlkfi

View GitHub Profile
@karlkfi
karlkfi / ports.go
Created June 3, 2015 20:42
Script to generate a list of ports given a range
package main
import (
"os"
"strings"
"strconv"
"fmt"
)
// go run ports.go 10-19
@karlkfi
karlkfi / form.bas
Created April 29, 2013 06:58
BAS action chain.
@page (domain = "domain.com")
(path = "/email-form/") {
status-code: 200;
input.email {
text: set("[email protected]");
}
input.submit:click() {