This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'NOTE: Please remember that it's just an example of code, it's not a ready to use solution. | |
'And you have change the code to adopt it for your task. | |
SET api_key "1abc234de56fab7c89012d34e56fa7b8" | |
SET !EXTRACT_TEST_POPUP NO | |
SET !ERRORIGNORE YES | |
SET !TIMEOUT_PAGE 1 | |
<<<<<<< HEAD | |
URL GOTO=https://www.google.com/recaptcha/api2/demo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
Curl with image captcha from AZcaptcha.com | |
document https://azcaptcha.com/document | |
*/ | |
$file_name_with_full_path = './dataset/cap_img_1_.jpg'; | |
echo "<img src='$file_name_with_full_path' />"; | |
$api_url = "http://azcaptcha.com"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2.7 | |
import os | |
import sys | |
OS_NOTIF = True # notify-send notification | |
# notification for archlinux (more exactly for notify-send) | |
def notify_send(msg): | |
os.system('notify-send Hosts "{}"'.format(msg)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set hostsFile=%SYSTEMROOT%\System32\drivers\etc\hosts | |
set myServer=azcaptcha.com | |
set toRedirect=2captcha.com | |
rem ------------------------- | |
rem azcaptcha captcha gate | |
rem ------------------------- | |
rem %toRedirect% |