Forum Replies Created
- AuthorPosts
- Zaid SabihModerator
Perfect, glad you figured it out 🙂
Zaid SabihModeratorOk so the 2nd package did not get installed because i386 arch is not added, you wouldn’t face this issue if you’re using the custom 2020 image, so please run the following command first:
dpkg –add-architecture i386
Then install the 2nd package again (the one below)
http://ftp.us.debian.org/debian/pool/main/p/python-typing/python-typing_3.6.6-1_all.debZaid SabihModeratorHmm, can you please show me a screenshot of the error so I get a better understanding of the issue?
Zaid SabihModeratorThe process is not simple but definitly doable.
The list of changes are listed on the top left of the page there
https://zsecurity.org/download-custom-kali/
Zaid SabihModeratorYeah I seen the actual email that was sent to you specifically mentioned this article.
Anyway the reason was that it was copied, and we only allow original articles here.Zaid SabihModeratorYeah in a real life scenario you’d be replying on the server being configured this way.
I’m glad you like the courses, please add your opinion as a review 🙂Zaid SabihModeratorHello Sithum,
You should got a reply on why it did not get published, I checked now with Maytham and he showed me that he responded to you with the reason from [email protected], so please check your email and maybe check the spam / junk in case it got delivered there.
Zaid SabihModeratorOkay well you can change the permissions using the following command
sudo chmod 777 /file/to/change/permissions.logZaid SabihModeratorCan you please tell us which certificates are you referring to?
Zaid SabihModeratorPlease check your spam and your junk folder, if its not there please contact [email protected] and he’ll be able to take it from there.
Zaid SabihModeratorFixed, thanks for the note 🙂
Zaid SabihModeratorFixed, thanks for the note 🙂
Zaid SabihModeratorThis is very strange, what if you just do
file=/var/log/auth.logAlso what about other files? like /etc/passwd
And are you sure the security settings set to low? if it is then please try removing all browsing data like history, catche…..etc set the security to low again and try again.Zaid SabihModeratorCan you please tell me which link(s) you’re referring to? or in which lectures?
Zaid SabihModeratorHello Bartosz,
Yeah see I chose to implement the cd like this because it is a more clean way of doing it, also doing it using the check_output or Popen will have the same effect which would basically execute the command successfully but won’t actually change the working directory.
And yes I wanted the commands to be executed in the same process, that way the backdoor will pause and only continue running once the command finishes execution. - AuthorPosts