网站建设与管理的过程,政务网站建设的方向,免费做外贸的网站平台有哪些,天津建设工程信息网网页版摘要在Kali 2017以前的版本中默认有一款截图工具--screenshot#xff0c;升级到2017版后找不到了#xff0c;下面介绍一款同样好用的截图工具---shutter在Kali 2017以前的版本中默认有一款截图工具--screenshot#xff0c;升级到2017版后找不到了#xff0c;下面介绍一款同…摘要在Kali 2017以前的版本中默认有一款截图工具--screenshot升级到2017版后找不到了下面介绍一款同样好用的截图工具---shutter在Kali 2017以前的版本中默认有一款截图工具--screenshot升级到2017版后找不到了下面介绍一款同样好用的截图工具---shutter安装rootkali:~# apt-get updaterootkali:~# apt-get install shutter使用Terminal中直接输入shutter即可弹出程序使用界面在截图后可以进行编辑另存等额外功能如果想使用延时截图执行以下命令[email protected]:~# shutter -d SECONDS其它更多功能选项如下WARNING: gnome-web-photo is missing -- screenshots of websites will be disabled!WARNING: Image::ExifTool is missing -- writing Exif information will be disabled!Usage:shutter [options]Options:Example 1shutter -a -pmyprofile --min_at_startupExample 2shutter -s100,100,300,300 -eExample 3shutter --window.*firefox.*Example 4shutter --webhttp://shutter-project.org/ -eCapture Mode Options:-s, --select[X,Y,WIDTH,HEIGHT]Capture an area of the screen. Providing X,Y,WIDTH,HEIGHT isoptional.-f, --fullCapture the entire screen.-w, --window[NAME_PATTERN]Select a window to capture. Providing a NAME_PATTERN (Perl-styleregex) ist optional.-a, --activeCapture the current active window.--sectionCapture a section. You will be able to select any child windowby moving the mouse over it.-m, --menuCapture a menu.-t, --tooltipCapture a tooltip.--web[URL]Capture a webpage. Providing an URL ist optional.-r, --redoRedo last screenshot.Settings Options:-p, --profileNAMELoad a specific profile on startup.-o, --outputFILENAMESpecify a filename to save the screenshot to (overwrites anyprofile-related setting).Supported image formats: You can save to any popular imageformat (e.g. jpeg, png, gif, bmp). Additionally it is possibleto save to pdf, ps or svg.Please note: There are several wildcards available, like%Y year%m month%d day%T time$w width$h height$name multi-purpose (e.g. window title)$nb_name like $name but without blanks in resulting strings$profile name of current profile$R random char (e.g. $RRRR ag4r)%NN counterThe string is interpretted by strftime. See man strftime formore examples.As an example: shutter -f -e -o ./%y-%m-%d_$w_$h.png wouldcreate a file named 11-10-28_1280_800.png in the currentdirectory.-d, --delaySECONDSWait n seconds before taking a screenshot.-c, --include_cursorInclude cursor when taking a screenshot.-C, --remove_cursorRemove cursor when taking a screenshot.Application Options:-h, --helpPrints a brief help message and exits.-v, --versionPrints version information.--debug Prints a lot of debugging information to STDOUT.--clear_cacheClears cache, e.g. installed plugins, at startup.--min_at_startupStarts Shutter minimized to tray.--disable_systrayDisables systray icon.-e, --exit_after_captureExit after the first capture has been made. This is useful whenusing Shutter in scripts.-n, --no_sessionDo not add the screenshot to the session. This is useful whenusing Shutter in scripts.