POC详情: 4e44a2c6569434738ba03c3fa03a322ca4f12164

来源
关联漏洞
标题: Sudo 输入验证错误漏洞 (CVE-2019-14287)
描述:Sudo是一款使用于类Unix系统的,允许用户通过安全的方式使用特殊的权限执行命令的程序。 sudo 1.8.28之前版本中存在安全漏洞。攻击者可利用该漏洞以root权限运行命令。
文件快照

[4.0K] /data/pocs/4e44a2c6569434738ba03c3fa03a322ca4f12164 ├── [ 94K] ABOUT-NLS ├── [5.6K] aclocal.m4 ├── [ 462] autogen.sh ├── [1.4M] ChangeLog ├── [ 43K] config.guess ├── [ 35K] config.h.in ├── [ 36K] config.sub ├── [779K] configure ├── [137K] configure.ac ├── [4.0K] debian │   ├── [ 75K] changelog │   ├── [ 3] compat │   ├── [1.7K] control │   ├── [3.0K] copyright │   ├── [1.7K] NEWS │   ├── [1.5K] OPTIONS │   ├── [4.0K] patches │   │   ├── [3.3K] CVE-2019-14287-2.patch │   │   ├── [4.3K] CVE-2019-14287.patch │   │   ├── [ 525] keep_home_by_default.patch │   │   ├── [1.6K] paths-in-samples.diff │   │   ├── [ 170] series │   │   ├── [ 313] skip-noedit.diff │   │   ├── [ 378] typo-in-classic-insults.diff │   │   ├── [ 486] use-flock-on-hurd.diff │   │   └── [ 654] Whitelist-DPKG_COLORS-environment-variable.diff │   ├── [ 958] README │   ├── [2.0K] README.Debian │   ├── [5.8K] rules │   ├── [4.0K] source │   │   └── [ 12] format │   ├── [1.1K] source_sudo.py │   ├── [ 176] sudo.dirs │   ├── [ 70] sudo.docs │   ├── [ 755] sudoers │   ├── [ 181] sudo-ldap.dirs │   ├── [ 125] sudo-ldap.docs │   ├── [ 388] sudo-ldap.lintian │   ├── [ 41] sudo-ldap.maintscript │   ├── [ 113] sudo-ldap.manpages │   ├── [2.1K] sudo-ldap.postinst │   ├── [ 508] sudo-ldap.postrm │   ├── [ 633] sudo-ldap.preinst │   ├── [1.0K] sudo-ldap.sudo-ldap.init │   ├── [ 302] sudo.lintian │   ├── [ 86] sudo.manpages │   ├── [ 239] sudo.pam │   ├── [1.5K] sudo.postinst │   ├── [ 340] sudo.postrm │   ├── [ 633] sudo.preinst │   ├── [1.2K] sudo.prerm │   ├── [3.6K] sudo_root.8 │   ├── [1.0K] sudo.sudo.init │   ├── [4.0K] upstream │   │   └── [1.8K] signing-key.asc │   └── [ 91] watch ├── [4.0K] doc │   ├── [4.4K] CONTRIBUTORS │   ├── [3.5K] fixman.sh │   ├── [3.4K] fixmdoc.sh │   ├── [2.9K] HISTORY │   ├── [9.7K] LICENSE │   ├── [ 16K] Makefile.in │   ├── [7.7K] schema.ActiveDirectory │   ├── [2.2K] schema.iPlanet │   ├── [2.4K] schema.OpenLDAP │   ├── [ 35K] sudo.cat │   ├── [ 21K] sudo.conf.cat │   ├── [ 18K] sudo.conf.man.in │   ├── [ 18K] sudo.conf.mdoc.in │   ├── [160K] sudoers.cat │   ├── [ 46K] sudoers.ldap.cat │   ├── [ 39K] sudoers.ldap.man.in │   ├── [ 38K] sudoers.ldap.mdoc.in │   ├── [130K] sudoers.man.in │   ├── [126K] sudoers.mdoc.in │   ├── [ 31K] sudo.man.in │   ├── [ 29K] sudo.mdoc.in │   ├── [ 80K] sudo_plugin.cat │   ├── [ 65K] sudo_plugin.man.in │   ├── [ 63K] sudo_plugin.mdoc.in │   ├── [ 14K] sudoreplay.cat │   ├── [ 12K] sudoreplay.man.in │   ├── [ 11K] sudoreplay.mdoc.in │   ├── [ 13K] TROUBLESHOOTING │   ├── [ 18K] UPGRADE │   ├── [ 12K] visudo.cat │   ├── [ 11K] visudo.man.in │   └── [ 10K] visudo.mdoc.in ├── [4.0K] examples │   ├── [2.3K] Makefile.in │   ├── [1.2K] pam.conf │   ├── [2.3K] sudo.conf │   ├── [4.0K] 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.1K] Makefile.in │   ├── [ 15K] sudo_compat.h │   ├── [3.4K] sudo_conf.h │   ├── [ 13K] sudo_debug.h │   ├── [2.1K] sudo_dso.h │   ├── [7.9K] sudo_event.h │   ├── [7.4K] sudo_fatal.h │   ├── [2.4K] sudo_gettext.h │   ├── [2.3K] sudo_lbuf.h │   ├── [7.9K] sudo_plugin.h │   ├── [ 26K] sudo_queue.h │   └── [9.4K] sudo_util.h ├── [ 266] indent.pro ├── [4.0K] init.d │   ├── [ 436] aix.sh.in │   ├── [ 478] hpux.sh.in │   └── [ 303] sudo.conf.in ├── [ 37K] INSTALL ├── [ 15K] INSTALL.configure ├── [4.0K] install-sh ├── [4.0K] lib │   ├── [4.0K] util │   │   ├── [7.9K] aix.c │   │   ├── [3.3K] closefrom.c │   │   ├── [ 21K] event.c │   │   ├── [5.0K] event_poll.c │   │   ├── [6.9K] event_select.c │   │   ├── [6.7K] fatal.c │   │   ├── [ 18K] fnmatch.c │   │   ├── [ 12K] getaddrinfo.c │   │   ├── [6.1K] getcwd.c │   │   ├── [8.1K] getgrouplist.c │   │   ├── [1.6K] gethostname.c │   │   ├── [2.2K] getline.c │   │   ├── [ 17K] getopt_long.c │   │   ├── [3.5K] gettime.c │   │   ├── [2.4K] gidlist.c │   │   ├── [ 22K] glob.c │   │   ├── [5.5K] inet_ntop.c │   │   ├── [5.8K] inet_pton.c │   │   ├── [1016] isblank.c │   │   ├── [1.6K] key_val.c │   │   ├── [7.3K] lbuf.c │   │   ├── [2.7K] locking.c │   │   ├── [ 33K] Makefile.in │   │   ├── [1.2K] memrchr.c │   │   ├── [2.1K] memset_s.c │   │   ├── [1.5K] mksiglist.c │   │   ├── [4.7K] mksiglist.h │   │   ├── [1.5K] mksigname.c │   │   ├── [4.3K] mksigname.h │   │   ├── [4.1K] mktemp.c │   │   ├── [1.8K] nanosleep.c │   │   ├── [3.6K] parseln.c │   │   ├── [1.6K] pipe2.c │   │   ├── [2.2K] progname.c │   │   ├── [2.5K] pw_dup.c │   │   ├── [1.5K] reallocarray.c │   │   ├── [4.0K] regress │   │   │   ├── [4.0K] atofoo │   │   │   │   └── [4.8K] atofoo_test.c │   │   │   ├── [4.0K] fnmatch │   │   │   │   ├── [1.8K] fnm_test.c │   │   │   │   └── [ 235] fnm_test.in │   │   │   ├── [4.0K] glob │   │   │   │   ├── [ 654] files │   │   │   │   ├── [4.8K] globtest.c │   │   │   │   └── [ 939] globtest.in │   │   │   ├── [4.0K] mktemp │   │   │   │   └── [5.0K] mktemp_test.c │   │   │   ├── [4.0K] parse_gids │   │   │   │   └── [3.2K] parse_gids_test.c │   │   │   ├── [4.0K] progname │   │   │   │   └── [1.8K] progname_test.c │   │   │   ├── [4.0K] strsplit │   │   │   │   └── [3.4K] strsplit_test.c │   │   │   ├── [4.0K] sudo_conf │   │   │   │   ├── [3.2K] conf_test.c │   │   │   │   ├── [2.4K] test1.in │   │   │   │   ├── [ 211] test1.out.ok │   │   │   │   ├── [ 0] test2.in │   │   │   │   ├── [ 70] test2.out.ok │   │   │   │   ├── [ 134] test3.in │   │   │   │   ├── [ 204] test3.out.ok │   │   │   │   ├── [ 90] test4.err.ok │   │   │   │   ├── [ 25] test4.in │   │   │   │   ├── [ 70] test4.out.ok │   │   │   │   ├── [ 72] test5.err.ok │   │   │   │   ├── [ 17] test5.in │   │   │   │   ├── [ 70] test5.out.ok │   │   │   │   ├── [ 18] test6.in │   │   │   │   ├── [ 70] test6.out.ok │   │   │   │   ├── [ 188] test7.in │   │   │   │   └── [ 258] test7.out.ok │   │   │   ├── [4.0K] sudo_parseln │   │   │   │   ├── [1.6K] parseln_test.c │   │   │   │   ├── [2.3K] test1.in │   │   │   │   ├── [ 636] test1.out.ok │   │   │   │   ├── [ 114] test2.in │   │   │   │   ├── [ 72] test2.out.ok │   │   │   │   ├── [ 27] test3.in │   │   │   │   ├── [ 33] test3.out.ok │   │   │   │   ├── [ 54] test4.in │   │   │   │   ├── [ 63] test4.out.ok │   │   │   │   ├── [ 2] test5.in │   │   │   │   ├── [ 0] test5.out.ok │   │   │   │   ├── [ 50] test6.in │   │   │   │   └── [ 48] test6.out.ok │   │   │   ├── [4.0K] tailq │   │   │   │   └── [6.1K] hltq_test.c │   │   │   └── [4.0K] vsyslog │   │   │   └── [3.6K] vsyslog_test.c │   │   ├── [2.4K] secure_path.c │   │   ├── [1.6K] setgroups.c │   │   ├── [ 14K] sha2.c │   │   ├── [2.1K] sig2str.c │   │   ├── [1.7K] siglist.in │   │   ├── [ 37K] snprintf.c │   │   ├── [1.8K] strlcat.c │   │   ├── [1.7K] strlcpy.c │   │   ├── [1.3K] strndup.c │   │   ├── [1.1K] strnlen.c │   │   ├── [1.6K] strsignal.c │   │   ├── [1.9K] strsplit.c │   │   ├── [1.9K] strtobool.c │   │   ├── [4.6K] strtoid.c │   │   ├── [1.8K] strtomode.c │   │   ├── [4.5K] strtonum.c │   │   ├── [ 18K] sudo_conf.c │   │   ├── [ 23K] sudo_debug.c │   │   ├── [6.9K] sudo_dso.c │   │   ├── [7.5K] term.c │   │   ├── [2.0K] ttysize.c │   │   ├── [2.2K] util.exp.in │   │   ├── [5.0K] utimens.c │   │   └── [2.2K] vsyslog.c │   └── [4.0K] zlib │   ├── [5.1K] adler32.c │   ├── [2.6K] compress.c │   ├── [ 14K] crc32.c │   ├── [ 30K] crc32.h │   ├── [ 77K] deflate.c │   ├── [ 13K] deflate.h │   ├── [ 678] gzclose.c │   ├── [6.7K] gzguts.h │   ├── [ 16K] gzlib.c │   ├── [ 20K] gzread.c │   ├── [ 19K] gzwrite.c │   ├── [ 22K] infback.c │   ├── [ 13K] inffast.c │   ├── [ 427] inffast.h │   ├── [6.2K] inffixed.h │   ├── [ 54K] inflate.c │   ├── [6.5K] inflate.h │   ├── [ 13K] inftrees.c │   ├── [2.9K] inftrees.h │   ├── [7.8K] Makefile.in │   ├── [ 43K] trees.c │   ├── [8.3K] trees.h │   ├── [2.9K] uncompr.c │   ├── [ 17K] zconf.h.in │   ├── [ 997] zlib.exp │   ├── [ 94K] zlib.h │   ├── [7.1K] zutil.c │   └── [7.0K] zutil.h ├── [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 │   └── [ 12K] sudo.m4 ├── [ 11K] Makefile.in ├── [ 17K] MANIFEST ├── [7.7K] mkdep.pl ├── [1.6K] mkinstalldirs ├── [ 11K] mkpkg ├── [ 91K] NEWS ├── [5.0K] pathnames.h.in ├── [4.0K] plugins │   ├── [4.0K] group_file │   │   ├── [3.8K] getgrent.c │   │   ├── [3.1K] group_file.c │   │   ├── [ 13] group_file.exp │   │   ├── [5.4K] Makefile.in │   │   └── [4.8K] plugin_test.c │   ├── [4.0K] sample │   │   ├── [5.2K] Makefile.in │   │   ├── [ 919] README │   │   ├── [ 13K] sample_plugin.c │   │   └── [ 24] sample_plugin.exp │   ├── [4.0K] sudoers │   │   ├── [5.1K] alias.c │   │   ├── [2.3K] audit.c │   │   ├── [4.0K] auth │   │   │   ├── [2.4K] afs.c │   │   │   ├── [4.9K] aix_auth.c │   │   │   ├── [4.5K] API │   │   │   ├── [5.2K] bsdauth.c │   │   │   ├── [7.1K] dce.c │   │   │   ├── [4.7K] fwtk.c │   │   │   ├── [ 10K] kerb5.c │   │   │   ├── [ 17K] pam.c │   │   │   ├── [3.3K] passwd.c │   │   │   ├── [4.2K] rfc1938.c │   │   │   ├── [3.1K] secureware.c │   │   │   ├── [6.4K] securid5.c │   │   │   ├── [4.3K] sia.c │   │   │   ├── [ 13K] sudo_auth.c │   │   │   └── [5.3K] sudo_auth.h │   │   ├── [3.2K] base64.c │   │   ├── [4.2K] boottime.c │   │   ├── [6.7K] bsm_audit.c │   │   ├── [1.0K] bsm_audit.h │   │   ├── [8.8K] check.c │   │   ├── [2.6K] check.h │   │   ├── [ 27K] defaults.c │   │   ├── [3.4K] defaults.h │   │   ├── [ 12K] def_data.c │   │   ├── [ 12K] def_data.h │   │   ├── [8.4K] def_data.in │   │   ├── [1.4K] digestname.c │   │   ├── [3.6K] editor.c │   │   ├── [ 35K] env.c │   │   ├── [2.5K] env_pattern.c │   │   ├── [3.5K] filedigest.c │   │   ├── [3.1K] filedigest_gcrypt.c │   │   ├── [3.7K] filedigest_openssl.c │   │   ├── [4.9K] find_path.c │   │   ├── [3.3K] gc.c │   │   ├── [4.4K] gentime.c │   │   ├── [ 41K] getdate.c │   │   ├── [ 22K] getdate.y │   │   ├── [3.2K] getspwuid.c │   │   ├── [1.9K] gmtoff.c │   │   ├── [1.8K] goodpath.c │   │   ├── [ 60K] gram.c │   │   ├── [1.4K] gram.h │   │   ├── [ 29K] gram.y │   │   ├── [5.8K] group_plugin.c │   │   ├── [2.0K] hexchar.c │   │   ├── [1.3K] ins_2001.h │   │   ├── [1.3K] ins_classic.h │   │   ├── [1.5K] ins_csops.h │   │   ├── [1.9K] ins_goons.h │   │   ├── [1.6K] insults.h │   │   ├── [3.7K] interfaces.c │   │   ├── [1.7K] interfaces.h │   │   ├── [ 32K] iolog.c │   │   ├── [1.7K] iolog.h │   │   ├── [7.3K] iolog_path.c │   │   ├── [104K] ldap.c │   │   ├── [2.8K] linux_audit.c │   │   ├── [ 956] linux_audit.h │   │   ├── [4.3K] locale.c │   │   ├── [ 25K] logging.c │   │   ├── [2.8K] logging.h │   │   ├── [2.1K] logwrap.c │   │   ├── [ 70K] Makefile.in │   │   ├── [5.6K] match_addr.c │   │   ├── [ 32K] match.c │   │   ├── [4.0K] mkdefaults │   │   ├── [2.6K] mkdir_parents.c │   │   ├── [ 26K] parse.c │   │   ├── [9.3K] parse.h │   │   ├── [4.0K] po │   │   │   ├── [ 43K] ca.mo │   │   │   ├── [ 71K] ca.po │   │   │   ├── [ 43K] cs.mo │   │   │   ├── [ 73K] cs.po │   │   │   ├── [ 39K] da.mo │   │   │   ├── [ 67K] da.po │   │   │   ├── [ 46K] de.mo │   │   │   ├── [ 75K] de.po │   │   │   ├── [ 50K] el.mo │   │   │   ├── [ 67K] el.po │   │   │   ├── [ 40K] eo.mo │   │   │   ├── [ 69K] eo.po │   │   │   ├── [6.3K] eu.mo │   │   │   ├── [ 39K] eu.po │   │   │   ├── [ 45K] fi.mo │   │   │   ├── [ 81K] fi.po │   │   │   ├── [ 44K] fr.mo │   │   │   ├── [ 73K] fr.po │   │   │   ├── [ 43K] hr.mo │   │   │   ├── [ 75K] hr.po │   │   │   ├── [6.1K] hu.mo │   │   │   ├── [ 49K] hu.po │   │   │   ├── [ 44K] it.mo │   │   │   ├── [ 73K] it.po │   │   │   ├── [ 49K] ja.mo │   │   │   ├── [ 83K] ja.po │   │   │   ├── [ 45K] ko.mo │   │   │   ├── [ 73K] ko.po │   │   │   ├── [2.0K] lt.mo │   │   │   ├── [ 38K] lt.po │   │   │   ├── [ 43K] nb.mo │   │   │   ├── [ 73K] nb.po │   │   │   ├── [ 36K] nl.mo │   │   │   ├── [ 68K] nl.po │   │   │   ├── [ 44K] pl.mo │   │   │   ├── [ 73K] pl.po │   │   │   ├── [ 44K] pt_BR.mo │   │   │   ├── [ 77K] pt_BR.po │   │   │   ├── [ 757] README │   │   │   ├── [ 11K] ru.mo │   │   │   ├── [ 53K] ru.po │   │   │   ├── [4.9K] sk.mo │   │   │   ├── [ 50K] sk.po │   │   │   ├── [ 36K] sl.mo │   │   │   ├── [ 53K] sl.po │   │   │   ├── [ 56K] sr.mo │   │   │   ├── [ 87K] sr.po │   │   │   ├── [ 54K] sudoers.pot │   │   │   ├── [ 42K] sv.mo │   │   │   ├── [ 73K] sv.po │   │   │   ├── [ 14K] tr.mo │   │   │   ├── [ 44K] tr.po │   │   │   ├── [ 58K] uk.mo │   │   │   ├── [ 94K] uk.po │   │   │   ├── [ 48K] vi.mo │   │   │   ├── [ 82K] vi.po │   │   │   ├── [ 40K] zh_CN.mo │   │   │   └── [ 73K] zh_CN.po │   │   ├── [ 26K] policy.c │   │   ├── [3.8K] prompt.c │   │   ├── [ 27K] pwutil.c │   │   ├── [2.1K] pwutil.h │   │   ├── [ 12K] pwutil_impl.c │   │   ├── [2.4K] rcstr.c │   │   ├── [ 14K] redblack.c │   │   ├── [1.8K] redblack.h │   │   ├── [4.0K] regress │   │   │   ├── [4.0K] check_symbols │   │   │   │   └── [2.8K] check_symbols.c │   │   │   ├── [4.0K] env_match │   │   │   │   ├── [2.1K] check_env_pattern.c │   │   │   │   └── [ 887] data │   │   │   ├── [4.0K] iolog_path │   │   │   │   ├── [5.0K] check_iolog_path.c │   │   │   │   └── [ 876] data │   │   │   ├── [4.0K] logging │   │   │   │   ├── [2.9K] check_wrap.c │   │   │   │   ├── [ 311] check_wrap.in │   │   │   │   └── [8.0K] check_wrap.out.ok │   │   │   ├── [4.0K] parser │   │   │   │   ├── [3.7K] check_addr.c │   │   │   │   ├── [ 341] check_addr.in │   │   │   │   ├── [2.5K] check_base64.c │   │   │   │   ├── [3.6K] check_digest.c │   │   │   │   ├── [4.6K] check_digest.out.ok │   │   │   │   ├── [5.0K] check_fill.c │   │   │   │   ├── [2.6K] check_gentime.c │   │   │   │   └── [2.5K] check_hexchar.c │   │   │   ├── [4.0K] sudoers │   │   │   │   ├── [ 1] test10.in │   │   │   │   ├── [ 4] test10.json.ok │   │   │   │   ├── [ 14] test10.out.ok │   │   │   │   ├── [ 1] test10.toke.ok │   │   │   │   ├── [ 6] test11.in │   │   │   │   ├── [ 0] test11.json.ok │   │   │   │   ├── [ 39] test11.out.ok │   │   │   │   ├── [ 13] test11.toke.ok │   │   │   │   ├── [ 17] test12.in │   │   │   │   ├── [ 0] test12.json.ok │   │   │   │   ├── [ 39] test12.out.ok │   │   │   │   ├── [ 27] test12.toke.ok │   │   │   │   ├── [ 16] test13.in │   │   │   │   ├── [ 0] test13.json.ok │   │   │   │   ├── [ 39] test13.out.ok │   │   │   │   ├── [ 26] test13.toke.ok │   │   │   │   ├── [ 291] test14.in │   │   │   │   ├── [1.0K] test14.json.ok │   │   │   │   ├── [ 94] test14.out.ok │   │   │   │   ├── [ 154] test14.toke.ok │   │   │   │   ├── [ 65] test15.in │   │   │   │   ├── [ 406] test15.json.ok │   │   │   │   ├── [ 44] test15.out.ok │   │   │   │   ├── [ 29] test15.toke.ok │   │   │   │   ├── [ 104] test16.in │   │   │   │   ├── [ 502] test16.json.ok │   │   │   │   ├── [ 67] test16.out.ok │   │   │   │   ├── [ 54] test16.toke.ok │   │   │   │   ├── [ 623] test17.in │   │   │   │   ├── [4.7K] test17.json.ok │   │   │   │   ├── [ 555] test17.out.ok │   │   │   │   ├── [ 651] test17.toke.ok │   │   │   │   ├── [ 359] test18.in │   │   │   │   ├── [ 0] test18.json.ok │   │   │   │   ├── [ 142] test18.out.ok │   │   │   │   ├── [ 520] test18.toke.ok │   │   │   │   ├── [ 687] test19.in │   │   │   │   ├── [3.7K] test19.json.ok │   │   │   │   ├── [ 659] test19.out.ok │   │   │   │   ├── [ 492] test19.toke.ok │   │   │   │   ├── [ 447] test1.in │   │   │   │   ├── [4.0K] test1.json.ok │   │   │   │   ├── [ 336] test1.out.ok │   │   │   │   ├── [ 294] test1.toke.ok │   │   │   │   ├── [ 486] test20.in │   │   │   │   ├── [2.1K] test20.json.ok │   │   │   │   ├── [ 472] test20.out.ok │   │   │   │   ├── [ 523] test20.toke.ok │   │   │   │   ├── [ 941] test21.in │   │   │   │   ├── [3.5K] test21.json.ok │   │   │   │   ├── [ 951] test21.out.ok │   │   │   │   ├── [1019] test21.toke.ok │   │   │   │   ├── [1.7K] test2.in │   │   │   │   ├── [ 10K] test2.json.ok │   │   │   │   ├── [1.1K] test2.out.ok │   │   │   │   ├── [2.8K] test2.toke.ok │   │   │   │   ├── [ 201] test3.in │   │   │   │   ├── [ 975] test3.json.ok │   │   │   │   ├── [ 145] test3.out.ok │   │   │   │   ├── [ 187] test3.toke.ok │   │   │   │   ├── [ 192] test4.in │   │   │   │   ├── [ 0] test4.json.ok │   │   │   │   ├── [ 81] test4.out.ok │   │   │   │   ├── [ 103] test4.toke.ok │   │   │   │   ├── [ 84] test5.in │   │   │   │   ├── [ 0] test5.json.ok │   │   │   │   ├── [ 39] test5.out.ok │   │   │   │   ├── [ 84] test5.toke.ok │   │   │   │   ├── [ 348] test6.in │   │   │   │   ├── [3.8K] test6.json.ok │   │   │   │   ├── [ 206] test6.out.ok │   │   │   │   ├── [ 460] test6.toke.ok │   │   │   │   ├── [ 164] test7.in │   │   │   │   ├── [ 0] test7.json.ok │   │   │   │   ├── [ 39] test7.out.ok │   │   │   │   ├── [ 248] test7.toke.ok │   │   │   │   ├── [ 161] test8.in │   │   │   │   ├── [ 0] test8.json.ok │   │   │   │   ├── [ 100] test8.out.ok │   │   │   │   ├── [ 193] test8.toke.ok │   │   │   │   ├── [ 0] test9.in │   │   │   │   ├── [ 4] test9.json.ok │   │   │   │   ├── [ 14] test9.out.ok │   │   │   │   └── [ 0] test9.toke.ok │   │   │   ├── [4.0K] testsudoers │   │   │   │   ├── [ 80] test1.out.ok │   │   │   │   ├── [ 228] 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 │   │   │   ├── [ 610] 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 │   │   ├── [3.3K] solaris_audit.c │   │   ├── [1.0K] solaris_audit.h │   │   ├── [ 51K] sssd.c │   │   ├── [5.4K] sudoers2ldif │   │   ├── [ 37K] sudoers.c │   │   ├── [4.4K] sudoers_debug.c │   │   ├── [2.5K] sudoers_debug.h │   │   ├── [ 84] sudoers.exp │   │   ├── [ 12K] sudoers.h │   │   ├── [3.1K] sudoers.in │   │   ├── [3.9K] sudoers_version.h │   │   ├── [ 10K] sudo_nss.c │   │   ├── [1.6K] sudo_nss.h │   │   ├── [1.4K] sudo_printf.c │   │   ├── [ 49K] sudoreplay.c │   │   ├── [ 18K] testsudoers.c │   │   ├── [2.7K] timeout.c │   │   ├── [ 27K] timestamp.c │   │   ├── [1.5K] timestr.c │   │   ├── [155K] toke.c │   │   ├── [1.4K] toke.h │   │   ├── [ 27K] toke.l │   │   ├── [4.9K] toke_util.c │   │   ├── [6.6K] tsgetgrpw.c │   │   ├── [2.0K] tsgetgrpw.h │   │   ├── [ 38K] visudo.c │   │   └── [ 26K] visudo_json.c │   └── [4.0K] system_group │   ├── [5.2K] Makefile.in │   ├── [4.0K] system_group.c │   └── [ 13] system_group.exp ├── [4.0K] po │   ├── [ 19K] ca.mo │   ├── [ 28K] ca.po │   ├── [ 18K] cs.mo │   ├── [ 29K] cs.po │   ├── [ 18K] da.mo │   ├── [ 26K] da.po │   ├── [ 19K] de.mo │   ├── [ 29K] de.po │   ├── [ 18K] eo.mo │   ├── [ 28K] eo.po │   ├── [ 19K] es.mo │   ├── [ 30K] es.po │   ├── [6.7K] eu.mo │   ├── [ 16K] eu.po │   ├── [ 19K] fi.mo │   ├── [ 31K] fi.po │   ├── [ 19K] fr.mo │   ├── [ 30K] fr.po │   ├── [ 18K] fur.mo │   ├── [ 27K] fur.po │   ├── [ 17K] gl.mo │   ├── [ 28K] gl.po │   ├── [ 18K] hr.mo │   ├── [ 29K] hr.po │   ├── [ 19K] hu.mo │   ├── [ 29K] hu.po │   ├── [ 19K] it.mo │   ├── [ 28K] it.po │   ├── [ 22K] ja.mo │   ├── [ 33K] ja.po │   ├── [ 20K] ko.mo │   ├── [ 29K] ko.po │   ├── [ 18K] nb.mo │   ├── [ 28K] nb.po │   ├── [ 17K] nl.mo │   ├── [ 25K] nl.po │   ├── [3.0K] nn.mo │   ├── [ 27K] nn.po │   ├── [ 19K] pl.mo │   ├── [ 28K] pl.po │   ├── [ 19K] pt_BR.mo │   ├── [ 30K] pt_BR.po │   ├── [ 757] README │   ├── [ 24K] ru.mo │   ├── [ 35K] ru.po │   ├── [ 15K] sk.mo │   ├── [ 25K] sk.po │   ├── [ 16K] sl.mo │   ├── [ 22K] sl.po │   ├── [ 24K] sr.mo │   ├── [ 35K] sr.po │   ├── [ 20K] sudo.pot │   ├── [ 18K] sv.mo │   ├── [ 28K] sv.po │   ├── [ 18K] tr.mo │   ├── [ 29K] tr.po │   ├── [ 25K] uk.mo │   ├── [ 37K] uk.po │   ├── [ 21K] vi.mo │   ├── [ 32K] vi.po │   ├── [ 17K] zh_CN.mo │   └── [ 28K] zh_CN.po ├── [217K] pp ├── [3.1K] README ├── [7.3K] README.LDAP ├── [4.0K] src │   ├── [4.0K] conversation.c │   ├── [6.4K] env_hooks.c │   ├── [ 12K] exec.c │   ├── [6.2K] exec_common.c │   ├── [ 19K] exec_monitor.c │   ├── [ 17K] exec_nopty.c │   ├── [ 48K] exec_pty.c │   ├── [4.6K] get_pty.c │   ├── [6.6K] hooks.c │   ├── [ 11K] load_plugins.c │   ├── [ 22K] Makefile.in │   ├── [ 10K] net_ifs.c │   ├── [1.2K] openbsd.c │   ├── [ 22K] parse_args.c │   ├── [2.1K] preload.c │   ├── [6.0K] preserve_fds.c │   ├── [4.0K] regress │   │   ├── [4.0K] noexec │   │   │   └── [4.6K] check_noexec.c │   │   └── [4.0K] ttyname │   │   └── [2.6K] check_ttyname.c │   ├── [ 13K] selinux.c │   ├── [7.3K] sesh.c │   ├── [4.6K] signal.c │   ├── [3.2K] solaris.c │   ├── [ 42K] sudo.c │   ├── [ 30K] sudo_edit.c │   ├── [3.3K] sudo_exec.h │   ├── [7.3K] sudo.h │   ├── [7.0K] sudo_noexec.c │   ├── [4.3K] sudo_plugin_int.h │   ├── [1.8K] sudo_usage.h.in │   ├── [2.0K] tcsetpgrp_nobg.c │   ├── [ 10K] tgetpass.c │   ├── [ 16K] ttyname.c │   └── [9.9K] utmp.c └── [ 17K] sudo.pp 47 directories, 682 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。