Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V-Finder normal app no packages #2494

Closed
3 tasks done
solitary8 opened this issue Dec 3, 2023 · 3 comments
Closed
3 tasks done

V-Finder normal app no packages #2494

solitary8 opened this issue Dec 3, 2023 · 3 comments

Comments

@solitary8
Copy link

What is the name of the app?

V-Finder

(Optional) Where is the app hosted?

https://github.com/solitary8/v-finder.git

About the app

This app permits users to scan devices to find vulnerabilities,it uses nmap but simplifies it.

Upload file or Add PR Link

V-Finder.zip

Confirmations

Copy link
Contributor

github-actions bot commented Dec 3, 2023

A zipfile was found in the body of your issue.
The sha1sum of the zip was: b547ade6905fe44246e49734132b8d310bc701c0

Click to show contents preview

V-Finder/description

Nmap but simpler

V-Finder/uninstall

#!/bin/bash

sudo rm -r v-finder
sudo apt-get remove pv nmap 

V-Finder/install

#!/bin/bash

git clone https://github.com/solitary8/v-finder.git

cd v-finder ||exit
chmod u+x setup.sh
./setup.sh

V-Finder/website

nmap.org

V-Finder/credits

ninjhacks(Discord)
nmap(for making the tool,duh)

Copy link
Contributor

github-actions bot commented Dec 3, 2023

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

@theofficialgman
Copy link
Collaborator

See app eligibility rubric #185 , simple wrappers around a single CLI program do not serve any purpose.

Also please read our creating an app documentation before making any app requests in the future https://pi-apps.io/wiki/development/Creating-an-app/

@theofficialgman theofficialgman closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants