Recent content by Lifelong

  1. Lifelong

    Phone number scrapper

    Does that application have an option to use online captcha solving services?
  2. Lifelong

    How do SMM panel service providers create thousands of accounts

    How do they successfully create 1000's of accounts Automated software and scripts. If you search online you'll find these sold, otherwise they are coded by an individual/company to mimic real signups. How do they get there phone numbers verified They have phone numbers to their disposal...
  3. Lifelong

    Bot experts needed

    To save time, review Github projects. What might be even more useful would be download OWASP ZAP, or Burp Suite Community Edition to analyse the API calls Jarvee makes. Set Jarvee to use Burp/ZAP as the intercepting proxy and you can see all the API calls the program makes to IG (and anywhere...
  4. Lifelong

    Confirming emails for bots

    I'm not an expert on this but I'd agree that the big providers would stop you pretty quick. I think it's gonna be a bit of a world of pain, finding residential proxies at a decent price, finding a provider that you can do that with, keeping it maintained. You could perhaps use several providers...
  5. Lifelong

    Confirming emails for bots

    So are you creating email accounts, or are you creating accounts on a website and an email account to go with it? Either way, you could see if you can automate enabling imap/pop3 access on your email provider - perhaps it's even on by default. Then all you need to do is connect with C# via...
  6. Lifelong

    cloudflaressl in ispmanager 5 install

    What was the process you followed to install it? Do you have access the log files through your webhosting? There will be a PHP error log which should help work out whats going on.
  7. Lifelong

    Best Cheap Webhost?

    Vultr and DigitalOcean are great cheap hosts - haven't had an issue with either. Google Cloud Compute is a bit more expensive but gives you $300 free credit for a year.
  8. Lifelong

    Can anyone here to decode this script

    Is it a single file? Once you've made a few more posts and can submit a link it might be best to paste it on pastebin.com and post that.
  9. Lifelong

    Need Help Automating The Adding of Products from Sites into WordPress

    You've already discovered some tools to help you automate, though the complexity of the task is going to come down to what sites you want to scape - and how the data is presented. Is it just static HTML tables, or is loaded via AJAX after a login? (for example). You can use the screen clicking...
  10. Lifelong

    I need your advice on bug discovery and compensation

    You could contact them asking if they would pay for [class of vulnerability you found] and go from there. Otherwise, the expected thing to do is disclose it to the manufacturer and do a writeup 90 days later - which you can use for credibility on your CV etc. Alternatively, there are companies...
  11. Lifelong

    android webview help needed

    You're not calling 'shouldOverrideUrlLoading' anywhere, and the 'webSettings.setJavaScriptEnabled(true);' in your main funtion is forcing the in-app view. Try this public class MainActivity extends Activity { public WebView myview; @Override protected void onCreate(Bundle...
  12. Lifelong

    [dev-talks] Windows 10 + Linux Subsystem = ❤️

    Unfortunately not as much as I'd like! Many companies are still very fond of Windows in the datacenter - or get sold systems that only run on WIndows. Relevant tip - SSH is now also included as a feature into WIndows, without requiring WSL first.
  13. Lifelong

    [dev-talks] Windows 10 + Linux Subsystem = ❤️

    Although I'm a Linux user, I've played with WSL at work quite a bit. It's works very well for the basics and like how integrated it is compared to something like Cygwin. I couldn't use it fulltime as it doesn't have certain system calls available - for example, nmap is useless through WSL. For...
  14. Lifelong

    How to get past Akismet when contact form sending???

    Try using a rotating proxy, or different proxies when posting to the different websites. This would be easier to enforce if you were to use a script/software rather than paying a guy.
  15. Lifelong

    Push Notifications self hosted

    I'm surprised no one has mentioned PushJet - a self hosted, open source push notification system https://pushjet.io/
Back
Top