An open API service indexing awesome lists of open source software.

https://github.com/vtstech/vtstech-1gui


https://github.com/vtstech/vtstech-1gui

Last synced: 3 months ago
JSON representation

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 urlscan

OpenAI'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.