Skip to content

mashunterbd/login_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login_page

This is a very simple log in page where you can try various tests. Like cracking usernames and password cracking, etc..

How to use

just clone this repo:

git clone https://github.com/masshuvo/login_page.git

cd login_page

then you can run it in your local server.

php -S 127.0.0.1:8080

→ You can use any port number as you like : You can generally use any available port number from the range 0 to 65535 for running a server locally. However, there are well-known port numbers reserved for specific services. Commonly used ports include:

HTTP (web server): 80 HTTPS (secure web server): 443 SSH (secure shell): 22 FTP (file transfer protocol): 21 SMTP (email): 25 DNS (domain name system): 53 If you're running a server locally and don't have any specific requirements or conflicts, you can choose a port number that is not already assigned to a well-known service or commonly used by other applications. Ports from 49152 to 65535 are often referred to as dynamic or private ports and can be used for local purposes without conflicting with well-known services.

If there is any problem to use then you must check if execute permission is given.

if need :

chmod +x *

credential

the default username and password is: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published