Projects STRLCPY hiphp Commits b23500a7
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG
     1 +## 0.2.17 [03-07-2022]
     2 + - Bug fixes on windows os.
     3 +
    1 4  ## 0.2.16 [02-07-2022]
    2 5   - Bug fixes & performance improvements.
    3 6  
    skipped 65 lines
  • ■ ■ ■ ■
    README.md
    skipped 23 lines
    24 24  | Distribution | Version Check | Python Test Version | Supported | Status | Everything works |
    25 25  | :----------: | :---------------: | :-----------------: | :-------: | :---------: | :--------------: |
    26 26  | Ubuntu | 20.04.4 | 3.6, 3.7, 3.8, 3.9 | Yes | Working | Yes |
    27  -| Windwos | 11 | 3.6, 3.7, 3.8, 3.9 | Yes | Working | Yes |
     27 +| Windwos | 10.0.20348 | 3.6, 3.7, 3.8, 3.9 | Yes | Working | Yes |
    28 28  | MacOS | 11.6.6 | 3.6, 3.7, 3.8, 3.9 | Yes | Working | Yes |
    29 29  | Android (termux) | 10 | 3.6, 3.7, 3.8, 3.9 | Yes | Working | Yes |
    30 30   
    skipped 107 lines
    138 138  <h2>Changelog History:</h2>
    139 139   
    140 140  ```
     141 +## 0.2.17 [03-07-2022]
     142 + - Bug fixes on windows os.
     143 + 
    141 144  ## 0.2.16 [02-07-2022]
    142 145   - Bug fixes & performance improvements.
    143 146   
    skipped 76 lines
  • screenshot/screenshot.png
  • screenshot/screenshot1.png
  • scripts/hiphp_desktop/screenshot/screenshot.png
  • scripts/hiphp_desktop/screenshot/screenshot1.png
  • scripts/hiphp_ftp/screenshot/screenshot.png
  • ■ ■ ■ ■
    setup.py
    skipped 6 lines
    7 7  from setuptools import setup,find_packages
    8 8  setup(
    9 9   name="hiphp",
    10  - version="0.2.16",
     10 + version="0.2.17",
    11 11   author="yasserbdj96",
    12 12   author_email="[email protected]",
    13 13   description='''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.''',
    skipped 26 lines
  • ■ ■ ■ ■
    version.txt
    1  -0.2.16
     1 +0.2.17
    2 2   
Please wait...
Page is in error, reload to recover