Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserbdj96 committed Mar 16, 2024
1 parent a2dc175 commit c1ced67
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
- [How to download](#How-to-download)
- [Used Requirements](#Used-Requirements)
- [Supported Distributions](#Supported-Distributions)
- [HIPHP_HOLE_CODE](#HIPHP_HOLE_CODE)
- [Get your own HIPHP_HOLE_CODE](#Get-your-own-HIPHP_HOLE_CODE)
- [HIPHP_HOLE_CODE Example](#HIPHP_HOLE_CODE-Exampl)
- [Hiphp with Docker](#Hiphp-with-Docker)
- [Docker pull build and run](#Docker-pull-build-and-run)
- [Docker Hub pull build and run](#Docker-Hub-pull-build-and-run)
Expand All @@ -82,7 +85,6 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
- [Use hiphp As Script](#Use-As-Script)
- [Script Usage](#Script-Usage)
- [Script Examples](#Script-Examples)
- [HIPHP_HOLE_CODE Example](#HIPHP_HOLE_CODE-Example)
- [Screenshots](#Screenshots)
- [Changelog History](#Changelog-History)
- [Limitations](#Limitations)
Expand Down Expand Up @@ -160,6 +162,24 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
| Android-termux | Last version | 3.7 --> 3.9 |||||
| Nethunter | Last version | 3.7 --> 3.9 |||||


<br>
<h2>HIPHP_HOLE_CODE</h2>
<h4>Get your own HIPHP_HOLE_CODE:</h4>

```bash
# HIPHP_HOLE_CODE:
❯ python main.py --geth --key=123
```


<br>
<h4>HIPHP_HOLE_CODE Example:</h4>
<div align="center">
<img src="https://raw.githubusercontent.com/yasserbdj96/hiphp/main/screenshot/HIPHP_HOLE_CODE.png" alt="hiphp by yasserbdj96">
</div>


<br>
<h2>Hiphp with Docker:</h2>
<h4>Docker pull build and run:</h4>
Expand Down Expand Up @@ -628,12 +648,6 @@ p1.cli()
#}END.
```

<br>
<h2>HIPHP_HOLE_CODE Example:</h2>
<div align="center">
<img src="https://raw.githubusercontent.com/yasserbdj96/hiphp/main/screenshot/HIPHP_HOLE_CODE.png" alt="hiphp by yasserbdj96">
</div>

<br>
<h2>Screenshots:</h2>

Expand Down
19 changes: 19 additions & 0 deletions clear.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
# | | #
# --+---------------------------------------------------------+-- #
# | Code by: yasserbdj96 | #
# | Email: yasser.bdj96@gmail.com | #
# | GitHub: github.com/yasserbdj96 | #
# | Sponsor: github.com/sponsors/yasserbdj96 | #
# | BTC: bc1q2dks8w8uurca5xmfwv4jwl7upehyjjakr3xga9 | #
# | | #
# | All posts with #yasserbdj96 | #
# | All views are my own. | #
# --+---------------------------------------------------------+-- #
# | | #

#START{
find . -type d -name __pycache__ -prune -exec rm -rf {} \;
find . -type d -name venv -prune -exec rm -rf {} \;
#find . -type d -name .git -prune -exec rm -rf {} \;
#}END.
Binary file modified screenshot/HIPHP_HOLE_CODE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1ced67

Please sign in to comment.