Ninja Shell From alphabanklogs.com

Ninja Shell From alphabanklogs.com

Ninja Shell From alphabanklogs

Ninja Shell From alphabanklogs

Raw socket shell with AES 128 XTS and Port Knocking technique( https://en.wikipedia.org/wiki/Port_knocking ) using specific TCP flags, FIN, URG, PSH and use AES 128 XTS cipher at communication.

#raw socket? Raw mode is basically there to allow you to bypass some of the ways that your computer handles TCP/IP. Rather than going through the normal layers of encapsulation/decapsulation that the TCP/IP stack on the kernel does, you just pass the packet to the application that needs it. No TCP/IP processing — so it’s not a processed packet, it’s a raw packet. The application that’s using the packet is now responsible for stripping off the headers, analyzing the packet, and all the stuff that the TCP/IP stack in the kernel normally does for you.

A raw socket is a socket that takes packets, bypasses the normal TCP/IP processing, and sends them to the application that wants them.

Unless you’re a programmer, a kernel hacker, or really really into security, you will most likely not need to deal much with these. But it’s good to know what they are, in case you find yourself in one of the above scenarios.

https://en.wikipedia.org/wiki/Raw_socket

##to run you need to use root because raw socket needs: # make

on server machine:

# bin/server

on the client machine:

# bin/client SERVER__IP

if return errors at make, you need OpenSSL lib

So to get this lib you can follow these examples:

on deb based Linux follow:

# apt-get install OpenSSL-dev

on rpm based Linux follow:

# yum install OpenSSL-devel

You can also buy instant:

GET ANYTHING FROM G2A FOR FREE

Cashapp Money Transfer Click here

Paypal Money Transfer Click here

Western Union  Money Transfer Click here

Venmo Money Transfer Click here

Bank Money Transfer Click here to Contact Us

 

Leave a Reply