80
echo '[ip] visual.htb' >> /etc/hosts
only 80 port opens

TEST LOCAL .git URL BY netcat

How to: Use Build Events in MSBuild Projects
Found a Prebuild feature on google
setting up gitea requires time, i’m gonna use python’s http server to share git repo
“.csproj” prebuild file

find a ps1 reverse shell from google, make it as shell.ps1
shell.ps1

git init
git add .
git commit -m 'project_name'
cd .git
git --bare update-server-info

python3 -m http.server
then start listening 6666 port to receive reverse shell