{"id":3757,"date":"2014-07-21T21:45:46","date_gmt":"2014-07-21T13:45:46","guid":{"rendered":"https:\/\/www.darknet.org.uk\/?p=3757"},"modified":"2014-07-22T01:33:38","modified_gmt":"2014-07-21T17:33:38","slug":"clipcaptcha-captcha-service-impersonation-tool","status":"publish","type":"post","link":"https:\/\/www.darknet.org.uk\/2014\/07\/clipcaptcha-captcha-service-impersonation-tool\/","title":{"rendered":"clipcaptcha – CAPTCHA Service Impersonation Tool"},"content":{"rendered":"

clipcaptcha is an extensible and signature based CAPTCHA Provider impersonation tool based off Moxie Marlinspike’s sslstrip codebase, which we mentioned back in 2009 – SSLstrip \u2013 HTTPS Stripping Attack Tool<\/a>.<\/p>\n

Depending on its mode of operation it may approve, reject or forward the CAPTCHA verification requests. It maintains an easy to edit XML configuration file that it queries to identify CAPTCHA provider request formats and render corresponding responses.<\/p>\n

\"clipcaptcha<\/p>\n

Signature based CAPTCHA provider detection<\/strong><\/p>\n

All CAPTCHA providers are basically HTTP based custom web services. These services accept CAPTCHA validation requests in a particular format and respond with finite set of responses that allow the clients to make Boolean choices to allow or disallow the request. clipcaptcha takes advantage of this finite and predictable request and response data set to implement signature based request detection and response system. <\/p>\n

Running clipcaptcha<\/strong><\/p>\n

The four steps to getting this working on Linux are:<\/p>\n

1.<\/strong> Enable forwarding mode on your machine<\/p>\n

echo \"1\" > \/proc\/sys\/net\/ipv4\/ip_forward<\/pre>\n

2.<\/strong> Setup iptables to redirect HTTP traffic to clipcaptcha.<\/p>\n

iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port<\/pre>\n

3.<\/strong> Run arpspoof to redirect the traffic to your machine.<\/p>\n

arpspoof -i -t<\/pre>\n

4.<\/strong> Run clipcaptcha in one of its mode of operation.<\/p>\n

clipcaptcha.py -l<\/pre>\n

Requirements<\/strong><\/p>\n

It requires Python 2.5 or newer, along with the ‘twisted’ python module.<\/p>\n

You can download clipcaptcha here:<\/p>\n

clipcaptcha-v0.1.zip<\/a><\/p>\n

Or read more here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

clipcaptcha is an extensible and signature based CAPTCHA Provider impersonation tool based off Moxie Marlinspike’s sslstrip codebase, which we mentioned back in 2009 – SSLstrip \u2013 HTTPS Stripping Attack Tool. Depending on its mode of operation it may approve, reject or forward the CAPTCHA verification requests. It maintains an easy to edit XML configuration file […]<\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"clipcaptcha is an extensible and signature based CAPTCHA Provider impersonation tool based on the sslstrip codebase. Download it here.","_seopress_robots_index":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[9,5,29],"tags":[869,518],"featured_image_src":null,"featured_image_src_square":null,"author_info":{"display_name":"Darknet","author_link":"https:\/\/www.darknet.org.uk\/author\/darknet\/"},"_links":{"self":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/posts\/3757"}],"collection":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/comments?post=3757"}],"version-history":[{"count":0,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/posts\/3757\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/media?parent=3757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/categories?post=3757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/tags?post=3757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}