194.247.12.13

As of: Jun 24, 2025 7:59pm UTC | Latest

Basic Information

Reverse DNS
web113.default-host.net
Forward DNS
gfosvita.lviv.ua, svoya-pravda.com.ua, r005.welcome.bet, schedule1.liveevents.name, blogevent.club, ...
Routing
194.247.12.0/23  via UKRAINE-AS, UA (AS200000)
OS
Ubuntu Linux
Services (12)
21/FTP, 22/SSH, 25/SMTP, 80/HTTP, 111/PORTMAP, 123/NTP, 443/HTTP, 444/HTTP, 993/IMAP, 3128/HTTP, 8282/HTTP, 8888/HTTP
Labels
Bootstrap Default Landing Page Email File Sharing Google Adsense Google Analytics Proxy Remote Access

FTP 21/TCP
06/24/2025 08:33 UTC

File Sharing

Software

ProFTPD Project ProFTPD
linux

Details

Banner
220 ProFTPD Server (Debian) [::ffff:194.247.12.13]
Auth TLS Response
500 AUTH not understood
Auth SSL Response
500 AUTH not understood
Status Code
220
Status Meaning
Service ready for new user.

SSH 22/TCP
06/24/2025 07:33 UTC

Remote Access

Software

Ubuntu Linux 20.04
OpenBSD OpenSSH 8.2

Details

Host Key
Algorithm
ecdsa-sha2-nistp256
Fingerprint
ea978c2a1a325f1ac54c1d5e1584fa8100d6e9e2c454b7c545dff68ba19f2549
Negotiated
Key Exchange
[email protected]
Symmetric Cipher
aes128-ctr [] aes128-ctr []
MAC
hmac-sha2-256 [] hmac-sha2-256 []

SMTP 25/TCP
06/24/2025 11:32 UTC

Email

Software

Postfix
Ubuntu Linux

Details

Banner
220 mx.donnael.com ESMTP Postfix (Ubuntu)
EHLO
250-mx.donnael.com
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 SMTPUTF8
Start TLS
220 2.0.0 Ready to start TLS

TLS

Handshake
Version Selected
TLSv1_3
Cipher Selected
TLS_CHACHA20_POLY1305_SHA256
Certificate
Fingerprint
c29e1851171efb0efbcaff650b470586a3a1961bc7c940ea328a5d97ebdf764a
Subject
CN=mx.donnael.com
Issuer
C=US, O=Let's Encrypt, CN=R11
Names
mx.donnael.com
Fingerprint
JA3S
475c9302dc42b2751db9edcac3b74891
JA4S
t130200_1303_a56c5b993250

HTTP 80/TCP
06/24/2025 03:53 UTC


Software

nginx 1.18.0

Details

http://194.247.12.13/
Status
200  OK
Body Hash
sha1:05b06d5b8d14cb38071aa5e13652aec1bebb6b4f
Response Body
      Loading ...
    

PORTMAP 111/TCP
06/24/2025 00:34 UTC


Software

linux

Details

NTP 123/UDP
06/24/2025 18:04 UTC


Details

Time Header
Version
3
Mode
4
Stratum
2
Poll
3
Precision
-24
Reference ID
>�

HTTP 443/TCP
06/24/2025 14:47 UTC

Default Landing Page

Software

Apache HTTPD
Debian Linux
nginx 1.18.0

Details

https://194.247.12.13/
Status
200  OK
Body Hash
sha1:d23f3a5389aee902652b149cbe2474a12c57fa5a
HTML Title
Apache2 Debian Default Page: It works
Response Body
      ![Debian Logo](/icons/openlogo-75.png) Apache2 Debian Default Page

It works!

This is the default welcome page used to test the correct operation of the
Apache2 server after installation on Debian systems. If you can read this
page, it means that the Apache HTTP server installed at this site is working
properly. You should **replace this file** (located at
`/var/www/html/index.html`) before continuing to operate your HTTP server.

If you are a normal user of this web site and don't know what this page is
about, this probably means that the site is currently unavailable due to
maintenance. If the problem persists, please contact the site's administrator.

Configuration Overview

Debian's Apache2 default configuration is different from the upstream default
configuration, and split into several files optimized for interaction with
Debian tools. The configuration system is **fully documented in
/usr/share/doc/apache2/README.Debian.gz**. Refer to this for the full
documentation. Documentation for the web server itself can be found by
accessing the [manual](/manual) if the `apache2-doc` package was installed on
this server.

The configuration layout for an Apache2 web server installation on Debian
systems is as follows:

    
    
    /etc/apache2/
    |-- apache2.conf
    |       `--  ports.conf
    |-- mods-enabled
    |       |-- *.load
    |       `-- *.conf
    |-- conf-enabled
    |       `-- *.conf
    |-- sites-enabled
    |       `-- *.conf
              

  * `apache2.conf` is the main configuration file. It puts the pieces together by including all remaining configuration files when starting up the web server. 
  * `ports.conf` is always included from the main configuration file. It is used to determine the listening ports for incoming connections, and this file can be customized anytime. 
  * Configuration files in the `mods-enabled/`, `conf-enabled/` and `sites-enabled/` directories contain particular configuration snippets which manage modules, global configuration fragments, or virtual host configurations, respectively. 
  * They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers ` a2enmod, a2dismod, ` ` a2ensite, a2dissite, ` and ` a2enconf, a2disconf `. See their respective man pages for detailed information. 
  * The binary is called apache2. Due to the use of environment variables, in the default configuration, apache2 needs to be started/stopped with `/etc/init.d/apache2` or `apache2ctl`. **Calling` /usr/bin/apache2` directly will not work** with the default configuration. 

Document Roots

By default, Debian does not allow access through the web browser to _any_ file
apart of those located in `/var/www`,
[public_html](http://httpd.apache.org/docs/2.4/mod/mod_userdir.html)
directories (when enabled) and `/usr/share` (for web applications). If your
site is using a web document root located elsewhere (such as in `/srv`) you
may need to whitelist your document root directory in
`/etc/apache2/apache2.conf`.

The default Debian document root is `/var/www/html`. You can make your own
virtual hosts under /var/www. This is different to previous releases which
provides better security out of the box.

Reporting Problems

Please use the `reportbug` tool to report bugs in the Apache2 package with
Debian. However, check [existing bug reports](http://bugs.debian.org/cgi-
bin/pkgreport.cgi?ordering=normal;archive=0;src=apache2;repeatmerged=0) before
reporting a new bug.

Please report bugs specific to modules (such as PHP and others) to respective
packages, not to the web server itself.
    

TLS

Handshake
Version Selected
TLSv1_2
Cipher Selected
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Certificate
Fingerprint
0ce9b3b5533268d19bdb2df70538a619846ad5aae8b83fc1e40c30b2a9014b8e
Subject
CN=agrogas.net
Issuer
C=US, O=Let's Encrypt, CN=R11
Names
agrogas.net, www.agrogas.net
Fingerprint
JARM
2ad2ad0002ad2ad0002ad2ad2ad2ad83c2e51da709c877942c98b10a5e814a
JA3S
e35df3e00ca4ef31d42b34bebaa2f86e
JA4S
t120300_c030_bec8bdbaef8a

HTTP 444/TCP
06/23/2025 20:53 UTC


Software

nginx 1.18.0

Details

https://194.247.12.13:444/
Status
401  Unauthorized
Body Hash
sha1:3b1073d43f8db160475afba969699feff75da15b
HTML Title
401 Unauthorized
Response Body
      # Unauthorized

This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password), or
your browser doesn't understand how to supply the credentials required.

* * *

Apache/2.4.18 (Ubuntu) Server at 194.247.12.13 Port 80
    

TLS

Handshake
Version Selected
TLSv1_3
Cipher Selected
TLS_AES_256_GCM_SHA384
Certificate
Fingerprint
cb3cb93979948a7822e37915c65cbdfd294baf3ec8c68b57876d1c030bbd49ff
Subject
CN=gw.donnael.com
Issuer
C=US, O=Let's Encrypt, CN=R10
Names
gw.donnael.com
Fingerprint
JARM
2ad2ad0002ad2ad00042d42d000000301510f56407964db9434a9bb0d4ee4a
JA3S
15af977ce25de452b96affa2addb1036
JA4S
t130200_1302_a56c5b993250

IMAP 993/TCP
06/24/2025 06:35 UTC

Email

Software

Dovecot
Ubuntu Linux

Details

Banner
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot (Ubuntu) ready.

TLS

Handshake
Version Selected
TLSv1_3
Cipher Selected
TLS_CHACHA20_POLY1305_SHA256
Certificate
Fingerprint
71edaf9740612146c0ffd8c2a8f1983ee2fba7238f47ba0f7fc671324970de98
Subject
CN=postfix_ubuntu18
Issuer
CN=postfix_ubuntu18
Names
postfix_ubuntu18
Fingerprint
JARM
07c10c12c21c21c07c42d43d000000b90dd73924a70e89e21f5ed1b8fb5131
JA3S
475c9302dc42b2751db9edcac3b74891
JA4S
t130200_1303_a56c5b993250

HTTP 3128/TCP
06/24/2025 19:57 UTC

Proxy

Software

Squid Cache Squid 4.10

Details

http://194.247.12.13:3128/
Status
400  Bad Request
Body Hash
sha1:b60e6d3a00c7f0534fca3954c16e08b5a7ec2b2c
HTML Title
ERROR: The requested URL could not be retrieved
Response Body
      # ERROR

## The requested URL could not be retrieved

* * *

The following error was encountered while trying to retrieve the URL: [/](/)

> **Invalid URL**

Some aspect of the requested URL is incorrect.

Some possible problems are:

  * Missing or incorrect access protocol (should be "http://" or similar)

  * Missing hostname

  * Illegal double-escape in the URL-Path

  * Illegal character in hostname; underscores are not allowed.

Your cache administrator is
[webmaster](mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_INVALID_URL&body=CacheHost%3A%20gw.donnael.com%0D%0AErrPage%3A%20ERR_INVALID_URL%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Tue,%2024%20Jun%202025%2019%3A57%3A31%20GMT%0D%0A%0D%0AClientIP%3A%20206.168.34.207%0D%0A%0D%0AHTTP%20Request%3A%0D%0A%0D%0A%0D%0A).

  

* * *

Generated Tue, 24 Jun 2025 19:57:31 GMT by gw.donnael.com (squid/4.10)
    

HTTP 8282/TCP
06/23/2025 20:03 UTC

Bootstrap Google Adsense Google Analytics

Software

Encode uvicorn

Details

http://194.247.12.13:8282/
Status
200  OK
Body Hash
sha1:5c4fa20c1965822d6d43d8c534ab8f95eb7cd241
HTML Title
Українські Смс | Смс Українською | Збірка україномовних смс 
Response Body
      [Смс українською](/)

  * [Надобраніч](/cat/1 "Надобраніч смс")
  * [Коханим](/cat/2 "Коханим смс")
  * [Доброго ранку](/cat/3 "Доброго ранку смс")
  * [Привітання](/cat/4 "Привітання смс")
  * [День Ангела](/cat/5 "День Ангела смс")
  * [Новорічні](/cat/6 "Новорічні смс")
  * [Графічні](/cat/7 "Графічні смс")
  * [Вибачення](/cat/8 "Вибачення смс")
  * [Смішні](/cat/9 "Смішні смс")
  * [Великодні](/cat/10 "Великодні смс")
  * [Студентські](/cat/11 "Студентські смс")
  * [Св. Миколай](/cat/12 "Св. Миколай смс")
  * [Розлука](/cat/13 "Розлука смс")
  * [Різноманітні](/cat/14 "Різноманітні смс")
  * [Валентина](/cat/15 "Валентина смс")
  * [Дружба](/cat/16 "Дружба смс")
  * [Різдвяні](/cat/17 "Різдвяні смс")
  * [Водохреща](/cat/18 "Водохреща смс")

[Додати смс](/add/user_sms)

#  Збірка СМС українською мовою. Смс на будь-який смак і колір :)  
Вибери смс яка найкраще підійде у даній ситуації.

[ З Днем народження, зі святом!  
Щастя зичимо багато!  
Хай завжди збувається  
Все, що забажається. ](/sms/1535)

[Привітання](/cat/4) | Переглядів: 7202 | [Коментарі: (0)](/sms/1535#comments)
| Дата: 2021-07-19 | Додав: Володя  | Оцінка: 0.00

[ Сонечко моє я кохаю тебе тільки тебе. ](/sms/1529)

[Коханим](/cat/2) | Переглядів: 28949 | [Коментарі: (15)](/sms/1529#comments)
| Дата: 2019-12-16 | Додав: Галинка  | Оцінка: 1.66

[ Надобраніч, солодких снів, 😇😘, хорошої нічки, до завтра, хорошого і вдалого
завтрашнього дня 😘😇, папа 👋😘🤗 ](/sms/1528)

[Надобраніч](/cat/1) | Переглядів: 2473 | [Коментарі: (2)](/sms/1528#comments)
| Дата: 2019-10-09 | Додав: Оля  | Оцінка: 5.00

[ Хотіла б сказати що люблю але..не скажу.ти ж знаєш що хворію тобою,сумую
безмежно..ти появився в житті моєму так не очіковано і ніби шукала..чекала
але..чесно спочатку злякалась напливу твоєї уваги,любові а потім я просто
повірила тобі. Тепер Завжди запитую себе чи все взаємно а в відповідь лиш
тишина.Я думаю про все що ти мені сказав я не хочу на сильно тебе тримати але
й відпускати не хочу!напевне мені просто потрібен час щоб все
усвідомити..взаємно все чи ні..люблю ](/sms/1527)

[Коханим](/cat/2) | Переглядів: 3175 | [Коментарі: (1)](/sms/1527#comments) |
Дата: 2019-05-16 | Додав: Наталія  | Оцінка: 0.00

[ Кохаю бо дурного маю бо дурного кохати треба ](/sms/1526)

[Смішні](/cat/9) | Переглядів: 2416 | [Коментарі: (1)](/sms/1526#comments) |
Дата: 2019-03-30  | Оцінка: 5.00

[ Ти дуже дорога мені людина без якої я жити не можу,я це зрозуміла коли тебе
втратила😌💕 мені зараз дуже боляче і розумію що тобі тоже зараз не просто💕✌
пробач мене сонце я не можу без тебе мені потрібен тільки ти якому я можу
довіряти розказувати всі дурні історії а ти будеш дивитись яка я
дурачка💋💕люблю тебе дуже дуже сильно💕😌💕✌ ](/sms/1523)

[Вибачення](/cat/8) | Переглядів: 4024 | [Коментарі: (0)](/sms/1523#comments)
| Дата: 2019-03-10  | Оцінка: 0.00

[ Під ногами сніг рипучий вітер стріхи обміта нині день ясний блискучий день
народження христа прийдуть з церкви батько й мати я торбинку одягну і піду
колядувати ані хати немину хай мороз хоч як там давить я його непобоюсь
благословіть христа славіть попід вікна запрошусь і озветься хтось привітно
колядуй ждемо жавно а хто саме той невидно в замуроване вікно в хаті будуть
пильно слухать полхилявшись при вікні на шипки хамерзлі дмухать усміхатися
мині а як я доколядую вийде з хати сивий дід його з святом повіншую і він
дасть мині дохід дід попросить передани мамі й татаві поклін і словами ще
сказати що у них хороший син. ](/sms/1521)

[Новорічні](/cat/6) | Переглядів: 3301 | [Коментарі: (0)](/sms/1521#comments)
| Дата: 2018-12-28 | Додав: Станіслав  | Оцінка: 5.00

[ Кохаю тебе безмежно 💑💑💑💑 ](/sms/1520)

[Коханим](/cat/2) | Переглядів: 3482 | [Коментарі: (0)](/sms/1520#comments) |
Дата: 2018-09-13 | Додав: Віка  | Оцінка: 0.00

[ Позвони це питання життя і смерті ](/sms/1519)

[Дружба](/cat/16) | Переглядів: 2813 | [Коментарі: (0)](/sms/1519#comments) |
Дата: 2018-07-04  | Оцінка: 0.00

[ Нас розділяють гори, річки, кілометри... Я не взмозі підійти до тебе І міцно
тебе обійняти, а ще прошепотіти тихенько на вушко як сильно я люблю тебе О мій
любимий твої очі затьманили мій розум від твоєї посмішки все навколо радіє
Сонце, небо, землю, моє серце Я присвячую тобі Мені не заснути не коло тебе,
Не буде спокою мені  Поки тебе не побачу Моє серце розривається від нашої
розлуки, таке відчуття, що все це сон хороший, чи поганий я незнаю. Але якщо
це сон то я боюся проснутися, боюся, що не побачу тебе... Це все насправді і
так добре на душі коли згадую твій погляд, посмішку, коли згадую тебе
здається, що не буває такого але ні я помиляюся, насправді є і це ти Один
Єдиний і Неповторний ](/sms/1518)

[Коханим](/cat/2) | Переглядів: 8972 | [Коментарі: (2)](/sms/1518#comments) |
Дата: 2018-06-14 | Додав: Ірина Петрівна  | Оцінка: 4.97

  * Сторінка 1 з 138
  * [ » ](/page/2)

Українські СМС - це повідомлення, які написані українською мовою і містять в
собі елементи української культури, традицій та обрядів.  
Українські СМС можуть бути різного характеру - це можуть бути привітання з
різних свят, побажання, листівки, вірші, висловлювання відомих осіб та інше.
Вони можуть відображати різні аспекти української культури, такі як народні
звичаї та обряди, культурні події, народні прикмети, національні страви та
інше.  
Також українські СМС можуть містити слова та вислови, які характерні саме для
української мови, такі як українські прислів'я, приказки, казки, вірші,
українські народні пісні тощо.  
Українські СМС можуть використовуватися для привітання близьких, родичів,
друзів, колег, та всіх, з ким хочете поділитися своїми емоціями та почуттями.
Вони можуть бути надіслані через СМС, соціальні мережі, електронну пошту та
інші засоби зв'язку.

(adsbygoogle = window.adsbygoogle || []).push({});
    

HTTP 8888/TCP
06/24/2025 09:56 UTC


Software

Ubuntu Linux
Apache HTTPD 2.4.18

Details

http://194.247.12.13:8888/
Status
401  Unauthorized
Body Hash
sha1:209de8e65d77ca281279495727ef4685d7269b28
HTML Title
401 Unauthorized
Response Body
      # Unauthorized

This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password), or
your browser doesn't understand how to supply the credentials required.

* * *

Apache/2.4.18 (Ubuntu) Server at 194.247.12.13 Port 8888
    

Geographic Location

City
Boiarka
Province
Kiev
Country
Ukraine (UA)
Coordinates
50.31911, 30.29728
Timezone
Europe/Kyiv