Skip to content

yeguixin/captcha_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

captcha_solver

Contributors: Guixin Ye, Zhanyong Tang, Dingyi Fang, Zhanxing Zhu, Yansong Feng, Pengfei Xu, Xiaojiang Chen, Zheng Wang Northwest University, China; Lancaster University, UK; Peking University, China

This is an open source code for solving the text-based captchas based on the machine learning technologies. This approach is able to achieve a higher success rate but requires significantly fewer real captchas. Here we exposed partial source code that can run independently for security reasons. Note that it is not production ready. If you encounter any problems, please file an issue on GitHub.

Requirements

  • Linux or Windows

  • NVIDIA GPU + CUDA CuDNN (CPU mode and CUDA without CuDNN may work with minimal modification, but untested)

License

Source code of this repository is released under the Apache License (v2.0)

Citation

@inproceedings{ye2018yet,     
  title={Yet Another Text Captcha Solver: A Generative Adversarial Network Based Approach},  
  author={Ye, Guixin and Tang, Zhanyong and Fang, Dingyi and Zhu, Zhanxing and Feng, Yansong and Xu, Pengfei and Chen, Xiaojiang and Wang, Zheng},  
  booktitle={The 25th ACM Conference on Computer and Communications Security},     
  series = {CCS '18},     
  year={2018},     
  organization={ACM}    
  }

About

Source code for ACM CCS 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages