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.
- Host: GitHub
- URL: https://github.com/mustafadalga/code-injector
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2019-07-03T22:49:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T10:39:32.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T18:51:10.352Z (about 1 month ago)
- Topics: 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
- Language: Python
- Size: 20.5 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
