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

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

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

  • 资源大小:47.41 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分: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
  • 猕猴桃 1小时前 成为了本站会员

  • 11 4小时前 成为了本站会员

  • 开心快活人 7小时前 成为了本站会员

  • 晋财 8小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.335103s