An open API service indexing awesome lists of open source software.

https://github.com/mustafadalga/code-injector

Aynı ağ içerisinde , ARP Spoofing saldırısı yapılmış hedef bilgisayarın ziyaret ettiği , HTTP protokolünü kullanan web sitelerine kod enjekte ederek manipüle etmenize yarayan bir script.
https://github.com/mustafadalga/code-injector

code-injection cyber-security cyber-threat-intelligence cybersecurity exploit hacker hacking hacking-code hacking-tool hacking-tools hackingtools python python-3 python-script python3 web-hackathon web-hacking website-hacking

Last synced: 11 days ago
JSON representation

Aynı ağ içerisinde , ARP Spoofing saldırısı yapılmış hedef bilgisayarın ziyaret ettiği , HTTP protokolünü kullanan web sitelerine kod enjekte ederek manipüle etmenize yarayan bir script.

Awesome Lists containing this project

README

        

```
_____ _ _____ _ _
/ __ \ | | |_ _| (_) | |
| / \/ ___ __| | ___ | | _ __ _ ___ ___| |_ ___ _ __
| | / _ \ / _` |/ _ \ | || '_ \| |/ _ \/ __| __/ _ \| '__|
| \__/\ (_) | (_| | __/ _| || | | | | __/ (__| || (_) | |
\____/\___/ \__,_|\___| \___/_| |_| |\___|\___|\__\___/|_|
_/ |
|__/
```

## Açıklama
**Aynı ağ içerisinde , ARP Spoofing saldırısı yapılmış hedef bilgisayarın ziyaret ettiği , HTTP protokolünü kullanan web sitelerine kod enjekte ederek manipüle etmenize yarayan bir script.**


### Kurulum
* Linux için kurulum
```
sudo pip install -r requirements.txt
```


### Kullanım
**Code İnjector**'u test edebilmek için [bu](https://github.com/mustafadalga/ARP-poisoning-packet-sniffer) script ile ARP Spoof saldırısı yapabilirsiniz.

* Linux için kullanım

```
python codeInjector.py --kod ' Injection Kodu '
```

* Örnek kullanımlar

```
python codeInjector.py --kod 'alert("This is a test:04.06.2019");'
python codeInjector.py --kod '

This is a test

'
```

### Notlar
* Python versiyonu:3.7.2
* Sadece linux işletim sisteminde test edilmiştir.
* Sadece http protokolü kullanan web sitelerine karşı çalışır.

### Örnek Gösterim - Sanal Makine üzerinde
* Hedef bilgisayar - Windows 8

![1](https://user-images.githubusercontent.com/25087769/60630316-4f5b0880-9e02-11e9-880d-f314f5f6669e.PNG)


![2](https://user-images.githubusercontent.com/25087769/60630317-4f5b0880-9e02-11e9-982f-06932044dda1.PNG)