Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
[^]Kindly I need your highly appreciated support as I've been assigned a task by a co-worker , where I need to remove or bypass the simple captcha in the below screenshot, the website is accessed locally only in Egypt, it requires a user name & password which are:
User name: Mahmoud Abdelnaby
Password: tedata123@

this page is used to inq about the availability of ADSL service on landlines, but the captcha on it is slowing up the process, is there any way to automate the process without the captcha verification

page with the captcha :




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



<meta charset="UTF-8">

<!--[if IE 7]>
<![endif]-->
<!--[if IE 8]>
<![endif]-->
<!--[if IE 9]>
<![endif]-->










jQuery(document).ready(function ($) {
$('.forms').dcSlickForms();
});



$(document).ready(function () {
$("#showcase").awShowcase(
{
content_width: 900,
content_height: 400,
auto: true,
interval: 3000,
continuous: false,
arrows: true,
buttons: true,
btn_numbers: true,
keybord_keys: true,
mousetrace: false, /* Trace x and y coordinates for the mouse */
pauseonover: true,
stoponclick: false,
transition: 'fade', /* hslide/vslide/fade */
transition_delay: 0,
transition_speed: 500,
show_caption: 'onload' /* onload/onhover/show */
});
});




.style3 {
color: #702283;
}
.vb {
background-position: center -164px;
}




.gh
{
border: 2px solid #702283;
padding: 10px 40px;
background: #edic24;
width: 800px;
border-radius: 25px;
}
.style433
{
background: #702283;
border: none;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
text-transform:uppercase;
color: #eee;
cursor: pointer;
font-size: 15px;
margin: 5px 0;
padding: 5px 22px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-radius:4px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.p1
{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #702283;
font-style: normal;
font-weight: bolder;
text-decoration: underline;
box-shadow: 10px 10px 5px #888888;
}
* {margin:0; padding:0;
text-align: left;
}















//&lt;![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>








//&lt;![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>










<!-- Fullscreen backgrounds -->



<!-- End Fullscreen backgrounds -->
<!-- Begin Wrapper -->






Welcome

Mahmoud Abdelnaby
. Logout
Change Password












<!-- Begin Menu -->



<!-- End Menu -->

<!-- Begin Container -->








????????????????








Governorate

???????
??????????
?????????
???????
???????
???? ?????
??? ?????
????????
????????
???????
?????
??????
???????????
????? ??????
???????
???? ?????
???? ?????
??? ????
??????
??????
?????
?????? ??????
?????
??????
???
?????



 
Phone Number

 
Code



*
 
You have Entered a Wrong Verification Code!Please Re-enter!!!
 

   



 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


 







<!-- Begin 4 Columns -->



<!-- Divider -->





<!-- End Container -->



<!-- End Wrapper -->





//&lt;![CDATA[
var Page_Validators = new Array(document.getElementById("ctl00_ContentPlaceHolderBody_RequiredFieldValidator1"), document.getElementById("ctl00_ContentPlaceHolderBody_CustomValidator2"));
//]]>



//&lt;![CDATA[
var ctl00_ContentPlaceHolderBody_RequiredFieldValidator1 = document.all ? document.all["ctl00_ContentPlaceHolderBody_RequiredFieldValidator1"] : document.getElementById("ctl00_ContentPlaceHolderBody_RequiredFieldValidator1");
ctl00_ContentPlaceHolderBody_RequiredFieldValidator1.controltovalidate = "ctl00_ContentPlaceHolderBody_txtVerify";
ctl00_ContentPlaceHolderBody_RequiredFieldValidator1.errormessage = "*";
ctl00_ContentPlaceHolderBody_RequiredFieldValidator1.validationGroup = "A";
ctl00_ContentPlaceHolderBody_RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ContentPlaceHolderBody_RequiredFieldValidator1.initialvalue = "";
var ctl00_ContentPlaceHolderBody_CustomValidator2 = document.all ? document.all["ctl00_ContentPlaceHolderBody_CustomValidator2"] : document.getElementById("ctl00_ContentPlaceHolderBody_CustomValidator2");
ctl00_ContentPlaceHolderBody_CustomValidator2.controltovalidate = "ctl00_ContentPlaceHolderBody_txtVerify";
ctl00_ContentPlaceHolderBody_CustomValidator2.errormessage = "You have Entered a Wrong Verification Code!Please Re-enter!!!";
ctl00_ContentPlaceHolderBody_CustomValidator2.isvalid = "False";
ctl00_ContentPlaceHolderBody_CustomValidator2.validationGroup = "A";
ctl00_ContentPlaceHolderBody_CustomValidator2.evaluationfunction = "CustomValidatorEvaluateIsValid";
//]]>




//&lt;![CDATA[

var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
else {
return true;
}
}

theForm.oldSubmit = theForm.submit;
theForm.submit = WebForm_SaveScrollPositionSubmit;

theForm.oldOnSubmit = theForm.onsubmit;
theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;

theForm.oldOnLoad = window.onload;
window.onload = WebForm_RestoreScrollPosition;
//]]>





What I have tried:

ocr with js but no luck
made vb app that reads captcha with ocr but can't use it on the web page in an automated process
Posted
Updated 24-Nov-17 16:25pm

1 solution

Quote:
where I need to remove or bypass the simple captcha in the below screenshot

Captcha is used to ban bots from accessing websites.
We won't help you to bypass website security features.

If your usage is legitimate, it would be easier to ask owner for an access without Captcha.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900