All Projects → CyberSaxosTiGER → Pervertgram

CyberSaxosTiGER / Pervertgram

Licence: mit
A project for stalking people on Instagram.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pervertgram

Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (-3.41%)
Mutual labels:  osint, instagram
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (+547.73%)
Mutual labels:  api, instagram
React Native Vision Camera
📸 The Camera library that sees the vision.
Stars: ✭ 443 (+403.41%)
Mutual labels:  api, instagram
Tools For Instagram
Automation scripts for Instagram
Stars: ✭ 274 (+211.36%)
Mutual labels:  api, instagram
Goinsta
Unofficial Instagram API written in Golang
Stars: ✭ 733 (+732.95%)
Mutual labels:  api, instagram
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (+254.55%)
Mutual labels:  osint, instagram
Instapy Cli
✨ Python library and CLI to upload photo and video on Instagram. W/o a phone!
Stars: ✭ 498 (+465.91%)
Mutual labels:  api, instagram
Instagram Api Python
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.
Stars: ✭ 2,357 (+2578.41%)
Mutual labels:  api, instagram
Instagram Web Api
🤳 Instagram Private Web API client for Node
Stars: ✭ 694 (+688.64%)
Mutual labels:  api, instagram
Instagram Api
Instagram's private API
Stars: ✭ 5,168 (+5772.73%)
Mutual labels:  api, instagram
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-34.09%)
Mutual labels:  instagram, osint
Public Instagram
Tool to fetch Instagram's public content.
Stars: ✭ 43 (-51.14%)
Mutual labels:  api, instagram
toutatis
Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Stars: ✭ 803 (+812.5%)
Mutual labels:  instagram, osint
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (+328.41%)
Mutual labels:  osint, instagram
Instagram Live Streamer
[Unofficial] Broadcast to Instagram Live anything from your PC/Laptop
Stars: ✭ 232 (+163.64%)
Mutual labels:  api, instagram
Instagram
An easy-to-use and simple Instagram package
Stars: ✭ 496 (+463.64%)
Mutual labels:  api, instagram
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (+87.5%)
Mutual labels:  api, instagram
Node Instagram
Instagram api client for node that support promises.
Stars: ✭ 185 (+110.23%)
Mutual labels:  api, instagram
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (+545.45%)
Mutual labels:  osint, instagram
Pwnedornot
OSINT Tool for Finding Passwords of Compromised Email Addresses
Stars: ✭ 888 (+909.09%)
Mutual labels:  api, osint

PervertGram

A weekend project from a cyber-pervert.

Get followers/Followings/Matches

http://localhost:5002/followings/<victim> or
http://localhost:5002/followings/api/<victim>/
http://localhost:5002/followers/<victim> or
http://localhost:5002/api/followers/<victim>/
http://localhost:5002/match/<victim> or
http://localhost:5002/api/match/<victim>/

Get HD Profile Picture

http://localhost:5002/dp/<victim>
http://localhost:5002/api/dp/<victim>

Draw heatmap from users location

http://localhost:5002/dp/heatmap/<victim>

Others

Get photos from the given location

http://localhost:5002/location/<int:location>
http://localhost:5002/api/location/<int:location>

Get people from the given location

http://localhost:5002/location-people/<int:location>
http://localhost:5002/api/location-people/<int:location>

Routes

API

'/api/followings/<victim>/'
'/api/followers/<victim>/'
'/api/match/<victim>/'
'/api/location/<victim>/'
'/api/dp/<victim>/'
'/api/location-people/<int:location>'

View

'/followings/<victim>'
'/followers/<victim>'
'/match/<victim>'
'/location-people/<int:location>'
'/heatmap/<victim>'
'/location/<int:location>'
'/dp/<victim>'

config.json

{
    "username": "exampleUser",
    "pwd": "examplePassword"
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].