This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

OWASP PHP Portscanner Project

From OWASP
Jump to: navigation, search
Low activity.jpg

OWASP PHP Portscanner (OPPP or O3P) is basic TCP port scanner developed in PHP which runs in a browser window. The project demonstrates a simple proof of concept (PoC) as to how sockets can be utilized to scan and determine open ports. Purpose:

   -> The project is simple PoC to demonstrate how PHP sockets can be used as a security tool to perform port scanning. 
   -> The PHP port scanner, runs in web browser (not limited to browser, but can even run in CLI mode with a few tweaks). 
   -> No need of hardcore and advance knowledge on PHP is required to construct this scanner, only basics will do just fine! 
PROJECT INFO
What does this OWASP project offer you?
RELEASE(S) INFO
What releases are available for this project?
what is this project?
Name: OWASP PHP Portscanner Project (home page)
Purpose:
  • The project is simple PoC to demonstrate how PHP sockets can be used as a security tool to perform port scanning.
  • The PHP port scanner, runs in web browser (not limited to browser, but can even run in CLI mode with a few tweaks).
  • No need of hardcore and advance knowledge on PHP is required to construct this scanner, only basics will do just fine!
License: GNU AGPL v3 License (similar to GPL but modified for use with web applications and web interfaces)
who is working on this project?
Project Leader(s):
  • Bhavesh Naik @
how can you learn more?
Project Pamphlet: Not Yet Created
Project Presentation:
Mailing list: Mailing List Archives
Project Roadmap: View
Key Contacts
  • Contact Bhavesh Naik @ to contribute to this project
  • Contact Bhavesh Naik @ to review or sponsor this project
current release

OWASP_PHP_Portscanner_Project(O3P) Foundation Source Code & Manual:

OWASP_PHP_Portscanner_Project(O3P) Version 2 (Download):

last reviewed release
Not Yet Reviewed


other releases

Project Leader: Bhavesh Naik [email protected]

1) Saurabh Chandrakant Nemade