Subfinder subdomain discovery tool
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
Free Utility: RichCopy, an Advanced Alternative to RoboCopy | Microsoft Docs
Mission Pinball Source Code
Source: Mission Pinball
The Mission Pinball Framework
FreeNAS® 11.3-U5 User Guide
Batch files – FOR loops
Source: Batch files – FOR loops
Starting LibreOffice Software With Parameters
“Your administrator has blocked this application because it potentially poses a security risk to your computer”
“Your administrator has blocked this application because it potentially poses a security risk to your computer”
Issue:
During the installation of BIM 360 Glue Desktop, you see this error message:
Application Install – Security Warning
Your administrator has blocked this application because it potentially poses a security risk to your computer.
Causes:
The Windows ClickOnce trust prompt is disabled. ClickOnce, a component of the .NET Framework, must be enabled to run BIM 360 Glue.
Solution:
To resolve the issue, enable this registry key:
- HKLM\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel\Internet
Note: This operation should be performed by an administrator with a technical understanding of the Windows Registry.
To enable the registry key:
- Open the registry editor:
- Find the following registry key:
\HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel\Internet
If the key does not exist, create it.
- Set the value to Enabled.
Warning!
Problems caused by improperly editing the Windows registry could render your computer operating system unusable. Microsoft provides a wealth of critical information that you need to know about the registry in the Microsoft Knowledgebase. Use the Microsoft Registry Editor only at your own risk and only after backing up the registry as outlined for your operating system in the Microsoft article How to back up and restore the registry in Windows and in the related solution How to back up the system registry. Additional information about the registry is also contained in the Help topics in the Microsoft Registry Editor.
What does Robocopy mean by tweaked, lonely, and extra?
The Robocopy documentation for the option/itis simply “Includes ‘tweaked’ files”. What does “tweaked” mean?The Robocopy documentation for the option
/xlis simply “Excludes ‘lonely’ files and directories”. What does “lonely” mean?“Tweaked”:
A Tweaked file is defined to be one that exists in both the source and destination, with identical size and timestamp, but different attribute settings.
“Lonely”:
A “lonely” file is present in source but not destination; excluding lonely will prevent any new files being added to the destination.
“Extra” (the other one that isn’t explained well):
An “extra” file is present in destination but not source; excluding extras will prevent any deletions from the destination.
Source: What does Robocopy mean by tweaked, lonely, and extra? – Super User