Skip to content

Commit 8921521

Browse files
committed
import kayak and some other utilities
1 parent e0b6f5a commit 8921521

650 files changed

Lines changed: 10520 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

car-hacking-tools/CANBus-Triple

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b7fe3cf5bd5669b458b09bf8ba44fc58ecbba51f

car-hacking-tools/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
all:
2+
3+
clean:
4+
5+
install:
6+
mkdir -p $(DESTDIR)/usr/share/kayak
7+
mkdir -p $(DESTDIR)/usr/share/car-hacking
8+
mkdir -p $(DESTDIR)/usr/share/applications
9+
mkdir -p $(DESTDIR)/usr/bin
10+
mkdir -p $(DESTDIR)/opt
11+
12+
chown root:root -R kayak CANBus-Triple caringcaribou UDSim kayak.desktop
13+
cp -r kayak/* $(DESTDIR)/usr/share/kayak/
14+
cp -r CANBus-Triple $(DESTDIR)/usr/share/car-hacking/
15+
cp -r caringcaribou $(DESTDIR)/usr/share/car-hacking/
16+
cp -r UDSim $(DESTDIR)/usr/share/car-hacking/
17+
echo "cd /usr/share/kayak;/usr/share/kayak/bin/kayak" > $(DESTDIR)/usr/bin/kayak
18+
chmod +x $(DESTDIR)/usr/bin/kayak
19+
ln -s /usr/share/car-hacking $(DESTDIR)/opt/car-hacking
20+
cp kayak.desktop $(DESTDIR)/usr/share/applications/

car-hacking-tools/UDSim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e8f9ad0332baec9c142b56c460b58eea6a20548e

car-hacking-tools/caringcaribou

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 26634ec9fb45bca49cca8d912caf31eb7c8c2297

car-hacking-tools/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kayak (2014.03.10.1706+parrot0) testing; urgency=medium
2+
3+
* Debianize source code and import new upstream releases
4+
5+
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Sat, 08 Oct 2016 16:02:32 +0200
6+

car-hacking-tools/debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

car-hacking-tools/debian/control

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Source: kayak
2+
Section: parrot
3+
Priority: optional
4+
Maintainer: Parrot Team <parrot-devel@lists.parrotsec.org>
5+
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@frozenbox.org>
6+
Standards-Version: 3.9.8
7+
Build-Depends: debhelper (>= 9)
8+
Build-Depends-Indep: pkg-config
9+
Homepage: http://www.parrotsec.org/
10+
11+
Package: kayak
12+
Architecture: all
13+
Priority: optional
14+
Depends: openjdk-8-jre
15+
Suggests: vidalia
16+
Description: Kayak car hacking tool
17+
Kayak is an open source CAN bus diagnosis tool based on SocketCANAnonymizaton toolkit for Parrot Security OS

car-hacking-tools/debian/copyright

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

car-hacking-tools/debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/make -f
2+
3+
%:
4+
dh $@

0 commit comments

Comments
 (0)