hacking-tools-scripts
hacking-tools-scripts copied to clipboard
Hacking Scripts that will blow your mind engineered by Hackers ♠️.
- Use Decision Tree to solve a classification problem - You may use the tree based models available in scikit-learn 🙂
you can download the data set from: https://data-flair.training/blogs/download-face-mask-data/ (please do not copy any code from the blog)
- use wordlist as input to crack passwords. - hint: use pikepdf, tqdm
- Implement K Means Clustering to compress image - pls include visualization of original colour space and reduced dimension colour space after compression
- Significance of PCA in Dimensionality Reduction - Explain the working of the algo - Use NumPy and scipy linalg module for eigen decomposition of matrices, do not use in-built...
- Pls do not use sklearn
We often use YAML, but there are times it can confusing in terms of the wrong indentation, so this script will help to validate the YAML file.