summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/rickroller_bare/doc
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-02-26 12:18:52 +0000
committermakefu <root@pigstarter.de>2013-02-26 12:18:52 +0000
commitef4eb3189363f5cd9a33b43693322a68d3142979 (patch)
tree683df8268baae71451633518aa7ff7ea258a4aa8 /minikrebs/profiles/rickroller_bare/doc
parente2369060a397e8dad82a2dfcc63c81df1e08a983 (diff)
parent001bfd5f2b6890cafd209de4ea360927d4dd8a55 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts: minikrebs
Diffstat (limited to 'minikrebs/profiles/rickroller_bare/doc')
-rw-r--r--minikrebs/profiles/rickroller_bare/doc/README.md24
-rw-r--r--minikrebs/profiles/rickroller_bare/doc/videoconvert7
2 files changed, 0 insertions, 31 deletions
diff --git a/minikrebs/profiles/rickroller_bare/doc/README.md b/minikrebs/profiles/rickroller_bare/doc/README.md
deleted file mode 100644
index bcf721c6..00000000
--- a/minikrebs/profiles/rickroller_bare/doc/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# Rickroller Profile
-
-The purpose of the profile is to create an access point where every connection
-is rewritten to rickroll.
-
-This is the bare profile, providing a basic installation of the rickroller but
-everything fits into the 4mb of flash memory of the krebsplug.
-
-As video autostarting is quite difficult at mobile victims to acchieve,
-a short gif with rick dancing plus the first minute of its famous song will be
-served by the httpd.
-
-The dnsmasq will resolve every domain request to the plugs ip-address
-
-
-# Rickroll Loop
-
-8.8 --> 17.3 ; startup loop
-26.3 --> 34 ; were no strangers to love, you know the rules and so do i
-26.3 --> 42.6 ; ... gotta make you understand
-?? --> ?? ; refrain
-
-# Honorable Mentions
-http://www.finnie.org/2011/08/13/mobile-rickroll-appliance-6-0-released/
diff --git a/minikrebs/profiles/rickroller_bare/doc/videoconvert b/minikrebs/profiles/rickroller_bare/doc/videoconvert
deleted file mode 100644
index e514b85a..00000000
--- a/minikrebs/profiles/rickroller_bare/doc/videoconvert
+++ /dev/null
@@ -1,7 +0,0 @@
-# To be supported by android:
-ffmpeg -i rick720p.mp4 -ss 8.8 -t 8.5 -strict -2 -s 320x240 -vcodec mpeg4 -acodec aac -ac 1 -ar 16000 -r 13 -ab 32000 -aspect 3:2 output-video.mp4
-
-
-# audio convert
-ffmpeg -i rick720p.mp4 -ss 7 -t 45 -ac 1 -ar 16000 -ab 64k -vn -acodec libvorbis rick.ogg
-ffmpeg -i rick720p.mp4 -ss 7 -t 45 -ac 1 -ar 16000 -ab 64k -vn rick.mp3