Reverse Engineering OKCupid
davidshimel.com
Reverse Engineering OKCupid
1–10 of 24 posts
Re: Reverse Engineering OKCupid
#2Re: Reverse Engineering OKCupid
#3About two years ago, some clever techies used the OkCupid subreddit to "hack" the OkCupid frontend. If I remember correctly, they used Javascript to display the number of messages someone received per day and how many they replied to (among other things). Eventually OkCupid came across the info and started putting everything server-side.
Re: Reverse Engineering OKCupid
#4Re: Reverse Engineering OKCupid
#5About two years ago, some clever techies used the OkCupid subreddit to "hack" the OkCupid frontend. If I remember correctly, they used Javascript to display the number of messages someone received per day and how many they replied to (among other things). Eventually OkCupid came across the info and started putting everything server-side.
What information were they getting from the subreddit? Just usernames or . . . ?
Re: Reverse Engineering OKCupid
#6About two years ago, some clever techies used the OkCupid subreddit to "hack" the OkCupid frontend. If I remember correctly, they used Javascript to display the number of messages someone received per day and how many they replied to (among other things). Eventually OkCupid came across the info and started putting everything server-side.
What information were they getting from the subreddit? Just usernames or . . . ?
Re: Reverse Engineering OKCupid
#7Re: Reverse Engineering OKCupid
#8This method is well known and there are ways of making this more difficult. For example, servers add a hidden request cookie which is a random number embedded in the page that the user is coming from. This forces you to actually parse the page. Then they can move it to javascript making it even more difficult.
One rule I follow is to: Retrieve, Analyse and Regurgitate Everything.
Re: Reverse Engineering OKCupid
#9It's a clever and IMNSHO insufficiently copied architecture with interesting performance and security characteristics.
[0] https://github.com/okws/okws [1] http://news.ycombinator.com/item?id=2077484
Re: Reverse Engineering OKCupid
#10About two years ago, some clever techies used the OkCupid subreddit to "hack" the OkCupid frontend. If I remember correctly, they used Javascript to display the number of messages someone received per day and how many they replied to (among other things). Eventually OkCupid came across the info and started putting everything server-side.
What information were they getting from the subreddit? Just usernames or . . . ?