Posts

Showing posts with the label Beautifulsoup4

Stardox - Github Stargazers Data Gathering Tool

Image
Stardox is an advanced github stargazers information gathering tool. It scraps Github for information in addition to display them inward listing tree view.It tin endure used for collecting information of your's/someones repository stargazers details. What information it fetchs : Total repsitories Total stars Total Followers Total Following P.S: Many novel things volition endure added soon. Gallery Fetching information of repository. List tree stance of fetched data. Getting Started Steps to setup : git clone https://github.com/0xprateek/stardox cd stardox python ./setup.py install Starting Stardox : cd stardox/src python3 stardox.py Example Usage : `python3 ./stardox.py Download Stardox

Xsscon - Unproblematic Xss Scanner Tool

Image
Powerfull Simple XSS Scanner made alongside python 3.7 Installing Requirements: BeautifulSoup4 pip install bs4 requests pip install requests python 3.7 Commands: git clone https://github.com/menkrep1337/XSSCon cd XSSCon python3 xsscon.py --help Usage Basic usage: python3 xsscon.py -u http://testphp.vulnweb.com Advanced usage run across help: python3 xsscon.py --help Roadmap v0.3B: Added custom options ( Such --proxy, --user-agent etc... ) First launched v0.3B Patch: Added back upwards for shape method GET Download XSSCon