Skip to content

Instantly share code, notes, and snippets.

View NewEXE's full-sized avatar
🌀
WIP

Vlad Voloshyn NewEXE

🌀
WIP
  • Sweet Stack Digital
  • Ukraine, Kharkiv
View GitHub Profile
@NewEXE
NewEXE / bombard-ru-propaganda.py
Last active March 22, 2022 20:17 — forked from Toyto/bomberman.py
Send bombard requests to russian propaganda and infrastructure sites.
# -*- coding: utf-8 -*-
# Send bombard requests to russian propaganda and infrastructure sites.
#
# Requirements: Docker, Python 2.7+, requests
#
# Check which pip version do you have: pip --version
# Then you need to install
# pip install requests
# OR
# sudo python3 -m pip install requests