Jump to content

Search the Community

Showing results for tags 'Gui'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Talk
    • Everything Else
    • Gaming
    • Questions
    • Business and Enterprise IT
    • Security
    • Hacks & Mods
    • Applications & Coding
    • Trading Post
  • Hak5 Gear
    • Hak5 Cloud C²
    • New USB Rubber Ducky
    • WiFi Pineapple
    • Bash Bunny
    • Key Croc
    • Packet Squirrel
    • Shark Jack
    • Signal Owl
    • LAN Turtle
    • Screen Crab
    • Plunder Bug
    • WiFi Coconut
  • O.MG (Mischief Gadgets)
    • O.MG Cable
    • O.MG DemonSeed EDU
  • Legacy Devices
    • Classic USB Rubber Ducky
    • WiFi Pineapple TETRA
    • WiFi Pineapple NANO
    • WiFi Pineapple Mark V
    • WiFi Pineapple Mark IV
    • Pineapple Modules
    • WiFi Pineapples Mark I, II, III
  • Hak5 Shows
  • Community
    • Forums and Wiki
    • #Hak5
  • Projects
    • SDR - Software Defined Radio
    • Community Projects
    • Interceptor
    • USB Hacks
    • USB Multipass
    • Pandora Timeshifting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. Something I whipped up for users who may be tired of the default themes. Some may make it unreadable, but most are just fine, since it uses bootstrap. https://github.com/moorer2k/pineapple-tetra-themer
  2. asmTshell is a exploit pen test application I developed for users using linux such as debian ubuntu or kali OS. This tool allows you to build a reverse shell binary file and can be set to run on any OS be it windows linux or mac. Once the target windows/linux/mac system runs the shell binary they connect to your server giving you full control of the systems command prompt or shell from your server. It works by utilizing a linux asm compiler called "nasm" It takes target asm payload and allows you to customize the payload to your desired IP and port # through a easy GUI. Once configuration is done from GUI it will edit your input to the needed ASM hex strings using a custom python script. After which it will compile your new ASM into your target binary file. To get a server running you can use netcat nc or ncat ncat -lvkp 1344 ncat to accept more than one client connection to server nc -lvp 1344 netcat -lvp 1344 Once target system runs the shell binary they will connect to your server allowing you to control there OS from the shell. **Limitations** "keep in mind that your port or ip should not contain a 0, which could break it. If your IP contains a zero like 192.168.0.1 or your port contains a zero like 80, the build will not work" --Read-- can test using 127.1.1.1 as localhost server IP Download - https://www.dropbox.com/s/0cwhldcqjwvrgo3/asmshell.tar?dl=0 AV scan - https://www.virustotal.com/#/file/253d12fb5ddd6c58e02b5bbe0822012aef3624dae01a95927f148ba1da15a4c5/detection
  3. Hi, As a starter project for messing around with TK, I made a replacement for the wp6.sh script with a GUI. It's a bit basic to say the least, but it should be functional. I'm aware that I should really be using classes to build my application, but this is just an excuse to code something. Hopefully, someone might ind this useful. Anyway, the code (such as it is) is located here: https://github.com/phpsystems/PineappleSetupGui Phpsystems.
  4. I need a Linux that will do one thing and one thing only. Surf the internet. What is a good minimal LInux?
  5. DuckyEncoder GUI 1.0 I've developed a GUI for the DuckyEncoder. It's based on the DuckyEncoder 2.6.3, but is a standalone, runnable jar file. No installation required! It should work on all operating systems, but I only tested it with Windows! You can specify an input file, a layout file, and an ouput file. It is possible to browse the computer for said files, or enter the path manually! The layout files are included in the jar, so you don't need an extra resources folder somewhere on your computer. Leave the layout file blank, and the standard one is being used. If you specify an input file, the editor automatically opens it and shows the content including syntax highlighting (for the most commands, not all keys yet). It is also possible to just start writing your code in the editor and export it right away, or saving the code in a file! If you click export bin and everything's ok, the .bin file will be exported to the path specified in output path! To run the program just double click the downloaded .jar file! Reviews are highly appreciated! If you notice any bugs or have suggestions for more features - tell me! This program is open source licensed - https://github.com/m1s73r/duckygui (If you're a developer and want to help contact me!) DOWNLOAD
  6. Hello community, my name is Mike aka MacGyv3r. At first, i would inform you that i'm not a native English speaker, apologys for some mistakes in the wording. Now i want to share a little application calls JaG. JaG stands for (J)ust (a)nother (G)ui. I've begun to write JaG, because i want to learn Python (Tkinter)and understand how to work with tools like dsniff and sslstrip (There are not all tools implemented yet). My intention to show the program here is, I just want to get feedback about the Python code. Maybe i have errors in it or i can do a few things easier? Every feedback, equal postiv or non positiv will be helpfully. Greats MacGyv3r Download Link No permission to upload this file here.
×
×
  • Create New...