Skip to content

Generate SSH, HTTP, SMTP, FTP traffics with tor. Every ip will be unique.

Notifications You must be signed in to change notification settings

ecpp/tor-traffic-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Educational Purposes Only

Can this work without TOR?

  • Yes, if you add your own proxies to proxychains and set it to random-chain. You do not need to use tor.

What is this?

  • This python script creates traffic with tor ip addresses. I use it with random-chain proxychains so every traffic looks like it comes from different IP.
  • It has also ability to bruteforce but since it uses tor it will be so slow, I do not recommend it.

Why I created this?

It is for my graduation project. To create unique traffics to my honeypots.

Is it working?

Yes, but for now only some protocols are working. More yet to be implemented.

Prerequisites

  • You must have TOR and proxychains configured.
  • I recommend to use proxychains with random-chain.
  • Test on Kali Linux.

Usage

  • python3 tor-traffic-generator.py
  • Select desired protocol to create traffic.
  • Enter IP, port, username (if ssh or ftp), password list (if ssh or ftp)

Releases

No releases published

Packages

No packages published

Languages