Skip to content

Instantly share code, notes, and snippets.

@JeffreyShran
Forked from jhaddix/bgp.sh
Created February 21, 2020 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffreyShran/d9c45a55a34f25ae9bfca443c300dd61 to your computer and use it in GitHub Desktop.
Save JeffreyShran/d9c45a55a34f25ae9bfca443c300dd61 to your computer and use it in GitHub Desktop.
copy in bghp.he.net to this script and get amass command
#!/bin/bash
expand $1 |cut -d " " -f1|sed 's/AS//g'
echo ""
echo ""
lined=`expand $1 |cut -d " " -f1|sed 's/AS//g'| tr '\n' ','`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment