├── LICENSE ├── README.md ├── bigbro.py ├── innerParty.py └── prole.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandonPowell/Orwell-RAT-and-Botnet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandonPowell/Orwell-RAT-and-Botnet/HEAD/README.md -------------------------------------------------------------------------------- /bigbro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandonPowell/Orwell-RAT-and-Botnet/HEAD/bigbro.py -------------------------------------------------------------------------------- /innerParty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandonPowell/Orwell-RAT-and-Botnet/HEAD/innerParty.py -------------------------------------------------------------------------------- /prole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandonPowell/Orwell-RAT-and-Botnet/HEAD/prole.py --------------------------------------------------------------------------------