- Joined
- Jan 8, 2019
- Messages
- 56,604
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,446
- Points
- 2,313
- Credits
- 32,560
6 Years of Service
76%
This generate url text file in format
from
my $URL = "https://www.leech_my_info.com/page=";
to
https://www.leech_my_info.com/page=1
https://www.leech_my_info.com/page=2
https://www.leech_my_info.com/page=3
https://www.leech_my_info.com/page= etc....
So just this add number at end of given url
Then You can Use this List for parser via some RegEx and get info .
from
my $URL = "https://www.leech_my_info.com/page=";
to
https://www.leech_my_info.com/page=1
https://www.leech_my_info.com/page=2
https://www.leech_my_info.com/page=3
https://www.leech_my_info.com/page= etc....
So just this add number at end of given url
Then You can Use this List for parser via some RegEx and get info .
To see this hidden content, you must like this content.
Last edited by a moderator: