Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfazrinizar/faz-apdetector
This is a program to detect probability of Admin Page. For educational and pentesting purpose only. Coded with and by Perl, M.Fazri Nizar.
https://github.com/mfazrinizar/faz-apdetector
admin-page-finder admin-panel-finder admin-tool information-gathering information-gathering-tool information-gathering-tools mfazri-nizar perl perl-scripts perl6 pro programming status-page
Last synced: 2 months ago
JSON representation
This is a program to detect probability of Admin Page. For educational and pentesting purpose only. Coded with and by Perl, M.Fazri Nizar.
- Host: GitHub
- URL: https://github.com/mfazrinizar/faz-apdetector
- Owner: mfazrinizar
- License: apache-2.0
- Created: 2019-03-11T13:53:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T16:00:33.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T14:24:11.751Z (3 months ago)
- Topics: admin-page-finder, admin-panel-finder, admin-tool, information-gathering, information-gathering-tool, information-gathering-tools, mfazri-nizar, perl, perl-scripts, perl6, pro, programming, status-page
- Language: Perl 6
- Size: 44.9 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Faz-APDetector
This is a program to detect probability of Admin Page. For educational and pentesting purpose only. Coded with and by Perl, M.Fazri Nizar.
## How to Run ?
Use these instructions, or do with your own steps.
### Kali Linux (Terminal Kali Linux)
- apt-get install perl
- apt-get install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/Faz-APDetector
- cd Faz-APDetector
- perl apd.plor
- apt-get install perl
- apt-get install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/Faz-APDetector
- cd Faz-APDetector
- perl apd.pl### Windows (CMDer)
- install chocolatey package manager first on PowerShell as Admin " Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) "
- choco install perl
- choco install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/Faz-APDetector
- cd Faz-APDetector
- perl apd.pl### Android (Termux)
- pkg update && pkg upgrade
- pkg install perl
- pkg install git
- cpan install Term::ANSIScreen
- git clone https://github.com/Anon6372098/Faz-APDetector
- cd Faz-APDetector
- perl apd.pl