Skip to content

axonyxquantum/Cyberpunk_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Open Kali Terminal

save the file in any folder

1. Create a virtual environment

python3 -m venv myenv

2. Activate the virtual environment

source myenv/bin/activate

You'll see (myenv) prefix in your terminal prompt

(myenv) bxf1001g@hostname:~$

3. Install packages (e.g., Flask)

pip install flask

4. Run the File

python cyber_scanner.py

5. In another Terminal run this

ssh -R 80:localhost:5000 serveo.net

you will see a link copy it and send it to anyone.

About

A small python script to grab location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages