Skip to content

Instantly share code, notes, and snippets.

@mmg1
Forked from jhaddix/bgp.sh
Created June 21, 2020 10:22
Show Gist options
  • Select an option

  • Save mmg1/6b93a55aff68c41949d0b1639c48f8e2 to your computer and use it in GitHub Desktop.

Select an option

Save mmg1/6b93a55aff68c41949d0b1639c48f8e2 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