Projects STRLCPY hiphp Commits f9b78cca
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    LICENSE
    1  -yasserbdj96 License
     1 +MIT License
    2 2  
    3 3  Copyright © 2008->Present, yasserbdj96 (Boudjada Yasser).
    4 4  
    skipped 18 lines
    23 23  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    24 24  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    25 25  SOFTWARE.
     26 + 
  • ■ ■ ■ ■ ■
    requirements.txt
    skipped 2 lines
    3 3  #readline
    4 4  hexor
    5 5  asciitext
    6  - 
  • ■ ■ ■ ■ ■ ■
    setup.py
    skipped 12 lines
    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.''',
    14 14   long_description_content_type="text/markdown",
    15 15   long_description=open('README.md','r').read(),
    16  - license='''yasserbdj96 License''',
     16 + license='''MIT License''',
    17 17   packages=find_packages(),
    18 18   project_urls={
    19 19   'Source Code': "https://github.com/yasserbdj96/hiphp",
    skipped 5 lines
    25 25   classifiers=[
    26 26   "Development Status :: 5 - Production/Stable",
    27 27   "Intended Audience :: Developers",
    28  - "License :: yasserbdj96 License",
     28 + "License :: OSI Approved :: MIT License",
    29 29   "Programming Language :: Python :: 3",
    30 30   "Operating System :: Unix",
    31 31   "Operating System :: MacOS :: MacOS X",
    skipped 8 lines
Please wait...
Page is in error, reload to recover