I have seen countless third parties "pen-test vendors" do the same and pass over looking at the data that is being exposed by the service. There are some tools out there with functions that are somewhat similar but nothing that does all the heavy lifting of making connections and managing the data like BQ.
So basically you find a anonymous FTP or SMB server, then you just plug in the IP of the host and in the case of SMB the share path. BQ will download all the files on the FTP server or mount the SMB share and then use grep and regex to locate IPs, emails, CC#s, SS#s, Phone #s, IBAN, usernames, and passwords. If it finds text files and images it will copy them to another location so you can sift over them later.
Basic setup:
After you download the script run:
chmod a+x bq.sh
Here is the basic help:
# aahideaway.blogspot.com #root@system:~/sec# ./bq.sh######################## [B]ooty [Q]uest ## By Adam Espitia #
# Arr, matey, ## where be me booty! ########################This script will mount/download contact from a remote host and search it for sensitive information.Usage here./bq.sh nfs 192.168.1.1 /share/here/./bq.sh smb 192.168.1.1 /share/here/./bq.sh ftp 192.168.1.1./bq.sh http 192.168.1.1 /dir/path/./bq.sh local /dir/path/
No comments:
Post a Comment