Hi all. We'll learn how can we protect ourselves during penetration tests.
We'll use "torghost" tool.
As you can understand from its name it used in tor network.
It renews your IP address per 10 seconds.
Dont forget, you can hide yourselves with using this tool. But you never be %100 ghost in virtual world.
Let's install this.
We need to check did we installed the tor network or not before download. Type this in terminal.
Kod:
[COLOR="Red"]service tor start[/COLOR]
If it isnt installed, type this.
Kod:
[COLOR="red"]apt install tor[/COLOR]
We can start to install after checking these.
Come to directory where we want to install it
Kod:
[COLOR="red"]cd Desktop/[/COLOR]
After then,
Kod:
[COLOR="red"]git clone https://github.com/SusmithKrishnan/torghost[/COLOR]
We brought the file with this command.
We need to check the build.sh file has authorization or not. We'll type this
Kod:
[COLOR="red"]chmod +x build.sh[/COLOR]
And we are writing this command to start installation
Kod:
[COLOR="red"]./build.sh[/COLOR]
That's all. Let's run this !
Kod:
[COLOR="red"]torghost --start[/COLOR]
We can renew our IP address with this command. One of the good feature of this tool is --switch parametr
Kod:
[COLOR="red"]torghost --switch[/COLOR]
You can renew your IP address with this command when do you want.
Finish..
𝓘𝓷𝓽𝓮𝓻𝓷𝓪𝓽𝓲𝓸𝓷𝓪𝓵 𝓣𝓮𝓪𝓶.
Source: https://www.turkhackteam.org/siber-guvenlik/1963871-sizma-testlerinde-gizliligi-saglamak-1-a.html
Translator: M3m0ry
Thank you "PurpposoLes :RpS_love:
Son düzenleme:

