/Twitter-Follow-Exploit

Automated Twitter mass account creation and follow using Selenium and Tor VPN

Primary LanguageJavaApache License 2.0Apache-2.0

Twitter Follow Exploit

This is a small project with educational/learning purposes that allows you to massively create accounts on Twitter and follow an account with them.

Using Tor Browser for anonymous proxy access to Twitter.

Disclaimer: I don't take any responsabilities over the use of this application, it's just for educational purposes.



NOTES

Please take into account that this app delegates some services to another third-party platforms which are not maintained by the author of this app, and I don't take any responsabilities if the app doesn't work as intended due to failure of the third-party platforms.

DEPENDENCIES

Name Version
Java >= 8
Tor Browser >= 6
Selenium Server 3.0.1
Firefox with Firefox Driver for Selenium
org.json 20160810

BUILDING AND RUNNING

Use Gradle: gradle build && gradle runApp

AUTHOR

See AUTHOR

CONTRIBUTING

  1. Find a thing to fix/implement in Issues or come up with your own idea, create a discussion issue for it and get a feedback.
  2. Fork the repo
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

CONTACT

You can contact me by sending an email to adrian@qmindgroup.com

LICENSE

Copyright 2017 Adrian Rodriguez Bazaga

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.