hello recently i started to search a way to write a program that searches a website/forum and saves (downloads) webpages based on a keyword for example i would like to search entire null-byte for posts that have a keyword -for example wifi hacking- and then download any page that has that keyword. From my google search i found out about curl a user said that it can do that but i didnt managed to find a way to do it. could someone point me to the right direction to do that with curl or anyway else. thanks in advance :)
Forum Thread: How to Use Curl for Web Crawling?
- Hot
- Active
-
Forum Thread: Whatsapp Hack? 16 Replies
23 hrs 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: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Find Passwords in Exposed Log Files with Google Dorks
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How To: Make Your Own Bad USB
-
How To: Dox Anyone
-
How To: Hack WPA & WPA2 Wi-Fi Passwords with a Pixie-Dust Attack Using Airgeddon
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Fix Bidirectional Copy/Paste Issues for Kali Linux Running in VirtualBox
-
The Hacks of Mr. Robot: How to Hide Data in Audio Files
-
How To: Hack Any Account That Has Recovery via Phone Option Enabled (SMS) On Android:
-
How To: Haunt a Computer with SSH
-
How to Hack Wi-Fi: Creating an Evil Twin Wireless Access Point to Eavesdrop on Data
-
How To: Hack Coin-Operated Laudromat Machines for Free Wash & Dry Cycles
-
How To: Run Your Favorite Graphical X Applications Over SSH
-
How To: Make the World's Hottest Burning Man-Made Substance: Thermite
-
How To: Set Up Kali Linux on the New $10 Raspberry Pi Zero W
-
How To: Use a Raspberry Pi as a Dead Drop for Anonymous Offline Communication
3 Responses
Hmm... I asked the same question on Stack Overflow. Didn't get anything about cURL yet...
http://simplehtmldom.sourceforge.net/
From what I have found in relation to your post, it seems like 'wget' would be a better executable for this use case. To the best of my understanding, cURL is best used for single requests. Getting (or Posting) pretty much whatever you want to/from the server you specify, without having to use your web browser as the intermediary. I personally was looking for an easier way to get all the resources (pictures) from a specific URI, and it seems that 'wget' makes this specifc task of gathering multiple resources much more convenient. I'm pretty certain there's a variety of different ways to do this with cURL, but I am doing this to save time, ergo 'wget'. Hope that helps.
Share Your Thoughts