Skip to content

phoenix-sec/security

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 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

guilhermecruzdev - IT Security Analyst

Website: https://guilhermecruzdev.com

Twitter: https://twitter.com/guilhermecruzdv

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

Donation

Donations are very welcome. Thank you.

BTC: 1P9jN9utCcedyz66tGqWAks2Yx5iTgZQFX

Patreon: https://www.patreon.com/bePatron?u=19095954&redirect_uri=https%3A%2F%2Fround-lake.dustinice.workers.dev%3A443%2Fhttps%2Fguilhermecruzdev.com%2F&utm_medium=widget

About

Collection of scripts to test your website against vulnerabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%