<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.ccc-mannheim.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Facepalm</id>
	<title>Facepalm - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.ccc-mannheim.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Facepalm"/>
	<link rel="alternate" type="text/html" href="https://www.ccc-mannheim.de/mediawiki/index.php?title=Facepalm&amp;action=history"/>
	<updated>2026-04-17T23:57:43Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in C3MAWiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.ccc-mannheim.de/mediawiki/index.php?title=Facepalm&amp;diff=152&amp;oldid=prev</id>
		<title>Yorn: /* How does it work? */</title>
		<link rel="alternate" type="text/html" href="https://www.ccc-mannheim.de/mediawiki/index.php?title=Facepalm&amp;diff=152&amp;oldid=prev"/>
		<updated>2012-03-28T13:59:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;How does it work?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Kategorie:öffentlich]]&lt;br /&gt;
{{aktives Projekt|Kontakt=Yorn|öffentlich=ja}}&lt;br /&gt;
== What is it? ==&lt;br /&gt;
Facepalm is a facebook stalking tool that can be used to create a graph out of a facebook friend list. It will display clusters of friends that might aid gathering further information on a facebook user. &lt;br /&gt;
&lt;br /&gt;
It is written in Java.&lt;br /&gt;
&lt;br /&gt;
There are two views in the latest version. You can see additional information on the target on both views. One view is called &amp;quot;Partitioning&amp;quot; and one is called &amp;quot;Overview&amp;quot;. In the Partitioning view you can see possible groups of friends, separetd with different colors. This aids to find information on how many different circle of friends the target might have. In the overview page you can see the friends of the target in the same configuration as in the Partitioning view, but colors now represent the gender.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Remember:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;Your friends tell me all I need to know about you!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== How does it work? ==&lt;br /&gt;
Basically it crawls a target&amp;#039;s facebook friend list and then each friend&amp;#039;s friend list again. It then writes the result into an in memory SQLite database which is used by the [https://gephi.org/toolkit/ gephi toolkit library] to produce a xml formated [http://gexf.net/format/ gexf] file. The gexf file is then displayed as a graph either by using [http://gephi.org/ gephi] or the [http://gexf.net/explorer/ gexf flash explorer]. &lt;br /&gt;
&lt;br /&gt;
It works on the new timeline feature as well without modification.&lt;br /&gt;
&lt;br /&gt;
== Related Work ==&lt;br /&gt;
[http://code.google.com/p/fbpwn/ fbpwn] - A cross-platform Java based Facebook social engineering framework, sends friend requests to a list of Facebook profiles, and polls for the acceptance notification. Once the victim accepts the invitation, it dumps all their information,photos and friend list to a local folder. Extensible module interfaces and built-in modules for advanced social engineering tricks. &lt;br /&gt;
&lt;br /&gt;
[https://apps.facebook.com/socgraph/ socgraph] is a facebook app that seems to do similar things.&lt;br /&gt;
&lt;br /&gt;
== Example data ==&lt;br /&gt;
[[File:Facepalm-example1.jpg|Facepalm example data]]&lt;br /&gt;
&lt;br /&gt;
== The C0de ==&lt;br /&gt;
The code is [http://www.gnu.org/licenses/gpl.txt GPLv3]!&lt;br /&gt;
&lt;br /&gt;
https://github.com/yorn42/facepalm&lt;br /&gt;
&lt;br /&gt;
To compile you need the [https://wiki.gephi.org/index.php/Toolkit_Releases gephi toolkit jar], [http://www.java2s.com/Code/Jar/s/Downloadsqlitejdbc3763201106090816033jar.htm sqlite] and [http://commons.apache.org/io/download_io.cgi commons io].&lt;br /&gt;
&lt;br /&gt;
There is a jar for the lazy users: https://github.com/yorn42/facepalm/blob/master/facepalm-v0.5.jar&lt;br /&gt;
&lt;br /&gt;
Usage: java -jar facepalm-v0.5.jar FBID CONFIG&lt;br /&gt;
&lt;br /&gt;
== Limitations ==&lt;br /&gt;
* Performance, it takes about 1 minute for 150 friends, depending on your ISP.&lt;br /&gt;
* The graph gets very big when having more than 500 friends in the list.&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
* The GexfExplorer stopped working on Linux with Firefox and Chrome, Win32 seems fine.&lt;br /&gt;
* Improve performance, check if [http://code.google.com/p/fbpwn/ fbpwn] has better approaches.&lt;br /&gt;
* Improve usability, e.g. login to get rid of the cookie data crap.&lt;br /&gt;
* Java sucks on having crazy charsets like arabic, etc.&lt;br /&gt;
* Remove dead code.&lt;/div&gt;</summary>
		<author><name>Yorn</name></author>
	</entry>
</feed>