An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![192 168 1 121_3030_login - Google Chrome 2025-03-24 18-06-54](https://github.com/user-attachments/assets/9d7d3c2e-380e-43d8-98d4-255cf5b23e7d)

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.