I am interested in making a website bot. I've googled how-to's but find that they are much more complex than I am needing and I am a noob coder. I am trying to build a bot that can sign-in into multiple accounts in chrome incognito mode and automatically search 30 times on a scheduled clock. I have no direction of where to begin, does anyone have any ideas?
Forum Thread: Website Bot
- Hot
- Active
-
Forum Thread: Whatsapp Hack? 16 Replies
1 day ago -
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
2 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
5 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
6 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
7 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
8 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
10 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago
-
How to Hack Wi-Fi: Breaking a WPS PIN to Get the Password with Bully
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How To: Write an XSS Cookie Stealer in JavaScript to Steal Passwords
-
How To: Run Kali Linux as a Windows Subsystem
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Find Passwords in Exposed Log Files with Google Dorks
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Enable Monitor Mode & Packet Injection on the Raspberry Pi
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: The Top 80+ Websites Available in the Tor Network
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Escape Restricted Shell Environments on Linux
-
How To: Use SpiderFoot for OSINT Gathering
-
How To: Track Wi-Fi Devices & Connect to Them Using Probequest
-
How To: Discover Hidden Subdomains on Any Website with Subfinder
-
How To: Scan Websites for Potential Vulnerabilities Using the Vega Vulnerability Scanner in Kali Linux
-
How To: Crack WPA & WPA2 Wi-Fi Passwords with Pyrit
-
How To: Hack Wi-Fi & Networks More Easily with Lazy Script
8 Responses
First, you have to find out if those websites offer some kind of API to login, search, post, PM, etc... big sites like Fb, twitter, usually do in a well documented and supported range of languages. If you site doesn't, don't worry, you can code one yourself. API are just meant to make developer's life easier, but you can write your own also for minor websites or any cms out there.
Second, they won't be using chrome or any other browser, they will be done in some language (PHP is perfect for this, so if you don't know PHP already, this where you want to start). If you need real browser support, there are other ways that automate your pc behaviour, but I don't reccomend them (not stylish, they are usually for fooling ad companies into believing you click in every banner).
What kind of websites you want to build this bot for ? What should it do with the information retrieved ?
Thank you TRIPHAT,
I wanted to create it for Google/Bing. I thought it would be a simple bot that can offer some real life knowledge of how bots work. If i could have it search and just dump the first two result's URL in seperate text files, that would be plenty for me since I'm just learning. Codecademy teaches PHP so I'll look into that, but are there any tools to automate a browser to run at a specific time as long as the computer is on?
I can tell you that google will complain when you automate raw search... after a few attempts it will ask for captchas, so I'd really suggest you go for the API way (I always prefer coding from scratch, as API usually requires registration and I don't bother making useless new accounts). Don't know about Bing.
If you really need a tool, you can look into this
Last but not least, I really suggest to get into PHP, it's fast to learn and really versatile for a lot of stuff.
Okay great. I don't know much about API's but if you think it's better for the long run, I will do that method. But from some quick Googling, it seems that I can make a API with PHP that connects to Google's website and automates what I need? Do you think this project is feasible in 3 months for a beginner?
"Machine Learning for Hackers"
"Data Science from Scratch"
"Web Scraping with Python: Collecting Data from the Modern Web"
Thank you Hitch!
If you make your own API, it's likely that google will detect automated search and block it quick. So you are somehow forced to use theirs (that doesn't mean you don't have to try manual way first tho...) it should be free as long as you don't have to fire thousand requests per hour.
In 3 months with proper tutoring, you could go from Zero to Hero if you are sufficiently motivated in what you do and put your effort for the goal. You will not learn all, but enough to accomplish the mission.
Is it a personal project or school project ( = due date, or free time hobby) ?
Personal project, but I like to make deadlines for myself so I don't slack. Thank you for your advice Triphat, you've saved me a lot of time!
Share Your Thoughts