Quellcode durchsuchen

added ssh-mitm application

Manfred Kaiser vor 4 Jahren
Ursprung
Commit
712521060d

+ 2 - 0
applications/ssh-mitm/entrypoint.sh

@@ -0,0 +1,2 @@
+#! /bin/bash -i
+{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/ssh-mitm" "$@"

+ 1 - 0
applications/ssh-mitm/requirements.txt

@@ -0,0 +1 @@
+ssh-mitm

+ 17 - 0
applications/ssh-mitm/ssh-mitm.appdata.xml

@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+    <id>ssh-mitm</id>
+    <metadata_license>MIT</metadata_license>
+    <project_license>Python-2.0</project_license>
+    <name>SSH-MITM</name>
+    <summary>SSH-MITM on Python {{ python-fullversion }}</summary>
+    <description>
+        <p>  Python {{ python-fullversion }} + SSH-MITM bundled in an AppImage.
+        </p>
+    </description>
+    <launchable type="desktop-id">ssh-mitm.desktop</launchable>
+    <url type="homepage">https://www.ssh.mitm.at</url>
+    <provides>
+        <binary>python{{ python-version }}</binary>
+    </provides>
+</component>

+ 8 - 0
applications/ssh-mitm/ssh-mitm.desktop

@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=ssh-mitm
+Exec=ssh-mitm
+Comment=SSH-MITM on Python {{ python-fullversion }}
+Icon=python
+Categories=System;
+Terminal=true