Post: NetCat GUI for Payload Injecting
03-01-2017, 03:58 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I just made a little tool for injecting payloads with netcat and thought someone on here might find a use for it. I'm sure some other people must of made something similar/better but all I could find was the batch file method.

You must login or register to view this content.

It's pretty basic but does allow you to drag & drop your payload file into the tool and will also store your IP so that you don't need to type it in each time you open the program.

The application is packed but not obfuscated.

EDIT: I have just improved it slightly so that it no longer requires nc.exe and you can use it for .elf payloads if you change the port number to 5053.

Download: You must login or register to view this content.
You must login or register to view this content.
Last edited by MODDED_WARFARE ; 03-08-2017 at 10:17 PM.

The following 20 users say thank you to MODDED_WARFARE for this useful post:

/SneakerStreet/, 2much4u, Algebra, Black Panther, BurtE, Eddie Mac, Gehirnstaub, gluesniffinpete, Godsless, hackerfield, Hydrogen, Je Modz, lucasaf01, MotivationFST, Sabotage, Speakster, Jon Snow, User343234, VenoxCoding, xgforce4343
03-01-2017, 08:34 PM #11
Black Panther
Former Staff
Originally posted by EyeX32 View Post
I'll release my command line application that will do similar thing as this.


Cturt has one, you literally just open the exec and it sends the payload

The following 2 users say thank you to Black Panther for this useful post:

BadChoicesZ, Hydrogen
03-01-2017, 10:06 PM #12
BadChoicesZ
I defeated!
You must login or register to view this content.
There's some C# code if anyone else wants to make their own program for sending there payload. or see how simple it is to do ^_^.

The following 5 users say thank you to BadChoicesZ for this useful post:

2much4u, Eddie Mac, Hydrogen, MotivationFST, willy_mada
03-02-2017, 09:16 AM #13
MotivationFST
Do a barrel roll!
Originally posted by BadChoicesZ View Post
You must login or register to view this content.
There's some C# code if anyone else wants to make their own program for sending there payload. or see how simple it is to do ^_^.

thanks. I wanted to try but I do not quite understand if it is correct. I have had to remove // return true; Because I left error
You must login or register to view this content.
03-02-2017, 09:46 AM #14
BadChoicesZ
I defeated!
Originally posted by MotivationFST View Post
thanks. I wanted to try but I do not quite understand if it is correct. I have had to remove // return true; Because I left error
You must login or register to view this content.


I had accidentally made a typo in it, change
    if(_pConnected)
to
    if(pDConnected)
to fix that error.

Also you should change the "192.168.0.8" to your ps4's local IP or to a dynamic value like textbox.Text;

The following user thanked BadChoicesZ for this useful post:

MotivationFST
03-02-2017, 10:15 AM #15
MotivationFST
Do a barrel roll!
Originally posted by BadChoicesZ View Post
I had accidentally made a typo in it, change
    if(_pConnected)
to
    if(pDConnected)
to fix that error.

Also you should change the "192.168.0.8" to your ps4's local IP or to a dynamic value like textbox.Text;


Thanks and also for sharing Smile
03-06-2017, 10:20 AM #16
blasts
Haxor!
this makes it so much easier, thanks!
03-08-2017, 10:04 PM #17
I have just updated it to support elf payloads and removed the need for nc.exe
03-25-2017, 12:50 PM #18
Just tested the mod menu loaded and worked! thanks!

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo