Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ download 8(+)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Jun 14, 2024
1 parent 7e72486 commit 4fdc827
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions binaryedge/download
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

cd "$(dirname $0)"

name=binaryedge
curl -sL --fail https://api.binaryedge.io/v1/minions -o $name.json.tmp || exit 0

jq .scanners $name.json.tmp | grepip | iprange -1 >| $name.ipv4

0 comments on commit 4fdc827

Please sign in to comment.