ELONISEVIL / pen-tester

0 stars 0 forks source link

pentester1 #1

Open ELONISEVIL opened 2 months ago

ELONISEVIL commented 2 months ago

echo "# pen-tester" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/ELONISEVIL/pen-tester.git git push -u origin main