Skip to content

Collection of scripts to test your website against vulnerabilities.

Notifications You must be signed in to change notification settings

guilhermesilvame/security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security

Collection of scripts to test your website against vulnerabilities.

Installation

Step 1 - Install Git

Open https://git-scm.com/downloads, download the latest version of Git and install it.

Windows: put the installation folder of Git in the PATH variable.

Step 2 - Install Python

Open https://www.python.org/downloads/, download the latest version of Python and install it.

Windows: put the installation folder of Python in the PATH variable.

Step 3 - Download and install the project 'guilhermecruzdev/security'

Windows

open the prompt window (type cmd)
c: or d:
cd \
mkdir repos
cd repos
git clone https://github.com/guilhermecruzdev/security
cd security
pip install tldextract

Linux

open the terminal window as root user
cd /root/
mkdir repos
cd repos
git clone https://github.com/guilhermecruzdev/security
cd security
pip install tldextract

Step 4 - Run the scripts

Inside the security folder, type the name of a script: script.py

Dependencies

tldextract - https://github.com/john-kurkowski/tldextract

Wordlists

Wordlist
wordlist_admin.txt
wordlist_backup_dates.txt
wordlist_backup_extensions.txt
wordlist_backup_files.txt
wordlist_backup_folders.txt
wordlist_birthday.txt
wordlist_birthday_dmy.txt
wordlist_birthday_dmy_extended.txt
wordlist_birthday_extended.txt
wordlist_cats.txt
wordlist_cats_capitalized.txt
wordlist_colors.txt
wordlist_dated_backup_extensions.txt
wordlist_files.txt
wordlist_folders.txt
wordlist_ftp_logins.txt
wordlist_ftp_passwords.txt
wordlist_logins.txt
wordlist_passwords.txt
wordlist_passwords_large.txt
wordlist_passwords_prefixes.txt
wordlist_passwords_suffixes.txt
wordlist_passwords_suffixes_large.txt
wordlist_popular_backup_extensions_unordered.txt
wordlist_wireless.txt

Author

guilhermesilvame - Ethical Hacker | Pentester

Website: https://guilhermesilva.me

Twitter: https://twitter.com/guilhermes09

Linkedin: https://linkedin.com/in/guilhermesilvame

About

Collection of scripts to test your website against vulnerabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages