Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.pl

or

- 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