首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 创建所有匹配给定正则表达式的单词

创建所有匹配给定正则表达式的单词

  • 资源大小:47.41 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: fuzzing security regex

资 源 简 介

This project is currently moving to https://github.com/teeshop/rexgen What is rexgen? rexgen is a library which allows you to create all words that match the given regular expression. The aim of this tool is to check if some secret follows a given pattern, which is an integral part of penetration tests. This tool is _not_ intended to be used for real attacks against any secrets. For example, if you feed rexgen with the value index.php?id=[1-5] it creates the following results: index.php?id=1index.php?id=2index.php?id=3index.php?id=4index.php?id=5 How can I use rexgen? Currently, rexgen is usable via two interfaces: C++ API char_type word[BUFSIZE];Regex* re = parse_regex("index.php?id=[1-5]");Iterator* iter = re->iterator();while (iter->hasNext()) { iter->next(word, BUFSIZE

文 件 列 表

librexgen.dll
rexgen.exe
VIP VIP
0.180440s