POC详情: e6d30db69362de9ccb5a72d391bd4418614a2abc

来源
关联漏洞
标题: Sudo 缓冲区错误漏洞 (CVE-2021-3156)
描述:Sudo是一款使用于类Unix系统的,允许用户通过安全的方式使用特殊的权限执行命令的程序。 Sudo 1.9.5p2 之前版本存在缓冲区错误漏洞,攻击者可使用sudoedit -s和一个以单个反斜杠字符结束的命令行参数升级到root。
描述
Exploit and Demo system for CVE-2021-3156
介绍
# Baron-Samedit
Exploit and Demo system for CVE-2021-3156
文件快照

[4.0K] /data/pocs/e6d30db69362de9ccb5a72d391bd4418614a2abc ├── [ 27K] baron_samedit ├── [4.7K] baron_samedit.c ├── [ 498] debug.py ├── [4.0K] libnss_HACK │   ├── [1.7K] TEH_WORLD.c │   └── [ 16K] TEH_WORLD.so.2 ├── [ 16K] LICENSE ├── [ 165] Makefile ├── [ 58] README.md ├── [4.0K] sudo-1.8.27 │   ├── [ 94K] ABOUT-NLS │   ├── [5.6K] aclocal.m4 │   ├── [ 462] autogen.sh │   ├── [ 29] ChangeLog │   ├── [ 43K] config.guess │   ├── [ 38K] config.h │   ├── [ 36K] config.h.in │   ├── [ 62K] config.status │   ├── [ 36K] config.sub │   ├── [791K] configure │   ├── [141K] configure.ac │   ├── [4.0K] doc │   │   ├── [4.7K] CONTRIBUTORS │   │   ├── [ 15K] cvtsudoers.cat │   │   ├── [ 12K] cvtsudoers.man.in │   │   ├── [ 11K] cvtsudoers.mdoc │   │   ├── [ 11K] cvtsudoers.mdoc.in │   │   ├── [1.2K] fixman.sh │   │   ├── [ 92] fixmdoc.sed │   │   ├── [2.9K] HISTORY │   │   ├── [ 12K] LICENSE │   │   ├── [ 17K] Makefile │   │   ├── [ 18K] Makefile.in │   │   ├── [7.7K] schema.ActiveDirectory │   │   ├── [2.2K] schema.iPlanet │   │   ├── [2.6K] schema.olcSudo │   │   ├── [2.5K] schema.OpenLDAP │   │   ├── [ 41K] sudo.cat │   │   ├── [ 21K] sudo.conf.cat │   │   ├── [ 18K] sudo.conf.man.in │   │   ├── [ 18K] sudo.conf.mdoc │   │   ├── [ 18K] sudo.conf.mdoc.in │   │   ├── [164K] sudoers.cat │   │   ├── [ 51K] sudoers.ldap.cat │   │   ├── [ 43K] sudoers.ldap.man.in │   │   ├── [ 42K] sudoers.ldap.mdoc │   │   ├── [ 42K] sudoers.ldap.mdoc.in │   │   ├── [133K] sudoers.man.in │   │   ├── [1.8K] sudoers.man.in.sed │   │   ├── [128K] sudoers.mdoc │   │   ├── [129K] sudoers.mdoc.in │   │   ├── [9.7K] sudoers_timestamp.cat │   │   ├── [9.4K] sudoers_timestamp.man.in │   │   ├── [9.1K] sudoers_timestamp.mdoc │   │   ├── [9.2K] sudoers_timestamp.mdoc.in │   │   ├── [ 36K] sudo.man.in │   │   ├── [1.5K] sudo.man.in.sed │   │   ├── [ 34K] sudo.mdoc │   │   ├── [ 34K] sudo.mdoc.in │   │   ├── [ 84K] sudo_plugin.cat │   │   ├── [ 68K] sudo_plugin.man.in │   │   ├── [ 66K] sudo_plugin.mdoc │   │   ├── [ 66K] sudo_plugin.mdoc.in │   │   ├── [ 14K] sudoreplay.cat │   │   ├── [ 12K] sudoreplay.man.in │   │   ├── [ 11K] sudoreplay.mdoc │   │   ├── [ 11K] sudoreplay.mdoc.in │   │   ├── [ 14K] TROUBLESHOOTING │   │   ├── [ 21K] UPGRADE │   │   ├── [ 12K] visudo.cat │   │   ├── [ 11K] visudo.man.in │   │   ├── [ 10K] visudo.mdoc │   │   └── [ 10K] visudo.mdoc.in │   ├── [4.0K] examples │   │   ├── [2.3K] Makefile │   │   ├── [2.3K] Makefile.in │   │   ├── [1.2K] pam.conf │   │   ├── [2.3K] sudo.conf │   │   ├── [4.1K] sudoers │   │   └── [1.0K] syslog.conf │   ├── [4.0K] include │   │   ├── [4.0K] compat │   │   │   ├── [1.3K] charclass.h │   │   │   ├── [3.0K] endian.h │   │   │   ├── [1.4K] fnmatch.h │   │   │   ├── [3.4K] getaddrinfo.h │   │   │   ├── [3.0K] getopt.h │   │   │   ├── [3.3K] glob.h │   │   │   ├── [3.2K] nss_dbdefs.h │   │   │   ├── [3.9K] sha2.h │   │   │   └── [ 914] stdbool.h │   │   ├── [2.2K] Makefile │   │   ├── [2.1K] Makefile.in │   │   ├── [ 15K] sudo_compat.h │   │   ├── [3.4K] sudo_conf.h │   │   ├── [ 13K] sudo_debug.h │   │   ├── [1.8K] sudo_digest.h │   │   ├── [2.1K] sudo_dso.h │   │   ├── [8.4K] sudo_event.h │   │   ├── [ 10K] sudo_fatal.h │   │   ├── [2.4K] sudo_gettext.h │   │   ├── [2.1K] sudo_lbuf.h │   │   ├── [8.0K] sudo_plugin.h │   │   ├── [ 26K] sudo_queue.h │   │   ├── [1.8K] sudo_rand.h │   │   └── [ 10K] sudo_util.h │   ├── [ 266] indent.pro │   ├── [4.0K] init.d │   │   ├── [ 436] aix.sh.in │   │   ├── [ 478] hpux.sh.in │   │   ├── [ 305] sudo.conf │   │   └── [ 303] sudo.conf.in │   ├── [ 38K] INSTALL │   ├── [ 15K] INSTALL.configure │   ├── [4.0K] install-sh │   ├── [332K] libtool │   ├── [2.5K] log2cl.pl │   ├── [317K] ltmain.sh │   ├── [4.0K] m4 │   │   ├── [2.7K] ax_append_flag.m4 │   │   ├── [3.2K] ax_check_compile_flag.m4 │   │   ├── [3.0K] ax_check_link_flag.m4 │   │   ├── [2.0K] ax_func_getaddrinfo.m4 │   │   ├── [2.8K] ax_func_snprintf.m4 │   │   ├── [303K] libtool.m4 │   │   ├── [6.0K] lt~obsolete.m4 │   │   ├── [ 14K] ltoptions.m4 │   │   ├── [4.3K] ltsugar.m4 │   │   ├── [ 699] ltversion.m4 │   │   └── [ 15K] sudo.m4 │   ├── [ 12K] Makefile │   ├── [ 12K] Makefile.in │   ├── [8.2K] mkdep.pl │   ├── [1.6K] mkinstalldirs │   ├── [ 12K] mkpkg │   ├── [105K] NEWS │   ├── [5.7K] pathnames.h │   ├── [5.2K] pathnames.h.in │   ├── [4.0K] plugins │   │   ├── [4.0K] group_file │   │   │   ├── [3.9K] getgrent.c │   │   │   ├── [ 268] getgrent.lo │   │   │   ├── [3.3K] group_file.c │   │   │   ├── [ 13] group_file.exp │   │   │   ├── [1.3K] group_file.la │   │   │   ├── [ 272] group_file.lo │   │   │   ├── [6.6K] Makefile │   │   │   ├── [6.6K] Makefile.in │   │   │   └── [4.9K] plugin_test.c │   │   ├── [4.0K] sample │   │   │   ├── [6.1K] Makefile │   │   │   ├── [6.0K] Makefile.in │   │   │   ├── [ 919] README │   │   │   ├── [ 13K] sample_plugin.c │   │   │   └── [ 24] sample_plugin.exp │   │   ├── [ 12K] sudoers │   │   │   ├── [9.9K] alias.c │   │   │   ├── [ 267] alias.lo │   │   │   ├── [ 58K] alias.o │   │   │   ├── [2.5K] audit.c │   │   │   ├── [ 267] audit.lo │   │   │   ├── [ 20K] audit.o │   │   │   ├── [4.0K] auth │   │   │   │   ├── [2.5K] afs.c │   │   │   │   ├── [5.0K] aix_auth.c │   │   │   │   ├── [5.4K] API │   │   │   │   ├── [5.7K] bsdauth.c │   │   │   │   ├── [7.1K] dce.c │   │   │   │   ├── [4.7K] fwtk.c │   │   │   │   ├── [10.0K] kerb5.c │   │   │   │   ├── [ 18K] pam.c │   │   │   │   ├── [3.4K] passwd.c │   │   │   │   ├── [4.3K] rfc1938.c │   │   │   │   ├── [3.3K] secureware.c │   │   │   │   ├── [6.3K] securid5.c │   │   │   │   ├── [4.3K] sia.c │   │   │   │   ├── [ 14K] sudo_auth.c │   │   │   │   └── [5.6K] sudo_auth.h │   │   │   ├── [4.3K] base64.c │   │   │   ├── [ 270] base64.lo │   │   │   ├── [ 28K] base64.o │   │   │   ├── [4.4K] boottime.c │   │   │   ├── [ 276] boottime.lo │   │   │   ├── [ 23K] boottime.o │   │   │   ├── [6.9K] bsm_audit.c │   │   │   ├── [1.0K] bsm_audit.h │   │   │   ├── [9.1K] check.c │   │   │   ├── [3.2K] check.h │   │   │   ├── [ 267] check.lo │   │   │   ├── [ 48K] check.o │   │   │   ├── [6.2K] cvtsudoers │   │   │   ├── [ 37K] cvtsudoers.c │   │   │   ├── [3.0K] cvtsudoers.h │   │   │   ├── [ 30K] cvtsudoers_json.c │   │   │   ├── [194K] cvtsudoers_json.o │   │   │   ├── [ 18K] cvtsudoers_ldif.c │   │   │   ├── [ 99K] cvtsudoers_ldif.o │   │   │   ├── [214K] cvtsudoers.o │   │   │   ├── [ 13K] cvtsudoers_pwutil.c │   │   │   ├── [ 70K] cvtsudoers_pwutil.o │   │   │   ├── [ 29K] defaults.c │   │   │   ├── [3.6K] defaults.h │   │   │   ├── [ 276] defaults.lo │   │   │   ├── [162K] defaults.o │   │   │   ├── [ 12K] def_data.c │   │   │   ├── [ 13K] def_data.h │   │   │   ├── [8.6K] def_data.in │   │   │   ├── [1.6K] digestname.c │   │   │   ├── [ 282] digestname.lo │   │   │   ├── [ 12K] digestname.o │   │   │   ├── [5.6K] editor.c │   │   │   ├── [ 270] editor.lo │   │   │   ├── [ 40K] editor.o │   │   │   ├── [ 36K] env.c │   │   │   ├── [ 261] env.lo │   │   │   ├── [116K] env.o │   │   │   ├── [2.7K] env_pattern.c │   │   │   ├── [ 285] env_pattern.lo │   │   │   ├── [ 21K] env_pattern.o │   │   │   ├── [3.9K] file.c │   │   │   ├── [2.8K] filedigest.c │   │   │   ├── [ 282] filedigest.lo │   │   │   ├── [ 33K] filedigest.o │   │   │   ├── [ 264] file.lo │   │   │   ├── [ 33K] file.o │   │   │   ├── [5.0K] find_path.c │   │   │   ├── [ 279] find_path.lo │   │   │   ├── [ 35K] find_path.o │   │   │   ├── [ 15K] fmtsudoers.c │   │   │   ├── [ 282] fmtsudoers.lo │   │   │   ├── [ 74K] fmtsudoers.o │   │   │   ├── [3.4K] gc.c │   │   │   ├── [ 258] gc.lo │   │   │   ├── [ 17K] gc.o │   │   │   ├── [4.5K] gentime.c │   │   │   ├── [ 273] gentime.lo │   │   │   ├── [ 24K] gentime.o │   │   │   ├── [ 41K] getdate.c │   │   │   ├── [ 77K] getdate.o │   │   │   ├── [ 22K] getdate.y │   │   │   ├── [3.4K] getspwuid.c │   │   │   ├── [ 279] getspwuid.lo │   │   │   ├── [ 24K] getspwuid.o │   │   │   ├── [2.1K] gmtoff.c │   │   │   ├── [ 270] gmtoff.lo │   │   │   ├── [ 13K] gmtoff.o │   │   │   ├── [2.0K] goodpath.c │   │   │   ├── [ 276] goodpath.lo │   │   │   ├── [ 21K] goodpath.o │   │   │   ├── [ 62K] gram.c │   │   │   ├── [1.4K] gram.h │   │   │   ├── [ 264] gram.lo │   │   │   ├── [ 98K] gram.o │   │   │   ├── [ 31K] gram.y │   │   │   ├── [5.9K] group_plugin.c │   │   │   ├── [ 288] group_plugin.lo │   │   │   ├── [ 43K] group_plugin.o │   │   │   ├── [2.2K] hexchar.c │   │   │   ├── [ 273] hexchar.lo │   │   │   ├── [ 21K] hexchar.o │   │   │   ├── [1.3K] ins_2001.h │   │   │   ├── [1.3K] ins_classic.h │   │   │   ├── [1.5K] ins_csops.h │   │   │   ├── [1.9K] ins_goons.h │   │   │   ├── [1.8K] ins_python.h │   │   │   ├── [1.7K] insults.h │   │   │   ├── [3.8K] interfaces.c │   │   │   ├── [1.7K] interfaces.h │   │   │   ├── [ 282] interfaces.lo │   │   │   ├── [ 33K] interfaces.o │   │   │   ├── [ 34K] iolog.c │   │   │   ├── [1.5K] iolog_files.h │   │   │   ├── [2.3K] iolog.h │   │   │   ├── [ 267] iolog.lo │   │   │   ├── [149K] iolog.o │   │   │   ├── [7.4K] iolog_path.c │   │   │   ├── [ 282] iolog_path.lo │   │   │   ├── [ 52K] iolog_path.o │   │   │   ├── [ 11K] iolog_util.c │   │   │   ├── [ 48K] iolog_util.o │   │   │   ├── [ 56K] ldap.c │   │   │   ├── [ 28K] ldap_conf.c │   │   │   ├── [ 15K] ldap_util.c │   │   │   ├── [ 279] ldap_util.lo │   │   │   ├── [ 68K] ldap_util.o │   │   │   ├── [ 870] libparsesudoers.la │   │   │   ├── [3.0K] linux_audit.c │   │   │   ├── [ 950] linux_audit.h │   │   │   ├── [4.4K] locale.c │   │   │   ├── [ 270] locale.lo │   │   │   ├── [ 23K] locale.o │   │   │   ├── [ 27K] logging.c │   │   │   ├── [2.9K] logging.h │   │   │   ├── [ 273] logging.lo │   │   │   ├── [146K] logging.o │   │   │   ├── [2.2K] logwrap.c │   │   │   ├── [ 273] logwrap.lo │   │   │   ├── [ 23K] logwrap.o │   │   │   ├── [156K] Makefile │   │   │   ├── [156K] Makefile.in │   │   │   ├── [5.7K] match_addr.c │   │   │   ├── [ 282] match_addr.lo │   │   │   ├── [ 36K] match_addr.o │   │   │   ├── [ 35K] match.c │   │   │   ├── [ 267] match.lo │   │   │   ├── [159K] match.o │   │   │   ├── [4.0K] mkdefaults │   │   │   ├── [2.7K] mkdir_parents.c │   │   │   ├── [ 291] mkdir_parents.lo │   │   │   ├── [ 27K] mkdir_parents.o │   │   │   ├── [ 22K] net_ifs.o │   │   │   ├── [ 24K] parse.c │   │   │   ├── [ 13K] parse.h │   │   │   ├── [ 21K] parse_ldif.c │   │   │   ├── [104K] parse_ldif.o │   │   │   ├── [ 267] parse.lo │   │   │   ├── [104K] parse.o │   │   │   ├── [ 270] passwd.lo │   │   │   ├── [ 27K] passwd.o │   │   │   ├── [4.0K] po │   │   │   │   ├── [ 71K] ca.po │   │   │   │   ├── [ 83K] cs.po │   │   │   │   ├── [ 80K] da.po │   │   │   │   ├── [ 85K] de.po │   │   │   │   ├── [ 67K] el.po │   │   │   │   ├── [ 80K] eo.po │   │   │   │   ├── [ 39K] eu.po │   │   │   │   ├── [ 81K] fi.po │   │   │   │   ├── [ 73K] fr.po │   │   │   │   ├── [ 58K] fur.po │   │   │   │   ├── [ 87K] hr.po │   │   │   │   ├── [ 66K] hu.po │   │   │   │   ├── [ 82K] it.po │   │   │   │   ├── [ 95K] ja.po │   │   │   │   ├── [ 73K] ko.po │   │   │   │   ├── [ 38K] lt.po │   │   │   │   ├── [ 83K] nb.po │   │   │   │   ├── [ 74K] nl.po │   │   │   │   ├── [ 83K] pl.po │   │   │   │   ├── [ 87K] pt_BR.po │   │   │   │   ├── [ 81K] pt.po │   │   │   │   ├── [ 757] README │   │   │   │   ├── [ 53K] ru.po │   │   │   │   ├── [ 50K] sk.po │   │   │   │   ├── [ 53K] sl.po │   │   │   │   ├── [ 87K] sr.po │   │   │   │   ├── [ 84K] sv.po │   │   │   │   ├── [ 44K] tr.po │   │   │   │   ├── [ 99K] uk.po │   │   │   │   ├── [ 92K] vi.po │   │   │   │   └── [ 83K] zh_CN.po │   │   │   ├── [ 28K] policy.c │   │   │   ├── [ 270] policy.lo │   │   │   ├── [137K] policy.o │   │   │   ├── [ 188] prologue │   │   │   ├── [4.0K] prompt.c │   │   │   ├── [ 270] prompt.lo │   │   │   ├── [ 28K] prompt.o │   │   │   ├── [ 29K] pwutil.c │   │   │   ├── [2.2K] pwutil.h │   │   │   ├── [ 12K] pwutil_impl.c │   │   │   ├── [ 285] pwutil_impl.lo │   │   │   ├── [ 67K] pwutil_impl.o │   │   │   ├── [ 270] pwutil.lo │   │   │   ├── [149K] pwutil.o │   │   │   ├── [2.6K] rcstr.c │   │   │   ├── [ 267] rcstr.lo │   │   │   ├── [ 25K] rcstr.o │   │   │   ├── [ 14K] redblack.c │   │   │   ├── [1.8K] redblack.h │   │   │   ├── [ 276] redblack.lo │   │   │   ├── [ 50K] redblack.o │   │   │   ├── [4.0K] regress │   │   │   │   ├── [4.0K] check_symbols │   │   │   │   │   └── [2.8K] check_symbols.c │   │   │   │   ├── [4.0K] cvtsudoers │   │   │   │   │   ├── [3.8K] sudoers │   │   │   │   │   ├── [ 593] sudoers.defs │   │   │   │   │   ├── [ 23] test10.out.ok │   │   │   │   │   ├── [ 147] test10.sh │   │   │   │   │   ├── [ 296] test11.out.ok │   │   │   │   │   ├── [ 152] test11.sh │   │   │   │   │   ├── [ 317] test12.out.ok │   │   │   │   │   ├── [ 149] test12.sh │   │   │   │   │   ├── [ 307] test13.out.ok │   │   │   │   │   ├── [ 149] test13.sh │   │   │   │   │   ├── [ 268] test14.out.ok │   │   │   │   │   ├── [ 150] test14.sh │   │   │   │   │   ├── [ 32] test15.out.ok │   │   │   │   │   ├── [ 164] test15.sh │   │   │   │   │   ├── [ 18] test16.out.ok │   │   │   │   │   ├── [ 175] test16.sh │   │   │   │   │   ├── [ 20] test17.out.ok │   │   │   │   │   ├── [ 177] test17.sh │   │   │   │   │   ├── [ 18] test18.out.ok │   │   │   │   │   ├── [ 164] test18.sh │   │   │   │   │   ├── [ 337] test19.out.ok │   │   │   │   │   ├── [ 167] test19.sh │   │   │   │   │   ├── [ 411] test1.out.ok │   │   │   │   │   ├── [ 139] test1.sh │   │   │   │   │   ├── [ 162] test20.conf │   │   │   │   │   ├── [ 24] test20.out.ok │   │   │   │   │   ├── [ 220] test20.sh │   │   │   │   │   ├── [ 222] test21.conf │   │   │   │   │   ├── [ 438] test21.out.ok │   │   │   │   │   ├── [ 249] test21.sh │   │   │   │   │   ├── [ 595] test22.out.ok │   │   │   │   │   ├── [1.4K] test22.sh │   │   │   │   │   ├── [ 593] test23.out.ok │   │   │   │   │   ├── [ 210] test23.sh │   │   │   │   │   ├── [1.8K] test24.out.ok │   │   │   │   │   ├── [ 192] test24.sh │   │   │   │   │   ├── [ 595] test25.out.ok │   │   │   │   │   ├── [1.1K] test25.sh │   │   │   │   │   ├── [ 252] test26.out.ok │   │   │   │   │   ├── [ 878] test26.sh │   │   │   │   │   ├── [ 369] test27.out.ok │   │   │   │   │   ├── [ 187] test27.sh │   │   │   │   │   ├── [ 190] test28.out.ok │   │   │   │   │   ├── [1.4K] test28.sh │   │   │   │   │   ├── [ 95] test29.out.ok │   │   │   │   │   ├── [1.2K] test29.sh │   │   │   │   │   ├── [ 334] test2.out.ok │   │   │   │   │   ├── [ 161] test2.sh │   │   │   │   │   ├── [ 692] test30.out.ok │   │   │   │   │   ├── [ 315] test30.sh │   │   │   │   │   ├── [ 239] test31.conf │   │   │   │   │   ├── [ 442] test31.out.ok │   │   │   │   │   ├── [ 262] test31.sh │   │   │   │   │   ├── [2.1K] test32.out.ok │   │   │   │   │   ├── [ 452] test32.sh │   │   │   │   │   ├── [ 145] test33.out.ok │   │   │   │   │   ├── [1.2K] test33.sh │   │   │   │   │   ├── [ 158] test3.out.ok │   │   │   │   │   ├── [ 140] test3.sh │   │   │   │   │   ├── [ 130] test4.out.ok │   │   │   │   │   ├── [ 162] test4.sh │   │   │   │   │   ├── [ 184] test5.out.ok │   │   │   │   │   ├── [ 140] test5.sh │   │   │   │   │   ├── [ 21] test6.out.ok │   │   │   │   │   ├── [ 145] test6.sh │   │   │   │   │   ├── [ 60] test7.out.ok │   │   │   │   │   ├── [ 141] test7.sh │   │   │   │   │   ├── [ 27] test8.out.ok │   │   │   │   │   ├── [ 143] test8.sh │   │   │   │   │   ├── [ 53] test9.out.ok │   │   │   │   │   └── [ 141] test9.sh │   │   │   │   ├── [4.0K] env_match │   │   │   │   │   ├── [2.2K] check_env_pattern.c │   │   │   │   │   └── [ 887] data │   │   │   │   ├── [4.0K] iolog_path │   │   │   │   │   ├── [5.0K] check_iolog_path.c │   │   │   │   │   └── [ 876] data │   │   │   │   ├── [4.0K] iolog_plugin │   │   │   │   │   └── [9.2K] check_iolog_plugin.c │   │   │   │   ├── [4.0K] iolog_util │   │   │   │   │   └── [4.4K] check_iolog_util.c │   │   │   │   ├── [4.0K] logging │   │   │   │   │   ├── [2.9K] check_wrap.c │   │   │   │   │   ├── [ 311] check_wrap.in │   │   │   │   │   └── [8.0K] check_wrap.out.ok │   │   │   │   ├── [4.0K] parser │   │   │   │   │   ├── [3.6K] check_addr.c │   │   │   │   │   ├── [ 341] check_addr.in │   │   │   │   │   ├── [3.4K] check_base64.c │   │   │   │   │   ├── [3.7K] check_digest.c │   │   │   │   │   ├── [4.6K] check_digest.out.ok │   │   │   │   │   ├── [5.0K] check_fill.c │   │   │   │   │   ├── [2.6K] check_gentime.c │   │   │   │   │   └── [2.7K] check_hexchar.c │   │   │   │   ├── [4.0K] starttime │   │   │   │   │   └── [3.0K] check_starttime.c │   │   │   │   ├── [4.0K] sudoers │   │   │   │   │   ├── [ 1] test10.in │   │   │   │   │   ├── [ 4] test10.json.ok │   │   │   │   │   ├── [ 0] test10.ldif.ok │   │   │   │   │   ├── [ 12] test10.out.ok │   │   │   │   │   ├── [ 1] test10.toke.ok │   │   │   │   │   ├── [ 6] test11.in │   │   │   │   │   ├── [ 0] test11.json.ok │   │   │   │   │   ├── [ 0] test11.ldif.ok │   │   │   │   │   ├── [ 37] test11.out.ok │   │   │   │   │   ├── [ 13] test11.toke.ok │   │   │   │   │   ├── [ 17] test12.in │   │   │   │   │   ├── [ 0] test12.json.ok │   │   │   │   │   ├── [ 0] test12.ldif.ok │   │   │   │   │   ├── [ 37] test12.out.ok │   │   │   │   │   ├── [ 27] test12.toke.ok │   │   │   │   │   ├── [ 16] test13.in │   │   │   │   │   ├── [ 0] test13.json.ok │   │   │   │   │   ├── [ 0] test13.ldif.ok │   │   │   │   │   ├── [ 37] test13.out.ok │   │   │   │   │   ├── [ 26] test13.toke.ok │   │   │   │   │   ├── [ 291] test14.in │   │   │   │   │   ├── [1.0K] test14.json.ok │   │   │   │   │   ├── [ 286] test14.ldif2sudo.ok │   │   │   │   │   ├── [ 412] test14.ldif.ok │   │   │   │   │   ├── [ 303] test14.out.ok │   │   │   │   │   ├── [ 154] test14.toke.ok │   │   │   │   │   ├── [ 65] test15.in │   │   │   │   │   ├── [ 405] test15.json.ok │   │   │   │   │   ├── [ 46] test15.ldif2sudo.ok │   │   │   │   │   ├── [ 160] test15.ldif.ok │   │   │   │   │   ├── [ 42] test15.out.ok │   │   │   │   │   ├── [ 29] test15.toke.ok │   │   │   │   │   ├── [ 104] test16.in │   │   │   │   │   ├── [ 501] test16.json.ok │   │   │   │   │   ├── [ 46] test16.ldif2sudo.ok │   │   │   │   │   ├── [ 160] test16.ldif.ok │   │   │   │   │   ├── [ 66] test16.out.ok │   │   │   │   │   ├── [ 54] test16.toke.ok │   │   │   │   │   ├── [ 623] test17.in │   │   │   │   │   ├── [4.7K] test17.json.ok │   │   │   │   │   ├── [ 628] test17.ldif2sudo.ok │   │   │   │   │   ├── [2.0K] test17.ldif.ok │   │   │   │   │   ├── [ 539] test17.out.ok │   │   │   │   │   ├── [ 651] test17.toke.ok │   │   │   │   │   ├── [ 359] test18.in │   │   │   │   │   ├── [ 0] test18.json.ok │   │   │   │   │   ├── [ 0] test18.ldif.ok │   │   │   │   │   ├── [ 140] test18.out.ok │   │   │   │   │   ├── [ 520] test18.toke.ok │   │   │   │   │   ├── [ 687] test19.in │   │   │   │   │   ├── [4.9K] test19.json.ok │   │   │   │   │   ├── [ 727] test19.ldif2sudo.ok │   │   │   │   │   ├── [1.9K] test19.ldif.ok │   │   │   │   │   ├── [ 580] test19.out.ok │   │   │   │   │   ├── [ 492] test19.toke.ok │   │   │   │   │   ├── [ 447] test1.in │   │   │   │   │   ├── [4.0K] test1.json.ok │   │   │   │   │   ├── [ 411] test1.ldif2sudo.ok │   │   │   │   │   ├── [1.6K] test1.ldif.ok │   │   │   │   │   ├── [ 334] test1.out.ok │   │   │   │   │   ├── [ 294] test1.toke.ok │   │   │   │   │   ├── [ 486] test20.in │   │   │   │   │   ├── [2.1K] test20.json.ok │   │   │   │   │   ├── [ 458] test20.ldif2sudo.ok │   │   │   │   │   ├── [ 660] test20.ldif.ok │   │   │   │   │   ├── [ 470] test20.out.ok │   │   │   │   │   ├── [ 523] test20.toke.ok │   │   │   │   │   ├── [ 894] test21.in │   │   │   │   │   ├── [3.3K] test21.json.ok │   │   │   │   │   ├── [ 858] test21.ldif2sudo.ok │   │   │   │   │   ├── [1.1K] test21.ldif.ok │   │   │   │   │   ├── [ 870] test21.out.ok │   │   │   │   │   ├── [ 858] test21.toke.ok │   │   │   │   │   ├── [ 117] test22.in │   │   │   │   │   ├── [2.2K] test22.json.ok │   │   │   │   │   ├── [ 147] test22.ldif2sudo.ok │   │   │   │   │   ├── [ 652] test22.ldif.ok │   │   │   │   │   ├── [ 104] test22.out.ok │   │   │   │   │   ├── [ 79] test22.sudo.ok │   │   │   │   │   ├── [ 99] test22.toke.ok │   │   │   │   │   ├── [1.7K] test2.in │   │   │   │   │   ├── [ 10K] test2.json.ok │   │   │   │   │   ├── [ 704] test2.ldif2sudo.ok │   │   │   │   │   ├── [2.9K] test2.ldif.ok │   │   │   │   │   ├── [1.1K] test2.out.ok │   │   │   │   │   ├── [2.8K] test2.toke.ok │   │   │   │   │   ├── [ 201] test3.in │   │   │   │   │   ├── [ 975] test3.json.ok │   │   │   │   │   ├── [ 0] test3.ldif2sudo.ok │   │   │   │   │   ├── [ 247] test3.ldif.ok │   │   │   │   │   ├── [ 149] test3.out.ok │   │   │   │   │   ├── [ 187] test3.toke.ok │   │   │   │   │   ├── [ 192] test4.in │   │   │   │   │   ├── [ 0] test4.json.ok │   │   │   │   │   ├── [ 0] test4.ldif.ok │   │   │   │   │   ├── [ 79] test4.out.ok │   │   │   │   │   ├── [ 103] test4.toke.ok │   │   │   │   │   ├── [ 84] test5.in │   │   │   │   │   ├── [ 0] test5.json.ok │   │   │   │   │   ├── [ 0] test5.ldif.ok │   │   │   │   │   ├── [ 37] test5.out.ok │   │   │   │   │   ├── [ 84] test5.toke.ok │   │   │   │   │   ├── [ 348] test6.in │   │   │   │   │   ├── [3.8K] test6.json.ok │   │   │   │   │   ├── [ 122] test6.ldif2sudo.ok │   │   │   │   │   ├── [1.1K] test6.ldif.ok │   │   │   │   │   ├── [ 205] test6.out.ok │   │   │   │   │   ├── [ 460] test6.toke.ok │   │   │   │   │   ├── [ 164] test7.in │   │   │   │   │   ├── [ 0] test7.json.ok │   │   │   │   │   ├── [ 0] test7.ldif.ok │   │   │   │   │   ├── [ 37] test7.out.ok │   │   │   │   │   ├── [ 248] test7.toke.ok │   │   │   │   │   ├── [ 161] test8.in │   │   │   │   │   ├── [ 0] test8.json.ok │   │   │   │   │   ├── [ 0] test8.ldif.ok │   │   │   │   │   ├── [ 99] test8.out.ok │   │   │   │   │   ├── [ 193] test8.toke.ok │   │   │   │   │   ├── [ 0] test9.in │   │   │   │   │   ├── [ 4] test9.json.ok │   │   │   │   │   ├── [ 0] test9.ldif.ok │   │   │   │   │   ├── [ 12] test9.out.ok │   │   │   │   │   └── [ 0] test9.toke.ok │   │   │   │   ├── [4.0K] testsudoers │   │   │   │   │   ├── [ 210] group │   │   │   │   │   ├── [ 80] test1.out.ok │   │   │   │   │   ├── [ 248] test1.sh │   │   │   │   │   ├── [ 15] test2.inc │   │   │   │   │   ├── [ 108] test2.out.ok │   │   │   │   │   ├── [ 246] test2.sh │   │   │   │   │   ├── [4.0K] test3.d │   │   │   │   │   │   └── [ 15] root │   │   │   │   │   ├── [ 108] test3.out.ok │   │   │   │   │   ├── [ 245] test3.sh │   │   │   │   │   ├── [ 127] test4.out.ok │   │   │   │   │   ├── [ 240] test4.sh │   │   │   │   │   ├── [ 256] test5.out.ok │   │   │   │   │   ├── [ 614] test5.sh │   │   │   │   │   ├── [ 108] test6.out.ok │   │   │   │   │   ├── [ 112] test6.sh │   │   │   │   │   ├── [ 108] test7.out.ok │   │   │   │   │   └── [ 113] test7.sh │   │   │   │   └── [4.0K] visudo │   │   │   │   ├── [ 17] test10.out.ok │   │   │   │   ├── [ 302] test10.sh │   │   │   │   ├── [ 17] test1.out.ok │   │   │   │   ├── [ 189] test1.sh │   │   │   │   ├── [ 41] test2.err.ok │   │   │   │   ├── [ 0] test2.out.ok │   │   │   │   ├── [ 297] test2.sh │   │   │   │   ├── [ 78] test3.err.ok │   │   │   │   ├── [ 17] test3.out.ok │   │   │   │   ├── [ 481] test3.sh │   │   │   │   ├── [ 17] test4.out.ok │   │   │   │   ├── [ 237] test4.sh │   │   │   │   ├── [ 17] test5.out.ok │   │   │   │   ├── [ 127] test5.sh │   │   │   │   ├── [ 17] test6.out.ok │   │   │   │   ├── [ 601] test6.sh │   │   │   │   ├── [ 17] test7.out.ok │   │   │   │   ├── [ 704] test7.sh │   │   │   │   ├── [ 67] test8.err.ok │   │   │   │   ├── [ 33] test8.out.ok │   │   │   │   ├── [ 803] test8.sh │   │   │   │   ├── [ 17] test9.out.ok │   │   │   │   └── [ 202] test9.sh │   │   │   ├── [ 54K] set_perms.c │   │   │   ├── [ 279] set_perms.lo │   │   │   ├── [ 66K] set_perms.o │   │   │   ├── [3.4K] solaris_audit.c │   │   │   ├── [1.0K] solaris_audit.h │   │   │   ├── [ 20K] sssd.c │   │   │   ├── [8.4K] starttime.c │   │   │   ├── [ 279] starttime.lo │   │   │   ├── [ 38K] starttime.o │   │   │   ├── [2.4K] strlist.c │   │   │   ├── [1.3K] strlist.h │   │   │   ├── [ 14K] strlist.o │   │   │   ├── [2.5K] stubs.c │   │   │   ├── [ 26K] stubs.o │   │   │   ├── [ 279] sudo_auth.lo │   │   │   ├── [ 59K] sudo_auth.o │   │   │   ├── [3.1K] sudoers │   │   │   ├── [ 35K] sudoers.c │   │   │   ├── [4.5K] sudoers_debug.c │   │   │   ├── [2.5K] sudoers_debug.h │   │   │   ├── [ 291] sudoers_debug.lo │   │   │   ├── [ 27K] sudoers_debug.o │   │   │   ├── [ 84] sudoers.exp │   │   │   ├── [ 13K] sudoers.h │   │   │   ├── [3.1K] sudoers.in │   │   │   ├── [1.7K] sudoers.la │   │   │   ├── [ 273] sudoers.lo │   │   │   ├── [139K] sudoers.o │   │   │   ├── [3.9K] sudoers_version.h │   │   │   ├── [3.8K] sudo_ldap_conf.h │   │   │   ├── [1.5K] sudo_ldap.h │   │   │   ├── [7.4K] sudo_nss.c │   │   │   ├── [1.5K] sudo_nss.h │   │   │   ├── [ 276] sudo_nss.lo │   │   │   ├── [ 24K] sudo_nss.o │   │   │   ├── [1.6K] sudo_printf.c │   │   │   ├── [ 10K] sudo_printf.o │   │   │   ├── [6.2K] sudoreplay │   │   │   ├── [ 44K] sudoreplay.c │   │   │   ├── [216K] sudoreplay.o │   │   │   ├── [6.2K] testsudoers │   │   │   ├── [ 15K] testsudoers.c │   │   │   ├── [103K] testsudoers.o │   │   │   ├── [2.7K] timeout.c │   │   │   ├── [ 273] timeout.lo │   │   │   ├── [ 17K] timeout.o │   │   │   ├── [ 30K] timestamp.c │   │   │   ├── [ 279] timestamp.lo │   │   │   ├── [131K] timestamp.o │   │   │   ├── [1.6K] timestr.c │   │   │   ├── [ 273] timestr.lo │   │   │   ├── [ 12K] timestr.o │   │   │   ├── [163K] toke.c │   │   │   ├── [1.3K] toke.h │   │   │   ├── [ 27K] toke.l │   │   │   ├── [ 264] toke.lo │   │   │   ├── [193K] toke.o │   │   │   ├── [4.9K] toke_util.c │   │   │   ├── [ 279] toke_util.lo │   │   │   ├── [ 39K] toke_util.o │   │   │   ├── [8.7K] tsdump.c │   │   │   ├── [8.4K] tsgetgrpw.c │   │   │   ├── [2.0K] tsgetgrpw.h │   │   │   ├── [ 56K] tsgetgrpw.o │   │   │   ├── [6.1K] visudo │   │   │   ├── [ 35K] visudo.c │   │   │   └── [220K] visudo.o │   │   └── [4.0K] system_group │   │   ├── [6.1K] Makefile │   │   ├── [6.1K] Makefile.in │   │   ├── [4.2K] system_group.c │   │   ├── [ 13] system_group.exp │   │   ├── [1.3K] system_group.la │   │   └── [ 276] system_group.lo │   ├── [4.0K] po │   │   ├── [ 30K] ast.po │   │   ├── [ 28K] ca.po │   │   ├── [ 31K] cs.po │   │   ├── [ 27K] da.po │   │   ├── [ 29K] de.po │   │   ├── [ 29K] eo.po │   │   ├── [ 30K] es.po │   │   ├── [ 16K] eu.po │   │   ├── [ 31K] fi.po │   │   ├── [ 32K] fr.po │   │   ├── [ 27K] fur.po │   │   ├── [ 28K] gl.po │   │   ├── [ 32K] hr.po │   │   ├── [ 29K] hu.po │   │   ├── [ 31K] it.po │   │   ├── [ 36K] ja.po │   │   ├── [ 29K] ko.po │   │   ├── [ 31K] nb.po │   │   ├── [ 25K] nl.po │   │   ├── [ 27K] nn.po │   │   ├── [ 30K] pl.po │   │   ├── [ 32K] pt_BR.po │   │   ├── [ 30K] pt.po │   │   ├── [ 757] README │   │   ├── [ 35K] ru.po │   │   ├── [ 25K] sk.po │   │   ├── [ 22K] sl.po │   │   ├── [ 35K] sr.po │   │   ├── [ 31K] sv.po │   │   ├── [ 31K] tr.po │   │   ├── [ 37K] uk.po │   │   ├── [ 35K] vi.po │   │   ├── [ 30K] zh_CN.po │   │   └── [ 27K] zh_TW.po │   ├── [235K] pp │   ├── [3.1K] README │   ├── [7.8K] README.LDAP │   ├── [4.0K] src │   │   ├── [4.4K] conversation.c │   │   ├── [ 27K] conversation.o │   │   ├── [6.6K] env_hooks.c │   │   ├── [ 25K] env_hooks.o │   │   ├── [ 13K] exec.c │   │   ├── [6.3K] exec_common.c │   │   ├── [ 27K] exec_common.o │   │   ├── [ 22K] exec_monitor.c │   │   ├── [ 92K] exec_monitor.o │   │   ├── [ 18K] exec_nopty.c │   │   ├── [ 78K] exec_nopty.o │   │   ├── [ 52K] exec.o │   │   ├── [ 53K] exec_pty.c │   │   ├── [181K] exec_pty.o │   │   ├── [4.7K] get_pty.c │   │   ├── [ 12K] get_pty.o │   │   ├── [6.8K] hooks.c │   │   ├── [ 31K] hooks.o │   │   ├── [ 952] libsudo_noexec.la │   │   ├── [ 12K] load_plugins.c │   │   ├── [ 71K] load_plugins.o │   │   ├── [ 38K] Makefile │   │   ├── [ 38K] Makefile.in │   │   ├── [ 11K] net_ifs.c │   │   ├── [ 22K] net_ifs.o │   │   ├── [1.4K] openbsd.c │   │   ├── [ 23K] parse_args.c │   │   ├── [ 74K] parse_args.o │   │   ├── [2.3K] preload.c │   │   ├── [6.2K] preserve_fds.c │   │   ├── [ 27K] preserve_fds.o │   │   ├── [4.0K] regress │   │   │   ├── [4.0K] noexec │   │   │   │   └── [4.8K] check_noexec.c │   │   │   └── [4.0K] ttyname │   │   │   └── [2.6K] check_ttyname.c │   │   ├── [ 13K] selinux.c │   │   ├── [7.3K] sesh.c │   │   ├── [5.0K] signal.c │   │   ├── [ 27K] signal.o │   │   ├── [3.4K] solaris.c │   │   ├── [6.1K] sudo │   │   ├── [ 43K] sudo.c │   │   ├── [ 31K] sudo_edit.c │   │   ├── [100K] sudo_edit.o │   │   ├── [3.3K] sudo_exec.h │   │   ├── [7.4K] sudo.h │   │   ├── [7.2K] sudo_noexec.c │   │   ├── [ 934] sudo_noexec.la │   │   ├── [ 274] sudo_noexec.lo │   │   ├── [220K] sudo.o │   │   ├── [4.3K] sudo_plugin_int.h │   │   ├── [1.5K] sudo_usage.h │   │   ├── [1.6K] sudo_usage.h.in │   │   ├── [2.2K] tcsetpgrp_nobg.c │   │   ├── [ 14K] tcsetpgrp_nobg.o │   │   ├── [ 12K] tgetpass.c │   │   ├── [ 55K] tgetpass.o │   │   ├── [9.4K] ttyname.c │   │   ├── [ 17K] ttyname.o │   │   ├── [ 10K] utmp.c │   │   └── [ 30K] utmp.o │   └── [ 17K] sudo.pp └── [3.1M] sudo-1.8.27.tar.gz 34 directories, 782 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。