About Scylla
Scylla is an OSINT tool developed in python 3.6. Scylla lets users perform advanced searches on Instagram & Twitter accounts, websites/webservers, phone numbers, names. Scylla also allows users to find all social media profiles (main platforms) assigned to a certain username. This is the first version of the tool and please contact the developer if you want to help contribute and add more to Scylla.
Installation
Usage
Scylla is an OSINT tool developed in python 3.6. Scylla lets users perform advanced searches on Instagram & Twitter accounts, websites/webservers, phone numbers, names. Scylla also allows users to find all social media profiles (main platforms) assigned to a certain username. This is the first version of the tool and please contact the developer if you want to help contribute and add more to Scylla.
1. git clone https://www.github.com/josh0xA/Scylla
2. cd Scylla
4. sudo python3 -m pip install -r requirments.txt
5. python3 scylla.py --helpNote: Users might experience installation issues when using later versions of Python.
Usage
1. " python3 scylla.py --instagram davesmith --twitter davesmith "Command 1 will return account information of that specified Instagram & Twitter account.
2. " python3 scylla.py --username johndoe "Command 2 will return all the social media (main platforms) profiles associated with that username.
3. " python3 scylla.py --username johndoe -l="john doe" "Command 3 will repeat command 2 but instead it will also perform an in-depth google search for the "-l" argument. NOTE: When searching a query with spaces make sure you add the equal sign followed by the query in quotations. If your query does not have spaces, it will be as such: python3 scylla.py --username johndoe -l query
4. " python3 scylla.py --info google.com "Command 4 will return crucial WHOIS information about the webserver/website.
5. " python3 scylla.py -r +14167777777 "Command 5 will dump information on that phone number (Carrier, Location, etc.)
Menu
usage: scylla.py [-h] [-v] [-ig INSTAGRAM] [-tw TWITTER] [-u USERNAME] [--info INFO] [-r REVERSE_PHONE_LOOKUP] [-l LOOKUP]
Optional arguments:
-h, --help show this help message and exit
-v, --version returns skyla's version
-ig INSTAGRAM, --instagram INSTAGRAM
return the information associated with specified instagram
account
-tw TWITTER, --twitter TWITTER
return the information associated with specified twitter account
-u USERNAME, --username USERNAME
find social media profiles (main platforms) associated with given
username
--info INFO
return information about the specified website(WHOIS) w/ geolocation
-r REVERSE_PHONE_LOOKUP, --reverse_phone_lookup REVERSE_PHONE_LOOKUP
return information about the specified phone number (reverse
lookup)
-l LOOKUP, --lookup LOOKUP
performs a google search of the 35 top items for the argument given
AND MOST IMPORTANT
" Educational purposes only "