Jump to content

Can we apply some protection against different attacks


irigsoft

Recommended Posts

9 minutes ago, Thiago Moraes said:

For DDoS, check out guides on setting up firewalls or using services like Cloudflare. SQL injection and HTML injection have plenty of tutorials with examples to help you grasp the concepts and prevention methods. And for JavaScript injection, look into securing your web apps against cross-site scripting (XSS). When it comes to discussions and forums, there are some great online communities like Stack Overflow or Reddit's r/netsec.

Thanks for the explanation, but the questions are more about what is integrated in unigui and how to integrate it if it doesn't exist.

I'm interested in various documentation and modern web security settings, standards, etc., but I don't know what it is and how it's integrated into unigui.

For example, since unigui has AntiFlood settings, I want to use it and block the RemoteIP that creates it accordingly.

Do you know how to do this in unigui without buying external software?

The goal is to make the applications developed, through Uniguy, more secure by applying known standards and security measures

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

I provided an alternative javascript based FileUpload function that you can modify to achieve what you are after. E.g. you can monitor the rate of upload or set a timeout for the upload and abort the upload on timeout.

Have a look at the thread and let me know if you need further help. I suggest you start by downloading and examining the last project I uploaded on the thread.

 

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

Hello,

How to make some protection from Session Hijackas is explaned here: https://www.linkedin.com/advice/1/what-best-ways-prevent-session-hijacking#monitor-and-audit-sessions?

Is there a way to protect the app from session token theft?

here https://www.imperva.com/learn/application-security/session-hijacking/

they talk about how to protect the user with:

Prevention is the most effective strategy against session hijacking.

For users, this includes basic security practices such as avoiding public Wi-Fi for sensitive transactions, using VPNs, and keeping software up to date. It’s also important for users to be aware of phishing tactics and to understand the importance of logging out of sessions, especially on shared computers.

 

but how to secure communication between server and client?

Is it somehow possible to:
1. We get the session ID generated when the session was opened

2. We get some user data that is unique to this session

3. Add some variable from the server

4. with points 1 + 2 + 3, we create a unique token for this session and its user data


So when someone tries to use a hijacked session id, the server knows about it?

like here is explained:

For web developers and organizations, prevention requires a more technical approach. This includes implementing HTTPS across all pages, using secure cookies, and adopting robust session management practices.

......

Developers play a crucial role in preventing session hijacking by building security into their applications. This includes:

Additionally, developers can utilize custom session handlers that store session data more securely and regenerate session IDs after a successful login, further reducing the risk of session hijacking

 

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...