Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Raspberry PI pour les agents secrets
Search
Fedir RYKHTIK
April 10, 2014
Technology
0
100
Raspberry PI pour les agents secrets
Utiliser Raspberry PI à 110% pour satisfaire tous les besoin d'un agent secret.
Fedir RYKHTIK
April 10, 2014
Tweet
Share
More Decks by Fedir RYKHTIK
See All by Fedir RYKHTIK
Methodology of Multi-Criteria Comparison and Typology of Open Source Projects
fedir
0
150
Building a Go microservice from 0 to Hero
fedir
0
520
TYPO3 Camp Nantes 2018 > I come from the future
fedir
0
53
Methodology and tools for Drupal sites GDPR compliance
fedir
0
440
Open source Web frameworks comparison and ratings
fedir
0
880
Comparison of 10 Go web frameworks
fedir
2
1.8k
/dev/var/19 > Méthodologie de tests de charge et performance des sites Web
fedir
0
91
TYPO3Camp Nantes 2017 - Web applications penetration testing methodology
fedir
0
330
DDD17 - Web Applications Automated Security Testing in a Continuous Delivery Pipeline
fedir
0
560
Other Decks in Technology
See All in Technology
LLMでAI-OCR、実際どうなの? / llm_ai_ocr_layerx_bet_ai_day_lt
sbrf248
0
430
Google Agentspaceを実際に導入した効果と今後の展望
mixi_engineers
PRO
2
320
家族の思い出を形にする 〜 1秒動画の生成を支えるインフラアーキテクチャ
ojima_h
1
260
Google Cloud で学ぶデータエンジニアリング入門 2025年版 #GoogleCloudNext / 20250805
kazaneya
PRO
11
2.6k
AIのグローバルトレンド 2025 / ai global trend 2025
kyonmm
PRO
1
120
僕たちが「開発しやすさ」を求め 模索し続けたアーキテクチャ #アーキテクチャ勉強会_findy
bengo4com
0
1.8k
【CEDEC2025】ブランド力アップのためのコンテンツマーケティング~ゲーム会社における情報資産の活かし方~
cygames
PRO
0
230
JAWS AI/ML #30 AI コーディング IDE "Kiro" を触ってみよう
inariku
3
260
AI によるドキュメント処理を加速するためのOCR 結果の永続化と再利用戦略
tomoaki25
0
390
バクラクによるコーポレート業務の自動運転 #BetAIDay
layerx
PRO
1
830
製造業の課題解決に向けた機械学習の活用と、製造業特化LLM開発への挑戦
knt44kw
0
150
専門分化が進む分業下でもユーザーが本当に欲しかったものを追求するプロダクトマネジメント/Focus on real user needs despite deep specialization and division of labor
moriyuya
0
980
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Agile that works and the tools we love
rasmusluckow
329
21k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Facilitating Awesome Meetings
lara
54
6.5k
Automating Front-end Workflow
addyosmani
1370
200k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
750
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
790
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Become a Pro
speakerdeck
PRO
29
5.5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
A better future with KSS
kneath
238
17k
Transcript
None
Raspberry PI pour les agents secrets 15 exemples d’utilisation Fedir
RYKHTIK, @FedirFR /dev/var/4 Toulon, France
RPi http://fr.farnell.com/raspberry-pi-accessories
Besoin d’un agent secret • Communication avec M • Obtenir
l'information secrète • Défendre ça propre information • Combattre les ennemies • Agents de deuxième plan • Transport (voiture ultra hi-tech) • Gadgets
Communication avec M
Talking to people from distance • Microphone USB • Casque
• SoX ◦ sox -d -t sox - | ssh pi@[IP address] sox -q -t sox - -d
Voice transformation • SoX ◦ sox -t alsa plughw:1 -d
reverb 99 50 0 ▪ Alpes : echo 0.8 0.9 1000 0.3 ▪ Sci-fi robot : flanger 30 10 0 100 10 tri 25 lin ▪ Shtrumpf : pitch 500
Obtenir l'information secrète
Audio Recording • SoX ◦ alias record='sox -t alsa plughw:1
-t wav - | lame -' ◦ record newrec.mp3 • tmux / screen ◦ to not break the session
Audio Transmission • Remote recording ◦ ssh pi@[IP address] sox
-t alsa plughw:1 -t wav - > ~/Desktop/myrec.wav • Speak to people ◦ sox -d -t sox - | ssh pi@[IP address] sox -q -t sox - -d
Recording the video stream • VLC ◦ vlc http://[IP address]:8080/?action=stream
-- sout='#standard{mux=avi,dst=/home/[username] /Desktop/myvideo.avi,access=file}'
Viewing Your webcam • Video ◦ vlc http://[IP address]:8080/?action=stream •
Audio ◦ ssh pi@[IP-address] sox -t alsa plughw:1 -t sox - | sox -q -t sox - -d
Monitoring WiFi • Kismet ◦ Wi-Fi spectrum and traffic analyzer
Analyzing packet dumps • logging ◦ sudo ettercap -q -T
-i wlan0 -M arp:remote -d -w mycapture.pcap /[Router IP]/ /[PC IP]/ • Analyzing ◦ ssh pi@[IP address] cat /home/pi/kismetlogs/Kismet- XXXX.pcapdump | wireshark -k -i -
Combattre les ennemies
Detecting an intruder • Motion
Turning on and off a TV • cron • Motion
Staging a playback scare • Assign to Motion
Traffic remplacement • etterfilter
Ennemies réels ?
Défendre ça propre information
Protection against Ettercap • static ARP entries • ettercap ◦
chk_poison plugin
Keeping data secret • cryptsetup ◦ crypted containers • dosfstools
◦ for Win compatibilty
Agents de deuxième plan
None
None
Transport (voiture ultra hi-tech)
RPi integration
GPS Tracking • USB GPS receiver (projects verified with Columbus
V-800) • gpsd • cgps
Gadgets
Controlling PI with Your smartphone • NetIO • SSH client
• Coversal - Linux Remote Control
Connectivité • Senseurs ◦ Lumiere ◦ Mouvement ◦ Distance •
Triggers • Relais
Livre à conseiller
Références • http://www.tuxboard.com/gadgets-des-agents-secrets/ • http://projectsentrygun.rudolphlabs.com/ • http://www.geek.com/news/autonomous-nerf-sentry-gun-picks-its-targets-protects-your-toy- chest-1561381/ • http://blog.kaazing.com/2013/04/01/remote-controlling-a-car-over-the-web-ingredients-
smartphone-websocket-and-raspberry-pi/ • http://www.raspberrypi.org/raspberry-pi-car-computer/ • http://oversimple.fr/alarme-de-maison-avec-un-raspberry-pi/ • http://fr.farnell.com/raspberry-pi-accessories • http://korben.info/idees-raspberry-pi.html