HESK Security check list

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

HESK Security check list

Post by Klemen »

I wrote an article about simple steps that make HESK more secure.

Read the article here: HESK Security check list

Comments and suggestions are welcome!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mfdfire
Posts: 9
Joined: Wed Feb 25, 2015 4:51 am

Re: HESK Security check list

Post by mfdfire »

Thanks - good info!
MOB
Posts: 54
Joined: Sat May 10, 2008 9:51 am

Re: HESK Security check list

Post by MOB »

Great work.

About step 4.

Isn't it easy for a hacker to fetch your robots.txt to see what directories you want spiders not to crawl? Same directories you plan on renaming?

For example, I rename the admin folder to: nome

But then on the robots.txt I put the following:

Code: Select all

Disallow: /nome/
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK Security check list

Post by Klemen »

Of course, that's why don't put it in the robots.txt file :wink: Unless there is a link to the admin folder somewhere search engines shouldn't find it.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
rachna
Posts: 1
Joined: Sat Aug 01, 2015 7:13 am

Re: HESK Security check list

Post by rachna »

Hello:
I have installed hesk on my server and it is working great. The only issue I See is that it does not maintain threads so I loose the previous conversation with the same customer. Meaning if someone wrote to me from an email id text@yahoo.com and he writes again as text@yahoo.com then it is created as a new ticket so I loose previous conversation, is it possible to set i tup that way, am I missing some settings?

Regards,
Rachna
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK Security check list

Post by Klemen »

Please keep this thread focused on HESK security. For unrelated questions open a new post.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Tpk
Posts: 1
Joined: Thu Nov 04, 2021 3:35 pm

Re: HESK Security check list

Post by Tpk »

I think SHA1 is definitely unsafe nowadays, you should consider replace sha something more secure like bcrypt or argon2.
Here may be helpful resources to do this aright.
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK Security check list

Post by Klemen »

Agreed, the SHA1 should and will be upgraded to a more modern password storage algorithm.

Added it to our "to do" list.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply