GithubHelp home page GithubHelp logo

Stopped bypass about hooman HOT 22 CLOSED

sayem314 avatar sayem314 commented on June 15, 2024
Stopped bypass

from hooman.

Comments (22)

sayem314 avatar sayem314 commented on June 15, 2024

First init cookie with a sample request and then provide further requests.

from hooman.

andress134 avatar andress134 commented on June 15, 2024

First init cookie with a sample request and then provide further requests.

I don't know what is wrong, hmm
Also, about captcha, i see can't bypass

this is my code for bypass, i know all is good

get it but don't bypass

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

rucaptcha: true | false, // optional (default false) < remove this line

from hooman.

andress134 avatar andress134 commented on June 15, 2024

rucaptcha: true | false, // optional (default false) < remove this line

same, just waiting 3 mins and nothing, just send me messages

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

Use it like this:

const hooman = require('hooman');

(async () => {
  try {
    const response = await hooman.get('https://exitus.xyz/'); // set cookie
    setInterval(() => {
      send_req();
    }, 1000);
  } catch (error) {
    console.log(error.response.body);
  }
})();

from hooman.

andress134 avatar andress134 commented on June 15, 2024

Use it like this:

const hooman = require('hooman');

(async () => {
  try {
    const response = await hooman.get('https://exitus.xyz/'); // set cookie
    setInterval(() => {
      send_req();
    }, 1000);
  } catch (error) {
    console.log(error.response.body);
  }
})();

the uam work fine now without proxies, with proxies just get captcha error

about captcha, still can't bypass, with old verion tried on other server, is working but use to much $ balance, with new vers, just i'm waiting

also I really appreciate your work and your help, I would love to donate, but unfortunately I do not use paypal, if you add donations with bitcoin

from hooman.

andress134 avatar andress134 commented on June 15, 2024

Have updated, the script send first 40 req and stop

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

I'm still working on it...

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

BTW thanks for considering a donation :) You can re-visit my donation page, added BTC. Thanks.

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

Pushed the latest commits. Can you please give it a try and let me know now?

from hooman.

andress134 avatar andress134 commented on June 15, 2024

Pushed the latest commits. Can you please give it a try and let me know now?

still same for me, first requsts are sending, aftger 60 secounds send first request one time and stopped

i think some error on multi requests, can't send unlimited requests or idk

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

I believe something is wrong on your side. Please take a look at this stream, everything works as expected and I have nothing else to modify to make it better.

https://streamable.com/nab65a

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

Also, you are not supposed to make unlimited requests to a site, it's DDoS and hooman is not meant for that. Hooman exists for legal scraping reasons, you should only use it sanely. BTW when you make thousands of requests you should ensure that your system could handle that with regulars sites as well, making too much requests at a time would cause connection reset error if your system resource including network is not stable enough.

from hooman.

maximus99-art avatar maximus99-art commented on June 15, 2024

Also, you are not supposed to make unlimited requests to a site, it's DDoS and hooman is not meant for that. Hooman exists for legal scraping reasons, you should only use it sanely. BTW when you make thousands of requests you should ensure that your system could handle that with regulars sites as well, making too much requests at a time would cause connection reset error if your system resource including network is not stable enough.

same problem for me, i get new version but stoped bypass using multi requests

for uam receive error: Response code 403 (Forbidden) and for captcha status 200

error: Client network socket disconnected before secure TLS connection was established

cloudflare use tls 1.2/1.3 to secure conexion
About 'multi requests, want to use your script to generate fake traffic (view) (TE) on my website, and to vote, so my script select a proxy and conect to website solve captcha and click vote.
So i can't use your script for it ? generating multi requests ?

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

@maximus99-art use node.js >=12. captcha bypass with multiple proxies might increase captcha triggering by a lot.

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

And btw if you click vote on your own sites, why so hurry? Why not vote one by one using await? Like this:

while (true) {
  await vote();
}

from hooman.

maximus99-art avatar maximus99-art commented on June 15, 2024

And btw if you click vote on your own sites, why so hurry? Why not vote one by one using await? Like this:

while (true) {
  await vote();
}

it's about a contest that is updated every 1 hour until it reaches the finals, I have to get a lot of votes
every one hour someone is eliminated until only 1 winner remains

now get this using http proxies

Response code 400 (Bad Request) Response code 503 (Service Unavailable) certificate has expired unable to verify the first certificate

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

hooman(url, { rejectUnauthorized: false })

from hooman.

maximus99-art avatar maximus99-art commented on June 15, 2024

hooman(url, { rejectUnauthorized: false })

most cloudflare sites check via tls to be able to secure the connection

tried to edit my script like

hooman(vote, { captchaKey: 'captcha-key', rejectUnauthorized: false, APLNProtocols: ['http/1.1', 'http/1.0'], }) .then((res) => { }) .catch((err) => { console.log('error: ' + err.message); }); };
first bypass working fine, but next bypass stoped, or ask for tls to secure conexion, also spamming with html and get memory leak

`0: ExitFrame [pc: 0x13da519]
Security context: 0x17746a880921
1: assign(aka assign) [0x17746a881249](this=0x26e0cfac04b9 ,0x13caba9b67f1 ,0x1d6018485bc9 )
2: _makeRequest [0x1be705181e09] [/root/node_modules/got/dist/source/core/index.js:~846] [pc=0x323ece6225b9](this=0x1d6018485961 )
3: /* anonymous */ [0x1d60184b9...

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
`

idk why because my vps is good, 8 gb ram, 1 gbit conexion

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

Please use nodejs 12 or later, it uses tls 1.2 by default otherwise see here https://nodejs.org/api/cli.html#cli_tls_min_v1_2

  1. And how many requests are you making to the same domain at a time?
  2. Are you using proxy?
  3. How many proxies are you using? What do you mean by spamming HTML?
  4. Does got works with regular websites with same config?

from hooman.

maximus99-art avatar maximus99-art commented on June 15, 2024

Im using nodejs v14.2
Tried with proxi and without, same
If i put the console.log the script show me the html content of website on my console
My script send 10 requests, (if im using proxies) he select 10 random http proxies and conect it, 'sleep for 30 sec' and send again 10 req
Same config has working fine with old version of hooman
only the script spam with captcha requests and consumes your entire balance

from hooman.

sayem314 avatar sayem314 commented on June 15, 2024

Are you using hooman v1.2.2? It works fine on my side. I cannot reproduce the issue. Can't help with multiple proxy + captcha.
https://streamable.com/nab65a

from hooman.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.