Friday, 25 May 2018

NXcrypt - Encrypt Python backdoors

NXcrypt
   NXcrypt is a polymorphic 'python backdoors' crypter written in python by Hadi Mene (h4d3s). The output is fully undetectable .
   NXcrypt can inject malicious python file into a normal file with multi-threading system.
   Run it with superuser's permissions.
   NXcrypt output is Fully undetectable.

   Backdooring Module:
NXcrypt - Encrypt Python backdoors to bypass Antivirus

   Encryption Module:
NXcrypt - Encrypt Python backdoors to bypass Antivirus

Installation
   git clone https://github.com/Hadi999/NXcrypt
   cd NXcrypt
   sudo python NXcrypt.py [options]

Usage:
 * Example: Encrypt backdoor.py and output file is output_backdoor.py
      sudo python NXcrypt.py --file=backdoor.py --output=output_backdoor.py
 * Example: Encrypt shell.py and default output file is backdoor.py but you can edit it in source code
      sudo python NXcrypt.py --file=shell.py
 * Example: Inject payload.py with test.py into hacked.py with multi-threading system
      sudo python NXcrypt.py --backdoor-file=payload.py --file=test.py --output=hacked.py

 * NXcrypt help: sudo python NXcrypt.py --help

gravityfalls@GitHackTools:~/nxcrypt$ sudo python NXcrypt.py --help
Usage: NXcrypt.py [options]

Options:
  -h, --help            show this help message and exit
  -f FILE, --file=FILE  python file
  -o OUT, --output=OUT  output of python file
  -b BACKDOOR, --backdoor-file=BACKDOOR
                        malicious python file to inject into normal file with
                        multi-threading system

How it work ?
   Encryption module:
    * NXcrypt add some junkcode .
    * NXcrypt use a python internal module 'py_compile' who compile the code into bytecode to a .pyc file .
    * NXcrypt convert .pyc file into normal .py file .
    * And in this way we can obfuscate the code
    * The md5sum will change too

   Injection module: It inject a malicious python file into a normal file with multi-threading system .

Test with Virustotal
   Before:
      SHA256: e2acceb6158cf406669ab828d338982411a0e5c5876c2f2783e247b3e01c2163
      File name: facebook.py
      Detection ratio: 2/54

   After:
      SHA256: 362a4b19d53d1a8f2b91491b47dba28923dfec2d90784961c46213bdadc80add 
      File name: facebook_encrypted.py 
      Detection ratio: 0/55

Credits: All Credits go to Suspicious Shell Activity team

Video Tutorial:


Trainer Dark Souls Remastered




------------------------DONLOAD
--------------------------DONLOAD



 -------------------------DONLOAD

Loco Answer App

Loco Answer App 



Thursday, 24 May 2018

Movie Organizer 12 - v2015.4.1.2



Many cable operators offer 3.5 
movies per day. For now, the VCD Player or VCR device is used to do this, and so the private broadcast channels are displayed. This has many disadvantages and there is always one person who needs to manage these sectors. Operators have to constantly change their video or CD. These problems become longer when the power goes off and in this case, after the operator enters the power, it is forced to manually find the position of the film before the power cut. Movie Organizer software is thebest solution for managing movie channels using a computer.
A key feature of the software Movie Organizer:
- manufacture of trailers advanced video
- View the weather and the sunrise 
- Classification regular exposure 
- or Mac making live programming professionals using Vyvgy unique application 
- allowing time packaging systems for broadcast advertising your 
- beautiful special effects for logo
- ease of use and simplicity of application 
- Promotional flash format playback 
- advanced watermarking capabilities 

Most of Cable Operators displays 3/5 movies per day. For that, they are currently using a VCD Player or VCR. This way they display their private movie channel. In which Cable Operator you set particular movies at a particular time. There are many drawbacks to using such devices. They have to keep one person busy to handle these devices. Operator has to change the CD or video when specific movie completed. Problems also arise when the movie is running and the light goes off. When the power comes back, the operator has to search the movie position and then track it manually. Movie Organizer is the best solution to start Movie Channel using PC.










Windows-Hacks - Make your Windows more Exciting

Windows-Hacks: Creative and unusual things that can be done with the Windows API.

Hue Shifter
   Any window can be selected to have its colors shifted.
Hue shifting Microsoft Paint
   Hue shifting Microsoft Word
Shrinking Windows
   Any window can be shrunk down.
Shrinking the Calculator
Shrinking Google Chrome
Even Microsoft Word is not safe from being shrunk
Writing Directly To The Desktop

Desktop Rotation
Zooms into the Desktop and then spins it around and around
Window Shaker
   Randomly shakes the specified window without the use of a mouse.
   Here you can see Microsoft Paint shaking all by itself. Pretty spooky huh?

   If you are a masterful artist (such as myself), you may find that it is too easy to draw in a stationary canvas. In that case, this is the perfect utility for you.
Wavy Window
Motion Detection
   Detects motion in the specified window. This was a lot of fun to play with, especially when used on videos but I can only include so many gifs...
Detecting motion in Microsoft Paint
Detecting motion in Command Prompt
Automated Painting
Automatically draws a thresholded Mona Lisa into Microsoft Paint
Window Scrambler

Window Thresholding
   This makes the light colors transparent and the dark colors black.
Before thresholding
After thresholding
Force Changing Window Properties
   Many of the properties of a Window can be force changed. In the image below I have changed the following properties in the Windows Calculator:
    * Disabled the close, maximimize and minimize buttons
    * Removed the drop down menu (View, Edit, Help)
    * Changed the width and height of the Window borders
    * Changed the title

Mouse Spam
   Spawns hundreds of mice, where each one moves independently across the screen.

Hiding a Window
   Any Window can be hidden. In the following image I have hidden the Windows Calculator. As you can see, it is no where to be found on the Desktop. But if you open the Windows Task Manager it is actually still running in the background:

And More...
   Here is the menu. It lists all of the features:

How to Run
   The compiled binary is located in the folder Executable.
   If you want to compile it yourself the recommended way is as follows:

  1. Make sure you have Visual Studio and .NET Framework 4.5.2 or up
  2. Download the zip here
  3. Unzip it.
  4. Open WindowsHacks.sln in Visual Studio.
  5. Press F5 to run it.

Notes
 * The main class that brings all of the functions together is Program.cs.
 * The to do list can be found in the top directory. This includes bugs to fix and new features to implement.
 * The External folder contains two essential .dll files that must be referenced for the code to work. These two files are 
 *  WindowsAPI.dll and and ImageProcessing.dll and the code for these can be seen in my WinAPI-Wrapper and Image-Processing-Library repositories respectively.
 * This has only been tested on Windows 7.