K
K
Kuusandr2019-11-17 14:37:44
reverse engineering
Kuusandr, 2019-11-17 14:37:44

How can I reverse calls to server scripts by a site page?

I want to create a mobile application that repeats the functionality of the Patient Portal site, but the site is a closed box. How and with what it is possible to reverse server script calls?
The site you are looking for is
https://k-vrachu.tambov.gov.ru

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfemidi, 2019-11-17
@Kuusandr

What is there to reverse? If there is static, then you can just freeze and see:

[[email protected] ~]$ tree k-vrachu.tambov.gov.ru 
k-vrachu.tambov.gov.ru
├── css
│   ├── base.css
│   ├── jquery.scrollbar.css
│   ├── override.css
│   ├── skin_base.css
│   └── style.css
├── fonts
│   ├── pt_sans-web-bolditalic-webfont.ttf
│   ├── pt_sans-web-bolditalic-webfont.woff
│   ├── pt_sans-web-bold-webfont.ttf
│   ├── pt_sans-web-bold-webfont.woff
│   ├── pt_sans-web-italic-webfont.ttf
│   ├── pt_sans-web-italic-webfont.woff
│   ├── pt_sans-web-regular-webfont.ttf
│   ├── pt_sans-web-regular-webfont.woff
│   ├── pt_serif-web-bolditalic-webfont.ttf
│   ├── pt_serif-web-bolditalic-webfont.woff
│   ├── pt_serif-web-bold-webfont.ttf
│   ├── pt_serif-web-bold-webfont.woff
│   ├── pt_serif-web-italic-webfont.ttf
│   ├── pt_serif-web-italic-webfont.woff
│   ├── pt_serif-web-regular-webfont.ttf
│   └── pt_serif-web-regular-webfont.woff
├── img
│   ├── icons
│   │   └── skin_base
│   │       ├── aside-sf81e34f3a6.png
│   │       ├── header-sdd1ef8cd67.png
│   │       ├── modals-sabc20e4b7c.png
│   │       └── section-s0804656910.png
│   └── skin_base
│       ├── auth_modal_bg.png
│       ├── bg.png
│       ├── big_bg.jpg
│       ├── big_btn_footer_bg.png
│       └── keyboard_bg.png
├── index.html
└── js
    ├── libs
    │   ├── backbone-0.9.2.js
    │   ├── hogan-2.0.0.min.js
    │   ├── jquery-1.7.1.min.js
    │   ├── jquery.dateFormat-1.0.min.js
    │   ├── jquery.scrollbar.min.js
    │   ├── json2.js
    │   ├── kiosk-mn.js
    │   ├── modernizr-2.5.3.min.js
    │   ├── moment.min.js
    │   ├── require-2.0.2.js
    │   ├── spin.min.js
    │   ├── underscore-1.3.3.min.js
    │   └── validanguage-1.0.3.min.js
    └── special.js

8 directories, 45 files

[[email protected] ~]$

But if there is dynamics, then the answer is "No way and nothing."

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question