bonkheadz / FuckrEX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#fuckr: Grindr™ for Mac and Windows

fuckr is a Grindr™ client for desktop built with Node-Webkit, AngularJS and a modified version of jacasr.

##Run First, install node-webkit (eg. npm install -g nodewebkit). Then

cd fuckr/
nw .

##Package

npm install
node package.js

And to package as a DMG for OSX:

npm install -g appdmg
appdmg dmg.json

##Reverse engineering grindr If there's anything you wanna know about Grindr that's not in the code, you can easily analyse the HTTP part with mitmproxy's regular proxy mode and the XMPP part with... just Wireshark (and ettercap to save time) since grindr XMPP client doesn't bother encrypting!

##Tip to Contribute Releases history is hosted in gh-pages branch so to fetch code only use git clone https://github.com/tomlandia/fuckr.git --branch master --single-branch

##Credits

About


Languages

Language:CoffeeScript 43.8%Language:CSS 34.6%Language:HTML 20.5%Language:JavaScript 0.9%Language:Shell 0.2%