https://github.com/vtstech/vtstech-1gui
https://github.com/vtstech/vtstech-1gui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vtstech/vtstech-1gui
- Owner: VTSTech
- License: gpl-3.0
- Created: 2023-02-05T23:04:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T17:56:42.000Z (about 1 year ago)
- Last Synced: 2025-01-08T12:48:55.965Z (4 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Program: VTSTech-1GUI.py
# Version: 0.0.1 Revision 01
# Operating System: Kali Linux
# Description: Python script to run dnsrecon, nmap, sslscan, wpscan, urlscan. Output saved per tool/target.
# Author: Written by Veritas//VTSTech ([email protected])
# GitHub: https://github.com/VTSTech
# Homepage: www.VTS-Tech.org
# Dependencies: dnsrecon, nmap, sslscan, wpscan, urlscan, wget
# apt-get install dnsrecon nmap wget wpscan sslscan urlscanOpenAI's ChatCPT wrote r00, I modified it from there to be r01. I basically tried to get it to re-write my 1CMD
bash shell script with a prompt and then said. Ok now make it a GUI in Python.