https://github.com/josephspace/ssl-vpn
The main purpose of the SSL-VPN report page is to be able to retrieve the data of users on your Active Directory server and to bring everything related to this data to your hand more easily.
https://github.com/josephspace/ssl-vpn
css flask html js ldap python
Last synced: about 2 months ago
JSON representation
The main purpose of the SSL-VPN report page is to be able to retrieve the data of users on your Active Directory server and to bring everything related to this data to your hand more easily.
- Host: GitHub
- URL: https://github.com/josephspace/ssl-vpn
- Owner: JosephSpace
- License: gpl-3.0
- Created: 2025-03-24T15:02:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:55:08.000Z (over 1 year ago)
- Last Synced: 2025-10-13T05:16:25.355Z (9 months ago)
- Topics: css, flask, html, js, ldap, python
- Language: HTML
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This application's purpose is to retrieve the data of employees and users from the Active Directory server using LDAP, organize it in a structured manner, and present it to users in an HTML environment.
Features that will work efficiently for you while using this application:
*User Search
*Admin Search
*Active Directory Server Control
*PC Search
*User PC Search
*Password Change
*User Control
installs the Flask framework, allowing you to develop web applications and APIs in Python.
```
pip install flask
```
We have stored all the data for you
```
pip install -r requirements.txt
```
```
templates/
├── dc-log.html
├── home.html
├── index.html
├── P-list.html
├── password.html
├── search.html
├── userlog.html
python/
├── app.py
├── config.py
├── auth.py
├── requirements.txt
└── run_app.bat
static/
├── css/
│ ├── loading.css
│ ├── navbar.css
│ ├── login-styles.css
│ ├── styles.css
│ └── main.css
├── js/
│ ├── navbar.js
│ ├── notifications.js
│ ├── notify.js # Login page
└── └── notify-styles.js
```
## Maintainer
https://github.com/JosephSpace
## Credits
https://github.com/JosephSpace/SSL-VPN
## Contact
- İnstagram: https://www.instagram.com/joseph.ddf/
- LinkedIn: https://www.linkedin.com/in/yusuf-aşkın-56015b232/
- Mail: yusufaliaskin@gmail.com
---
## License
MIT
The included Freeboard code is redistributed per its MIT License.