Bitcoin Forum

Economy => Services => Topic started by: spy100 on July 20, 2020, 02:31:33 AM



Title: khjhjh
Post by: spy100 on July 20, 2020, 02:31:33 AM
ijiuiuiuj


Title: Re: php human verification / antibot only 4.99 usd
Post by: amhoba on July 20, 2020, 06:50:32 AM
php human verification / antibot  only 4.99 usd
(You will get full rights to use it )

Demo video
https://www.youtube.com/watch?v=vKXtSwEIviY


If you need help with implementation on your website ,price is 15 usd total


PM me if you want to buy it ...

Dont wanna disappoint you, But I myself can create a bot which can bypass your antibot. I sell it to you $500 if you want.  ;)
I laughed at parts of that youtube video. Do you really think its that easy to spot a bot?  ;D


You can not spot a bot, unless verifying every body who enters your site manually. Using video verify.
Although tools like hcaptcha work a lot better than recaptcha at spotting bots, but those can be fooled also using services like 2captcha.


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: amhoba on July 20, 2020, 05:50:47 PM
Just to tell you, maybe someone buys this from you  ;) but a bot can SEE what is happening on the screen. And a bot can play the video, watch 2 seconds, save it, then do this for the new video, and compare them.

I myself have created a bot that plays on BSPIN and BitStarz!!!! Fully Automatic! Sees Everything and acts on Every Occasion.

Simpler way to get around your antibot?
https://stackoverflow.com/questions/7124744/how-do-i-detect-which-video-source-is-playing-with-html5-video

Just receive 1 KB of the current playing file, then compare it to the next one.

Maybe you can alter the video and add some effects every time. That would prevent this. But that is ultimately detectable using AI / ML. Cause its "1" video, being altered.
Better use hcaptcha, dont waste your time.

Hcaptcha is basicly doing that, altering the picture every time, but it does not alter it itself, it uses data from other sources. showing you altered pictures of the same thing. Wanting you to find "same" pictures.

Hope you get on the right path. I dont have time to test your code, so do it yourself.
Cheers.  8)


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: newalias on July 20, 2020, 08:44:00 PM
The code of this is a disaster. It does not allow multiple users solving the "captcha" at the same time either.  ::)


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 20, 2020, 10:30:39 PM
Most captcha can't be defeated by a bot on it's own. Bot creators usually buy captcha solving services for dirt cheap where the captcha is transmitted to "workers" who solve it  instead. Unless you can prevent the captcha getting solved by others, there is not much use of this antibot as it would be as effiicent as other popular captchas in terms of resistance to bots. My 2 sats.



Also, (I'm not sure about this though) but it seems doable to make a python bot with some image recognition library like TensorFlow to wait for detection of changes in pixels (video changed) and then click the button. I'll look more into it it's interesting, it doesn't seem impossible to do.


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: spy100 on July 27, 2020, 06:57:03 PM
Congratulations to zManuel(https://www.mc-market.org/members/81510/) ! He Bypassed first version of vAntiBot

https://www.youtube.com/watch?v=jzAdUSr0rbI&feature=emb_title


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 27, 2020, 08:08:29 PM
Congratulations to zManuel(https://www.mc-market.org/members/81510/) ! He Bypassed first version of vAntiBot

https://www.youtube.com/watch?v=jzAdUSr0rbI&feature=emb_title
He used a simple solution yet so efficient, kudos to him! He motivated me to explore my idea stated in my other post, I'll report back a video link in case I succeed. So what are you gonna now in terms of modification since he was able to bypass it?


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 27, 2020, 11:19:15 PM
OK I was able to bypass the v1.

Video: https://streamable.com/rr3sli (https://streamable.com/rr3sli)



Language/Libraries used: Python, pyscreenshot, Pillow, Selenium



Steps taken by the bot:

Navigates to the website containing the captcha (localhost in my case),

1- Takes a screenshot (Image 1), clicks on Unlock and takes another screenshot of the browser (Image 2).
2- If Image 1 and Image 2 are different, it clicks on I am Human, if not :Step 3
3- Keeps taking screenshots of the browser after clicking on "Unlock" until it finds a screenshot that is different than Image 2.
4- Clicks on I am human



Was fun to be make but was easier than I thought it would be. If you want the source code, tell me.


Title: Re: php human verification / antibot ---> i challenge you to defeat it as bot
Post by: spy100 on July 28, 2020, 01:12:43 AM
OK I was able to bypass the v1.

Video: https://streamable.com/rr3sli (https://streamable.com/rr3sli)



Language/Libraries used: Python, pyscreenshot, Pillow, Selenium



Steps taken by the bot:

Navigates to the website containing the captcha (localhost in my case),

1- Takes a screenshot (Image 1), clicks on Unlock and takes another screenshot of the browser (Image 2).
2- If Image 1 and Image 2 are different, it clicks on I am Human, if not :Step 3
3- Keeps taking screenshots of the browser after clicking on "Unlock" until it finds a screenshot that is different than Image 2.
4- Clicks on I am human



Was fun to be make but was easier than I thought it would be. If you want the source code, tell me.

No need , vAntiBot v2 uploaded to github ...
Demo: https://www.youtube.com/watch?v=NHfn_Isr0-I

https://github.com/spy100/vAntiBot2  ---> I challenge you all to defeat it as bot



Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 28, 2020, 02:26:45 AM
The v2 is hard even for humans to recognize if they are the same person if you don't know who's the celibrity lol..


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 28, 2020, 02:59:20 AM
The v2 is hard even for humans to recognize if they are the same person if you don't know who's the celibrity lol..

Change to local celebs :)


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 28, 2020, 03:12:03 AM
Having this error when trying to implement it locally. Any idea what's the problem?

Quote
Warning: mysqli_connect(): (HY000/1045): Access denied for user 'user'@'localhost' (using password: YES) in C:\xampp\htdocs\conn.php on line 5
ERROR: Could not connect. Access denied for user 'user'@'localhost' (using password: YES)

Edit:Fixed it my self, let's see if I can defeat it!


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 28, 2020, 10:21:20 AM
Having this error when trying to implement it locally. Any idea what's the problem?

Quote
Warning: mysqli_connect(): (HY000/1045): Access denied for user 'user'@'localhost' (using password: YES) in C:\xampp\htdocs\conn.php on line 5
ERROR: Could not connect. Access denied for user 'user'@'localhost' (using password: YES)

Edit:Fixed it my self, let's see if I can defeat it!

Change database credentials in conn.php when you see that "error" , people need to use their own user ,passw and database

Edit in conn.php $link = mysqli_connect("localhost", "user", "passw", "databasename");


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 28, 2020, 11:52:35 AM
Having this error when trying to implement it locally. Any idea what's the problem?

Quote
Warning: mysqli_connect(): (HY000/1045): Access denied for user 'user'@'localhost' (using password: YES) in C:\xampp\htdocs\conn.php on line 5
ERROR: Could not connect. Access denied for user 'user'@'localhost' (using password: YES)

Edit:Fixed it my self, let's see if I can defeat it!

Change database credentials in conn.php when you see that "error" , people need to use their own user ,passw and database

Edit in conn.php $link = mysqli_connect("localhost", "user", "passw", "databasename");
Thanks but I solve the problem. Now from time to time I get this error: https://i.postimg.cc/qqBykb9y/Screenshot-64.png Dunno if it's a problem on my side or it's a bug


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 28, 2020, 04:30:51 PM
My database name is vantibot, my table name is vantibot and in index.php,conn.php,database.sql I have everywhere vantibot instead of vAntibot, still the problem is persisting. Also the id is 1 too


EDIT: I fixed the problem, it's a bug in your code.
Quote
$totalpeople = count($famouspeople);
$randomp1 = random_int(0, $totalpeople);
$randomp2 = random_int(0, $totalpeople);
$randomp3 = random_int(0, $totalpeople);
$randomp4 = random_int(0, $totalpeople);
$pp = array($famouspeople[$randomp1],$famouspeople[$randomp2],$famouspeople[$randomp3],$famouspeople[$randomp4]);


random_int returns an int between 0 and $totalpeople(included) if randomp1 returns $totalpeople, $famouspeople[$totalpeople] doesn't exist it's a segmentation fault since arrays start at 0. To fix it I added a -1 so it becomes like this:

Quote
$totalpeople = count($famouspeople);
$randomp1 = random_int(0, $totalpeople-1);
$randomp2 = random_int(0, $totalpeople-1);
$randomp3 = random_int(0, $totalpeople-1);
$randomp4 = random_int(0, $totalpeople-1);
$pp = array($famouspeople[$randomp1],$famouspeople[$randomp2],$famouspeople[$randomp3],$famouspeople[$randomp4]);


It fixed the problem


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 29, 2020, 08:10:35 PM
My database name is vantibot, my table name is vantibot and in index.php,conn.php,database.sql I have everywhere vantibot instead of vAntibot, still the problem is persisting. Also the id is 1 too


EDIT: I fixed the problem, it's a bug in your code.
Quote
$totalpeople = count($famouspeople);
$randomp1 = random_int(0, $totalpeople);
$randomp2 = random_int(0, $totalpeople);
$randomp3 = random_int(0, $totalpeople);
$randomp4 = random_int(0, $totalpeople);
$pp = array($famouspeople[$randomp1],$famouspeople[$randomp2],$famouspeople[$randomp3],$famouspeople[$randomp4]);


random_int returns an int between 0 and $totalpeople(included) if randomp1 returns $totalpeople, $famouspeople[$totalpeople] doesn't exist it's a segmentation fault since arrays start at 0. To fix it I added a -1 so it becomes like this:

Quote
$totalpeople = count($famouspeople);
$randomp1 = random_int(0, $totalpeople-1);
$randomp2 = random_int(0, $totalpeople-1);
$randomp3 = random_int(0, $totalpeople-1);
$randomp4 = random_int(0, $totalpeople-1);
$pp = array($famouspeople[$randomp1],$famouspeople[$randomp2],$famouspeople[$randomp3],$famouspeople[$randomp4]);


It fixed the problem



you were right with the error solution is correct,i got it also today ...

will upload to github with new fix


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 30, 2020, 07:29:36 PM
There are other bugs in the captcha... Sometimes it's the same person in both images but when you click "I am a human" it still says "You are a bot" I don't know why


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 30, 2020, 09:14:26 PM
There are other bugs in the captcha... Sometimes it's the same person in both images but when you click "I am a human" it still says "You are a bot" I don't know why

This is bug i did not get ... redownload code from github and try again ...


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 30, 2020, 10:31:48 PM
There are other bugs in the captcha... Sometimes it's the same person in both images but when you click "I am a human" it still says "You are a bot" I don't know why

This is bug i did not get ... redownload code from github and try again ...

I bypassed the captcha v2, the video: https://streamable.com/qjwxc0 (https://streamable.com/qjwxc0)

You will notice the bug I talked about in the video

The bot makes mistakes sometimes because the images are low resolution but it keep trying until it gets it right, on average it only makes 0-1 mistake per captcha solved and takes 20-30 seconds per captcha to get solved on average. These numbers can be improved if I implement a feature to make image reverse search to get high resolution images but I'm too lazy to do this.. The current stats are good enough...

So what will be the v3 xD?


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 11:09:51 AM
There are other bugs in the captcha... Sometimes it's the same person in both images but when you click "I am a human" it still says "You are a bot" I don't know why

This is bug i did not get ... redownload code from github and try again ...

I bypassed the captcha v2, the video: https://streamable.com/qjwxc0 (https://streamable.com/qjwxc0)

You will notice the bug I talked about in the video

The bot makes mistakes sometimes because the images are low resolution but it keep trying until it gets it right, on average it only makes 0-1 mistake per captcha solved and takes 20-30 seconds per captcha to get solved on average. These numbers can be improved if I implement a feature to make image reverse search to get high resolution images but I'm too lazy to do this.. The current stats are good enough...

So what will be the v3 xD?

That is not bypassing what you did it's called getting lucky or just clicking as human ... if you make just 1 mistake the admin can ban/redirect you etc ( one fail is enough) ... you also have to show your code that you used in video as proof ... you could simply use your mouse and say you bypassed it ...

Look at example how that person bypassed v1 antibot .... and make video like him

Proof you sent is not valid ... try again ... as you did not defeat it.

To defeat  vAntibot v2 ...bot  must not make any mistake


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 12:43:48 PM
What the fuck are you talking about? I'm using facial recognition to bypass the captcha if you want the source code I can show it to you, Im not using my mouse to click on the captcha. Also it's impossible to not make atleast 1 mistake every now and then even for humans. Even humans will make a mistake while solving the captcha.. If the admin decides to ban every user that makes only 1 mistake, 80%+ of people won't be able to enter the website.

It IS bypassed and by far. Look at the first captcha, it solved it in literally 10 seconds.  If this captcha gets implemented in a faucet for example, anyone can easily bot it like I was able to do.

Make a v3 and stop saying non-sense also fix the bugs you saw on the video it's full of bugs.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 01:18:53 PM
What the fuck are you talking about? I'm using facial recognition to bypass the captcha if you want the source code I can show it to you, Im not using my mouse to click on the captcha. Also it's impossible to not make atleast 1 mistake every now and then even for humans. Even humans will make a mistake while solving the captcha.. If the admin decides to ban every user that makes only 1 mistake, 80%+ of people won't be able to enter the website.

It IS bypassed and by far. Look at the first captcha, it solved it in literally 10 seconds.  If this captcha gets implemented in a faucet for example, anyone can easily bot it like I was able to do.

Make a v3 and stop saying non-sense also fix the bugs you saw on the video it's full of bugs.

You have no proof ... you just posted a video without code without anything ... you could be just clicking as human and say you bypassed ...  so keep trying and when you really  bypassed it post video with proof and code so people reproduce your bypass.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 01:24:18 PM
You have no proof ... you just posted a video without code without anything ... you could be just clicking as human and say you bypassed ...  so keep trying and when you really  bypassed it post video with proof and code so people reproduce your bypass.

DM me on Telegram - @Aveatrex I won't disclose the source code on public since it's a bot that can be used for malicious intent, I will show it to you on private.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 01:25:31 PM
You have no proof ... you just posted a video without code without anything ... you could be just clicking as human and say you bypassed ...  so keep trying and when you really  bypassed it post video with proof and code so people reproduce your bypass.

DM me on Telegram - @Aveatrex I won't disclose the source code on public since it's a bot that can be used for malicious intent, I will show it to you on private.


Nope you got to post source code public this are the rules ...


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 01:30:10 PM

Nope you got to post source code public this are the rules ...

There is no "rules" if you want the see the code, DM me and if you don't want to, I can't do anything for you. Me posting my source code publicly is not going to happen. Plus why would I fake it and click it on my own? It makes no sense.. If anyone want details on the code/bot DM ME I will gadly show it to you.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 02:13:33 PM

Nope you got to post source code public this are the rules ...

There is no "rules" if you want the see the code, DM me and if you don't want to, I can't do anything for you. Me posting my source code publicly is not going to happen. Plus why would I fake it and click it on my own? It makes no sense.. If anyone want details on the code/bot DM ME I will gadly show it to you.


Dude you got to post source code to prove that you bypassed it,that's how science works ... if you can't post source code that means you are lying ...and i have nothing to say to you .


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: newalias on July 31, 2020, 02:36:13 PM
I am sorry to say so, but the code is the work of a script kiddie.

This captcha is easy to be solved by bots, I agree with Aveatrex.

There are solutions like Google reCaptcha out there, with many, many algorithms. They even watch out for malicious activity, badly-known IP addresses and so on. They have sort of scoring behind it and make the captcha as difficult as needed for the specific client (or block it at all).

The only need for another captcha solution is a self-hosted approach, without sending clients data to Google or some other service providers. To my knowledge, there is no nice solution for PHP as library. So, your idea is nice, but the current state is absolutely useless.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 03:19:21 PM
I am sorry to say so, but the code is the work of a script kiddie.

This captcha is easy to be solved by bots, I agree with Aveatrex.

There are solutions like Google reCaptcha out there, with many, many algorithms. They even watch out for malicious activity, badly-known IP addresses and so on. They have sort of scoring behind it and make the captcha as difficult as needed for the specific client (or block it at all).

The only need for another captcha solution is a self-hosted approach, without sending clients data to Google or some other service providers. To my knowledge, there is no nice solution for PHP as library. So, your idea is nice, but the current state is absolutely useless.

Show the code ... the rest is just bla bla bla talk ....His got to show his code as proof public ...

I could say i am president of Russia ... do you believe me ?

We argue with source code / scientific not just by talking...


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 03:39:52 PM

Dude you got to post source code to prove that you bypassed it,that's how science works ... if you can't post source code that means you are lying ...and i have nothing to say to you .

Lmao dude, why does it make a difference to you if you see the code publicly or not? Either way if you dm me I will show you the code and know that I'm not lying...

Plus it's full of bugs..

That's the max I can show of source code publicly:https://streamable.com/cqpo4t (https://streamable.com/cqpo4t) it's enough to show I'm not lying/faking because it shows logs, a bit of the code and shows that my cursor is not clicking the elements.. AGAIN, want the full code? DM ME.

It takes from as little as 5 seconds  to 40-50 seconds to solve the captcha depending on images..


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 04:05:05 PM

Dude you got to post source code to prove that you bypassed it,that's how science works ... if you can't post source code that means you are lying ...and i have nothing to say to you .

Lmao dude, why does it make a difference to you if you see the code publicly or not? Either way if you dm me I will show you the code and know that I'm not lying...

Plus it's full of bugs..

That's the max I can show of source code publicly:https://streamable.com/cqpo4t (https://streamable.com/cqpo4t) it's enough to show I'm not lying/faking because it shows logs, a bit of the code and shows that my cursor is not clicking the elements.. AGAIN, want the full code? DM ME.

It takes from as little as 5 seconds  to 40-50 seconds to solve the captcha depending on images..

no full code no argument / invalid proof.... you are writing on your own until you show full code .


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 04:18:51 PM
Also note to any other person that tries to defeat vAntibot v2 :

Making your bot learn what pics are "bot" and what pics are "human"

from link "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcStqSGidrSG6YidwVNDa2sRhLf-NYzBZyzc3OF8QzuJv_RjBpj5Rqj4L6JcLA&s" is not valid defeat of vAntibot v2 

do to to fact the Admin can replace google images with his own database of images and rename the links ( Database can have millions of pics and does pics can be changed any time)






Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 04:23:55 PM
Also note to any other person that tries to defeat vAntibot v2 :

Making your bot learn what pics are "bot" and what pics are "human"

from link "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcStqSGidrSG6YidwVNDa2sRhLf-NYzBZyzc3OF8QzuJv_RjBpj5Rqj4L6JcLA&s" is not valid defeat of vAntibot v2  

do to to fact the Admin can replace google images with his own database of images and rename the links ( Database can have millions of pics and does pics can be changed any time)






That doesn't matter, I can reverse search any image no matter if it's from google or from own database. I have defeated tha captcha, consider the video a valid argument or not I don't really care I just do this for educational/fun purpose only, it's your problem if you don't want to accept the reality and/or dm me to see the code.

Conclusion: This antibot is weak and can be easily botted. Use Google Recaptcha or hcaptcha for your websites guys, this crap isn't secure and you risk getting botted hard as demonstrated. I'm done replying to this thread.


Was a fun challenge nonethless :)


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 04:30:09 PM
Hint: the only way you can defeat vAntibot v2 is if you can make a software that can recognize humans in pictures like we do it real life....the person that can build that software will make billions ... and that software will have many applications ...

when that software will be created ... any criminal or missing person will be found in matter of minutes / hours ...if he is in a area with public cameras.


At the moment is almost impossible to do it with current tech.



Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 04:36:07 PM
Also note to any other person that tries to defeat vAntibot v2 :

Making your bot learn what pics are "bot" and what pics are "human"

from link "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcStqSGidrSG6YidwVNDa2sRhLf-NYzBZyzc3OF8QzuJv_RjBpj5Rqj4L6JcLA&s" is not valid defeat of vAntibot v2  

do to to fact the Admin can replace google images with his own database of images and rename the links ( Database can have millions of pics and does pics can be changed any time)






That doesn't matter, I can reverse search any image no matter if it's from google or from own database. I have defeated tha captcha, consider the video a valid argument or not I don't really care I just do this for educational/fun purpose only, it's your problem if you don't want to accept the reality and/or dm me to see the code.

Conclusion: This antibot is weak and can be easily botted. Use Google Recaptcha or hcaptcha for your websites guys, this crap isn't secure and you risk getting botted hard as demonstrated. I'm done replying to this thread.


Was a fun challenge nonethless :)

No you did not ... you got to make the human recognition software to defeat it ... like i said Admin can change the links anytime he wants ... he can just rename them 1.jpg and 2.jpg for all.

So you did not defeat it ... try again ...


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 04:42:55 PM


No you did not ... you got to make the human recognition software to defeat it ... like i said Admin can change the links anytime he wants ... he can just rename them 1.jpg and 2.jpg for all.

So you did not defeat it ... try again ...
Are you dumb or I was not clear? I'm using FACIAL RECOGNITION it has nothing to do with links or photo name or whatever the fuck you think it is..


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 04:45:05 PM


No you did not ... you got to make the human recognition software to defeat it ... like i said Admin can change the links anytime he wants ... he can just rename them 1.jpg and 2.jpg for all.

So you did not defeat it ... try again ...
Are you dumb or I was not clear? I'm using FACIAL RECOGNITION it has nothing to do with links or photo name or whatever the fuck you think it is..

F u dump ass you aren't using anything ... show your stupid code then talk shit until then your a loser wannabe...nothing else to talk with you end discussion.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 04:52:29 PM
F u dump ass you aren't using anything ... show your stupid code then talk shit until then your a loser wannabe...nothing else to talk with you end discussion.
Alright this is getting out of hand.. I told you lke 10 times to dm me to see the code but you don't want, if you fucking dm'ed me you would have seen the code hours ago now..

Hint: the only way you can defeat vAntibot v2 is if you can make a software that can recognize humans in pictures like we do it real life....the person that can build that software will make billions ... and that software will have many applications ...

when that software will be created ... any criminal or missing person will be found in matter of minutes / hours ...if he is in a area with public cameras.


At the moment is almost impossible to do it with current tech.



You call yourself a developer lmao? You don't even know that human/facial recognition already exists.. Search for these libraries : OpenCV, TensorFlow...



End of discussion



Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on July 31, 2020, 05:04:10 PM
Don't listen to the guy that wrote above me ,Anyone that tell you that OpenCV and TensorFlow is the solution ,they don't know what they are talking ... people are experimenting with does 2 ...but they are not yet at the level of human face recognition we do as humans ... so it is not possible at the moment to make a software with OpenCV or TensorFlow to recognize humans like we do it in real life ...  they have to solve many problems like human aging ,face position etc etc ...


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: Aveatrex on July 31, 2020, 05:06:55 PM
Don't listen to the guy that wrote above me ,Anyone that tell you that OpenCV and TensorFlow is the solution ,they don't know what they are talking ... people are experimenting with does 2 ...but they are not yet at the level of human face recognition we do as humans ... so it is not possible at the moment to make a software with OpenCV or TensorFlow to recognize humans like we do it in real life ...  they have to solve many problems like human aging ,face position etc etc ...

Lmfao dude you don't know what you are talking about... I'm just wasting time with your dumbness, the two videos I sent are proofs that today we can do facial recognition with these libraries and other similar edit: watch this https://www.youtube.com/watch?v=535acCxjHCI (https://www.youtube.com/watch?v=535acCxjHCI) and hudnreds of other videos/github projects and stop judging something when you don't know.. ones that is not 100% accurate but does the job.

Why am I still responding to this? Good luck.

Sidenote: If anyone else is curious about the code used please DM me I'll gladly show you, don't listen to this fool, it's possible to do facial recognition today.


Title: Re: php human verification / antibot v2 ---> i challenge you to defeat it as bot
Post by: spy100 on August 01, 2020, 07:02:16 PM
up vAntibot v2 still not defetead