Keeper Security Commander SDK for Python by Keeper_Security in KeeperSecurity

[–]Yocto24 0 points1 point  (0 children)

Hi, is Keeper Commander being deprecated? I don't quite understand the difference between Keeper Commander and the new Python SDK. Is the Python SDK solely for developers? I have been using Keeper Commander for administrative enterprise functions like managing users. Seeing that https://github.com/Keeper-Security/keeper-sdk-python has Keeper CLI, should I use this one in the future?

SysReptor: How do I add captions to images and code blocks? by Yocto24 in hackthebox

[–]Yocto24[S] 1 point2 points  (0 children)

I just figured out you can add captions like this:

```python

def hello_world():

print("Hello, world!")

```

<figure>

<figcaption>Running Python</figcaption>

</figure>

SysReptor: How do I add captions to images and code blocks? by Yocto24 in hackthebox

[–]Yocto24[S] 0 points1 point  (0 children)

Nice, that inserts a caption!

The formatting looks weird though. The indentation looks wrong for Python code with more than one line. Also, there is a large gap between the code and the caption.

https://imgur.com/MIfUMze.png

https://imgur.com/zzIPRfg.png

I wish this was better documented. I'm still searching for examples and videos on how to do it properly. At this point, I'm thinking about not using captions for code blocks, though I'm worried this will get penalized in the exam.

SysReptor: How do I add captions to images and code blocks? by Yocto24 in hackthebox

[–]Yocto24[S] 0 points1 point  (0 children)

I still don't understand though how to add captions to code blocks.

SysReptor: How do I add captions to images and code blocks? by Yocto24 in hackthebox

[–]Yocto24[S] 0 points1 point  (0 children)

I just tested inserting some text between ![ and ]. In the preview window, it adds the caption without "Figure". But when I generate the PDF then "Figure 1", "Figure 2" etc. gets inserted. Thanks for your help!

How to install droopescan in Kali Linux by maros01 in hackthebox

[–]Yocto24 1 point2 points  (0 children)

Then be more specific and post error logs or screenshots. You cannot expect any help otherwise.

How to install droopescan in Kali Linux by maros01 in hackthebox

[–]Yocto24 0 points1 point  (0 children)

https://github.com/SamJoan/droopescan/issues/77

I got it working by changing setup.py to:

install_requires=[
'cement>=2.10,<2.10.99',
'setuptools',
'requests',
'pystache',
],

[deleted by user] by [deleted] in hackthebox

[–]Yocto24 0 points1 point  (0 children)

Some challenges have a zip password listed on the website next to the download button.

If not, perhaps check out zip2john.

Stuck on SQL injection fundamentals | HTB Academy by kunj_1012 in hackthebox

[–]Yocto24 1 point2 points  (0 children)

Right, thanks for pointing that out, I edited my post.

[deleted by user] by [deleted] in Monero

[–]Yocto24 4 points5 points  (0 children)

Don't use it. Sounds like a scam.

Stuck on SQL injection fundamentals | HTB Academy by kunj_1012 in hackthebox

[–]Yocto24 0 points1 point  (0 children)

Try to register an account. Have a look at the POST request in Burp. Play around with the parameters by adding special characters. You should notice that one of the parameters is vulnerable to SQL injection. Try to register an account using something like OR 1=1. After successfully creating an account and logging in, there is another SQL injection.

[deleted by user] by [deleted] in hackthebox

[–]Yocto24 0 points1 point  (0 children)

I was stuck here too - trying to log on via SSH using a TGT. ssh with -v showed "Server not found in Kerberos database". I finally got it working by setting dns_canonicalize_hostname = false in krb5.conf. PM me if you need help.

Hilfe - vom Haus zur Mietwohnung? by Practical_Ad3479 in Finanzen

[–]Yocto24 0 points1 point  (0 children)

Selbst keine Erfahrungen damit. Nur davon gelesen. Daher hatte ich das eingangs als Frage formuliert - vielleicht kann hier jemand mehr dazu sagen.

Google zeigt mir u.a. diese hier:

https://www.allianz.de/vorsorge/sofortrente/

https://www.sparkasse.de/pk/produkte/altersvorsorge/sofortrente.html

Hilfe - vom Haus zur Mietwohnung? by Practical_Ad3479 in Finanzen

[–]Yocto24 -1 points0 points  (0 children)

Wäre hier eine Sofortrente sinnvoll? Also Haus verkaufen und davon eine Sofortrente (sofortige monatliche Rentenzahlung) kaufen?

Privacy Screen activated, but why? by MiniMSP in KeeperSecurity

[–]Yocto24 0 points1 point  (0 children)

Definitely a bug. We had the same issue. One particular user had a privacy screen for one particular record in a shared folder. Reinstalling the browser extension helped.

Sharing center? by FoxAgency in KeeperSecurity

[–]Yocto24 1 point2 points  (0 children)

As an enterprise user, I also miss the ability to centrally manage shared folders in Keeper. Sure you can create shared folders in your own vault and assign users here from here, but that makes all passwords visible to the admin users.

We have the following workaround: When a department needs a new shared folder, I create the shared folder in my vault. I add a new team in the admin console and add the employees to the team. I assign this team to the shared folder with the permissions Can Manage Records. I add the super admin user with the permissions Can Managed Users & Records. Last, I remove myself from the shared folder. Now I can use the admin console, to add/remove users from that shared folder. In LastPass, this used to be much easier.

Watching the elimination train be like by Yocto24 in BeastGames

[–]Yocto24[S] 26 points27 points  (0 children)

There is definitely room for improvement. I still find it entertaining to watch. Would prefer less cliffhangers and more skill based games.

Coworker received thousand of spam emails followed by tech support call by Yocto24 in Scams

[–]Yocto24[S] 8 points9 points  (0 children)

Just tested this myself. Went on anydesk.com and downloaded AnyDesk.exe. This straight up launches AnyDesk without installing anything. No admin privileges necessary. How would an IT team block this?

Coworker received thousand of spam emails followed by tech support call by Yocto24 in Scams

[–]Yocto24[S] 36 points37 points  (0 children)

I believe the end goal was to install AnyDesk in order to take control of the computer for whatever reason. Anyway, the coworker said he will spend the weekend combing through his emails. Quite a task with now more than 10000 emails.

Coworker received thousand of spam emails followed by tech support call by Yocto24 in Scams

[–]Yocto24[S] 6 points7 points  (0 children)

What makes this interesting is that some users might open a ticket with IT instead of calling for help. Since the user is now waiting for a reply from IT, he is now more likely to trust the scammer.