Thanks to visit codestin.com
Credit goes to github.com

Skip to content

factoffer66/unSharePoint-cyber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unSharePoint

A tool created to ease SharePoint security assessments. Currently supported for Python v. >= 3.x.

To run the project, first clone the repo:

git clone https://github.com/CYS4srl/unSharePoint.git

Then, install dependencies:

pip install -r requirements.txt

Now you are all set, run unsharepoint.py to start the tool.

Usage

unsharepoint.py -h

shows a basic list of options and flag to use the tool.

unsharepoint.py -t i --url TARGETURL
unsharepoint.py --url TARGETURL

runs an informative scan.

unsharepoint.py -t a --url TARGETURL

runs an api scan.

unsharepoint.py -t ad --url TARGETURL

runs a detailed api scan.

unsharepoint.py -t ad -u USERNAME -p PASSWORD --url TARGETURL

runs a detailed api scan providing username and password to access the target.

unsharepoint.py --bruteforce --username-file USERSFILE --password-file PASSFILE --url TARGETURL

runs a bruteforce on usernames and password reading each line from USERFILE and PASSFILE files respectively.

About

A tool created to ease SharePoint security assessments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%