Skip to content

dover247/penlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penlib

A Python3 Penetration Testing Package

Installing Penlib

pip3 install penlib (Linux)

python3 -m pip install penlib (Windows)

Example Code

from penlib import exploitation

Creating the Object

netgear = exploitation.RouterDAuth()

Retreiving Passwords

netgear.getpasswords("netgear")

Setting the target router web interface login page

netgear.target("http://192.168.1.1/")

Using retrieved credentials and attempt login

netgear.check(netgear.usernames, netgear.passwords)

About

A Python3 Penetration Testing Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages