Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
vk-geosearch — CLI tool to search and scrape geotagged photos from VK.com using the VK API, extracting owner names and photo metadata into an HTML report. | Kitploit
Tools/GitHubGitHub/yevgen2020/vk-geosearch
OSINT (Open Source Intelligence)Information GatheringCrawler
GitHubyevgen2020/vk-geosearch

vk-geosearch

CLI tool to search and scrape geotagged photos from VK.com using the VK API, extracting owner names and photo metadata into an HTML report.

View Repository
1346 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

vk-geosearch

Platform Platform Python

Search for photos by geo-tags on the social network vk.com

Demo Photo

Result Photo

Dependencies

  • requests

Installation

root@kitploit:~
git clone https://github.com/yevgen2020/vk-geosearch.git
pip3 install requests
cd vk-geosearch
chmod +x search.py

Usage

To search for photos in VK, you need a service access key or a token. Create a Standalone application. Go to settings and set the status field to "Application is enabled and visible to everyone". Save the changes. Copy your service access key, open search.py in an editor and change the key to yours (you can use a token instead of the key).

Key Photo

The results are saved to a file named 'current timestamp'.html Photos are not downloaded to the local machine, but are pulled from the server when opening the html with the results. On the page, photos will be in the highest possible quality and will accordingly weigh a lot, keep this in mind when setting the time interval. Clicking on a photo opens the owner's page in a new tab. Only images from users' personal pages are parsed (including deleted and blocked ones), photos from groups are filtered out otherwise most of the search results would consist of nails, eyelashes, hair removals, etc.

V.2

Added the ability to enter an address (does not always work correctly because the service is free; if it does not work for any reason, register at locationiq.com, get a token, and insert your own in the 'TOKEN' field. Added support for selecting photo size. Also added parsing of the photo owner's last name and first name. Attention! If you have more than 50 photos in the results, DO NOT select this option, otherwise you will get banned due to API request rate limits.

P.S.

When launched with the argument -p or --proxy, it will use a local proxy server 127.0.0.1:8080, you can change it to your own.

Download Tool