Projects STRLCPY hiphp Commits e2a7450f
🤬
  • Add files via upload

    - Update workflows to work on python 3.7->3.9.
     - Update documents.
     - Update "Makefile" to work on any operating system.
     - Delete Android app ".apk".
     - Delete ".exe" direct play files on windows.
     - Upgrade and change the locations of some files.
     - Cancellation Release hiphp v3.0.0.
     - Bug fixes & performance improvements.
    
    Signed-off-by: Boudjada Yasser <[email protected]>
  • Loading...
  • Boudjada Yasser committed with GitHub 2 years ago
    e2a7450f
    1 parent f0b67c49
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG
    1 1  ## 0.2.34 [17-12-2022][Last Version]
     2 + - Update workflows to work on python 3.7->3.9.
     3 + - Update documents.
    2 4   - Update "Makefile" to work on any operating system.
    3 5   - Delete Android app ".apk".
    4 6   - Delete ".exe" direct play files on windows.
    skipped 198 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 36 lines
    37 37   
    38 38  <br>
    39 39  <h2>What is Hiphp?</h2>
    40  -<p>The BackDoor of HIPHP allows you to control the websites that are based on PHP using HTTP/HTTPS protocol. It works by sending files, tokens, and commands to the site using port 80's POST/GET method. After placing the HIPHP_HOLE_CODE into any PHP file, it will allow you to access it and perform various activities such as downloading and editing files. It also allows you to connect to tor networks, this BackDoor is a password protected.</p>
     40 +<p>The BackDoor of HIPHP allows you to control the websites that are based on PHP using HTTP/HTTPS protocol. It works by sending files, tokens, and commands to the site using port 80's POST/GET method. After placing the <a href="#HIPHP_HOLE_CODE-Example">HIPHP_HOLE_CODE</a> into any PHP file, it will allow you to access it and perform various activities such as downloading and editing files. It also allows you to connect to tor networks, this BackDoor is a password protected.</p>
    41 41   
    42 42   
    43 43  <br>
    skipped 6 lines
    50 50  - [All languages used in this project](#All-languages-used-in-this-project)
    51 51  - [Where can you find this project?](#Where-can-you-find-this-project)
    52 52  - [How to download](#How-to-download)
    53  -- [Requirements](#Requirements)
    54  - - [used requirements](#used-requirements)
    55  - - [Install all Requirements](#Install-all-Requirements)
     53 +- [Used Requirements](#Used-Requirements)
    56 54  - [Supported Distributions](#Supported-Distributions)
    57 55  - [Hiphp with Docker](#Hiphp-with-Docker)
    58 56   - [Docker pull build and run](#Docker-pull-build-and-run)
    skipped 67 lines
    126 124  ```
    127 125   
    128 126  <br>
    129  -<h2>Requirements</h2>
    130  -<h4>used requirements:</h4>
     127 +<h2>Used Requirements:</h2>
    131 128  <!--[✓] <a href="https://github.com/yasserbdj96/ashar">ashar</a><br-->
    132 129  [✓] <a href="https://pypi.org/project/requests/">requests</a><br>
    133 130  [✓] <a href="https://pypi.org/project/hexor/">hexor</a><br>
    skipped 2 lines
    136 133  [✓] <a href="https://pypi.org/project/Eel/">eel</a><br>
    137 134  [✓] <a href="https://pypi.org/project/readline/">readline</a><br>
    138 135  [✓] <a href="https://pypi.org/project/chardet/">chardet</a>
    139  - 
    140  -<br>
    141  -<h4>Install all Requirements:</h4>
    142  - 
    143  -```bash
    144  -# For Linux:
    145  -❯ bash hiphp-linux/install_all_requirements_linux.sh
    146  - 
    147  -# For Windows:
    148  -# Do not forget to modify the "config.ini" file or use the following command:
    149  -# > python -c "import sys; open('config.ini','w+').write('python_default_path='+sys.executable)"
    150  -# OR Run 'hiphp-win\config-configure.py'.
    151  -❯ hiphp-win\install_all_requirements_win.bat
    152  -```
    153 136   
    154 137  <br>
    155 138  <h2>Supported Distributions:</h2>
    skipped 170 lines
    326 309  ❯ pip install -r requirements.txt
    327 310  ❯ pip install -r hiphp-linux/requirements-linux.txt #for linux os.
    328 311  ❯ pip install -r hiphp-win/requirements-win.txt #for windows os.
    329  -# OR
    330  -❯ bash hiphp-linux/install_all_requirements_linux.sh #for linux os.
    331  -# OR
    332  -❯ hiphp-win/install_all_requirements_win.bat #for windows os.
    333 312   
    334 313  # default run on any os:
    335 314  ❯ python run.py <KEY> <URL>
    skipped 2 lines
    338 317  ❯ make run arg="cli" url="<URL>" key="<KEY>"
    339 318   
    340 319  # For linux:
    341  -❯ hiphp-linux/hiphp-cli.sh <KEY> <URL>
     320 +❯ cd hiphp-linux
     321 +❯ bash hiphp-cli.sh <KEY> <URL>
    342 322   
    343 323  # For Windows:
    344 324  # Do not forget to modify the "config.ini" file or use the following command:
    345 325  # > python -c "import sys; open('config.ini','w+').write('python_default_path='+sys.executable)"
    346 326  # OR Run 'hiphp-win\config-configure.py'.
    347  -❯ hiphp-win/hiphp-cli.bat <KEY> <URL>
     327 +❯ cd hiphp-win
     328 +❯ hiphp-cli.bat <KEY> <URL>
    348 329   
    349 330  ```
    350 331   
    skipped 100 lines
    451 432  ❯ pip install -r hiphp-desktop/requirements-dst.txt
    452 433  ❯ pip install -r hiphp-linux/requirements-linux.txt #for linux os.
    453 434  ❯ pip install -r hiphp-win/requirements-win.txt #for windows os.
    454  -# OR
    455  -❯ bash hiphp-linux/install_all_requirements_linux.sh #for linux os.
    456  -# OR
    457  -❯ hiphp-win/install_all_requirements_win.bat #for windows os.
    458 435   
    459 436  # run with hiphp-desktop tool:
    460 437  ❯ cd hiphp-desktop
    skipped 3 lines
    464 441  ❯ make run arg="dst" url="<URL>" key="<KEY>"
    465 442   
    466 443  # For Linux:
    467  -❯ bash hiphp-linux/run-hiphp-desktop.sh
     444 +❯ cd hiphp-linux
     445 +❯ bash run-hiphp-desktop.sh
    468 446   
    469 447  # For Windows:
    470 448  # Do not forget to modify the "config.ini" file or use the following command:
    471 449  # > python -c "import sys; open('config.ini','w+').write('python_default_path='+sys.executable)"
    472 450  # OR Run 'hiphp-win\config-configure.py'.
    473  -❯ hiphp-win/run-hiphp-desktop.bat
     451 +❯ cd hiphp-win
     452 +❯ run-hiphp-desktop.bat
    474 453   
    475 454  ```
    476 455   
    skipped 15 lines
    492 471  ❯ pip install -r hiphp-tk/requirements-tk.txt
    493 472  ❯ pip install -r hiphp-linux/requirements-linux.txt #for linux os.
    494 473  ❯ pip install -r hiphp-win/requirements-win.txt #for windows os.
    495  -# OR
    496  -❯ bash hiphp-linux/install_all_requirements_linux.sh #for linux os.
    497  -# OR
    498  -❯ hiphp-win/install_all_requirements_win.bat #for windows os.
    499 474   
    500 475  # run with hiphp-tk tool:
    501 476  ❯ cd hiphp-tk
    skipped 3 lines
    505 480  ❯ make run arg="tk" url="<URL>" key="<KEY>"
    506 481   
    507 482  # For Linux:
    508  -bash hiphp-linux/run-hiphp-tk.sh
     483 +cd hiphp-linux
     484 +❯ bash run-hiphp-tk.sh
    509 485   
    510 486  # For Windows:
    511 487  # Do not forget to modify the "config.ini" file or use the following command:
    512 488  # > python -c "import sys; open('config.ini','w+').write('python_default_path='+sys.executable)"
    513 489  # OR Run 'hiphp-win\config-configure.py'.
    514  -❯ hiphp-win/run-hiphp-tk.bat
     490 +❯ hiphp-win
     491 +❯ run-hiphp-tk.bat
    515 492   
    516 493  ```
    517 494   
    skipped 175 lines
  • ■ ■ ■ ■ ■ ■
    hiphp-tk/README.md
    skipped 7 lines
    8 8  # install requirements:
    9 9  ❯ pip install -r requirements.txt
    10 10  ❯ pip install -r hiphp-tk/requirements-tk.txt
    11  -❯ pip install -r requirements-linux.txt #for linux os.
    12  -❯ pip install -r requirements-win.txt #for windows os.
    13  -# OR
    14  -❯ bash install_all_requirements_linux.sh #for linux os.
    15  -# OR
    16  -❯ install_all_requirements_win.bat #for windows os.
     11 +❯ pip install -r hiphp-linux/requirements-linux.txt #for linux os.
     12 +❯ pip install -r hiphp-win/requirements-win.txt #for windows os.
    17 13   
    18 14  # run with hiphp-tk tool:
    19 15  ❯ cd hiphp-tk
    skipped 3 lines
    23 19  ❯ make run arg="tk" url="<URL>" key="<KEY>"
    24 20   
    25 21  # For Linux:
     22 +❯ cd hiphp-linux
    26 23  ❯ bash run-hiphp-tk.sh
    27 24   
    28 25  # For Windows:
    29 26  # Do not forget to modify the "config.ini" file or use the following command:
    30 27  # > python -c "import sys; open('config.ini','w+').write('python_default_path='+sys.executable)"
    31  -# OR Run 'configure-config-file-for-windows.py'.
     28 +# OR Run 'hiphp-win\config-configure.py'.
     29 +❯ cd hiphp-win
    32 30  ❯ run-hiphp-tk.bat
    33 31   
    34 32  # OR if you installed it on Ubuntu:
    skipped 30 lines
Please wait...
Page is in error, reload to recover