Skip to content

OgulcanKacarr/NeoDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

NeoDeck

WHAT İS THE NeoDeck ?

TR NeoDeck, yayıncıların vazgeçilmez donanım cihazı olan "StreamDeck" cihazının Kali Linux işletim sistemi için tasarlanmış bir kopyasıdır. Bu uygulama ile telefonunuzdan Kali Linux'a (tuş) atayabileceksiniz. Yani telefonunuz ile terminalde kod çalıştırabilirsiniz. Kullanmak için; Önce telefon uygulamasını indirin. Android uygulamasında sadece yerel ip adresinizi girmeniz gerekmektedir. Tabi aşağıda açıklanan ayarları python kodunda yapmayı unutmayınız.

US NeoDeck is a replica of the "StreamDeck" device, which is the indispensable hardware device of broadcasters, designed for the Kali Linux operating system. With this application, you will be able to assign tuşfrom your phone to Kali Linux. For use; Download the phone app first. It will be sufficient to use only your local ip address in the Android application. Of course, do not forget to make the settings described below in the python code.

NeoDeck App: Google Play

==========================================================================

Android APP

AndroidAPP

Python Code

pythonCode

==========================================================================

#Install

pip install colorama
apt-get install nautilus -y
apt-get install leafpad -y


git clone https://github.com/OgulcanKacarr/NeoDeck.git
cd NeoDeck
python Neodeck.py -C startConsole  (Please read below before operating)

Command and Function Settings or Change Function

  • change your local ip address. But don't change the port number

    ipSettings

  • You can change these default functions or create new ones yourself.

    ipSettings

  • The data coming from the android application is up to "value1-value12" respectively. You can call the functions you wrote above here.

    ipSettings

work in the background

  • To run the application in the background, you can simply run it as: "2> / dev / null &". backGround

  • To turn it off again, "ps" followed by "kill <ps (python) id> ps

Android APP

  • Enter Kali Local Ip and save.
  • So now you will be able to send commands to linux.

AppIp


Author email: oglcnkcr54_kcr@outlook.com

Releases

No releases published

Packages

No packages published

Languages