FazPort
FazPort copied to clipboard
FazPort is an advanced Perl Port Scanner. Scan and Detect open port in every website(s) you want.
FazPort
FazPort is an advanced Perl Port Scanner. Scan and Detect open port in every website(s) you want. Coded with Perl, Coded by M.Fazri Nizar, synchronized in the GitHub Repository : https://github.com/Anon6372098/FazPort.
How to Run This Tool/Program ?
There are 3 kind of OS (Operating System) which is tested and compatible against this tool/program. They are Kali Linux, Windows, and Android. Run these commands :
Kali Linux (Terminal Kali Linux)
- apt-get install perl
- apt-get install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/FazPort
- cd FazPort
- perl fazport.pl
or
- sudo apt-get install perl
- sudo apt-get install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/FazPort
- cd FazPort
- perl fazport.pl
Windows (CMDer)
- install package manager chocolatey first in the CMD as Admin :
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
- choco install perl
- choco install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/FazPort
- cd FazPort
- perl fazport.pl
Android (Termux)
- pkg update && pkg upgrade
- pkg install perl
- pkg install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/FazPort
- cd FazPort
- perl fazport.pl