Path: blob/master/modules/exploits/rfi_scanner/update-list
1154 views
#!/bin/sh echo "[*] Deleting old rfi.txt..." rm rfi.txt echo "[*] Downloading latest rfi.txt..." wget "https://fuzzdb.googlecode.com/svn/trunk/attack-payloads/rfi/rfi.txt"
#!/bin/sh echo "[*] Deleting old rfi.txt..." rm rfi.txt echo "[*] Downloading latest rfi.txt..." wget "https://fuzzdb.googlecode.com/svn/trunk/attack-payloads/rfi/rfi.txt"