Code Monkey home page Code Monkey logo

phpython-server's Introduction

PhPyton-Server

PHP-Server with Python & TERMINAL

  • Demo to identificate some elements of http headers, TCP/IP packets.
  • How to scrap data from an external network.
  • And how to catch public IP when client connects to server.

Many libraries and modules :

  • SimpleHTTPRequestHandler
  • PHP server
  • socketserver
  • TCPServer
  • http.server
  • etc ...

Repositories :

  • ana_request (analyzer)
  • cli_serv (client-server)
  • data_buff (buffer protocol, memory...)
  • php_http_server (as php server)
  • sniff

Some tricks to launch with your terminal :

(understand how it work) :

  • To launch server with a listner port :

python -m http.server 8000

Enter "127.0.0.1:8000" into browser

  • To download file start cmd :

sudo php -S 127.0.0.1:80 (-t .)

Enter "127.0.0.1:80" into browser

  • Case 1 :
  • Launch :

sudo php -S 127.0.0.1:8080 index.php\

This file call index.php and index.css

You can read it with your browser.

  • Now, launch :

python3 proxy_analyze.py

and see that index could be read by proxy_analyze.

  • Case 2 :
  • Launch :

sudo php -S 127.0.0.1:8080

  • and launch :

python3 proxy_analyze.py

  • Case 3 :
  • To run proxy by starding with dispy_data.php :

php -S 127.0.0.1:8000 dispy_data.php

  • Case 4:
  • To run php as server WEB :

php -S 0.0.0.0:8000 dispy_data.php

  • or (if you've created a public directory)

php -S 0.0.0.0:8000 -t public dispy_data.php


Still under development...


ko@l@tr33

phpython-server's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.