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

only 80 port opens

Untitled

TEST LOCAL .git URL BY netcat

Untitled

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

Untitled

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

shell.ps1

Untitled

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

Untitled

python3 -m http.server

then start listening 6666 port to receive reverse shell