# Miscellaneous

- [Scripts](https://wiki.smhuda.com/misc/scripts.md): A collection of inhouse, open-source and also some third-party script collected over time to include their usage and walkthrough.
- [Clickjacking Checker](https://wiki.smhuda.com/misc/scripts/clickjacking-checker.md): An HTML POC to ensure if a web page supports iFraming.
- [Bulk WHOIS](https://wiki.smhuda.com/misc/scripts/bulk-whois.md)
- [SMB Signing Check](https://wiki.smhuda.com/misc/scripts/smb-signing-check.md): Script to run and parse SMB message signing results
- [FDQN to IP Address](https://wiki.smhuda.com/misc/scripts/fdqn-from-ip-address.md): Lookup IP Address from FQDN
- [Grep IP Addresses](https://wiki.smhuda.com/misc/scripts/grep-ip-addresses.md): A grep command to get all IP addresses contained in a text file
- [Nessus Parser](https://wiki.smhuda.com/misc/scripts/nessus-parser.md): This is a program to parse a series of Nessus XMLv2 files into a XLSX file. The data from the XML file is placed into a series of tabs to for easier review and reporting.
- [Build Review Audit](https://wiki.smhuda.com/misc/scripts/build-review-audit.md): This script checks for various security settings / controls / policies applied on the host machine.
- [Nessus Merger](https://wiki.smhuda.com/misc/scripts/nessus-merger.md): Merge multiple Nessus DB output files to a single one without repetition of hosts and findings.
- [Nmap2CSV](https://wiki.smhuda.com/misc/scripts/nmap2csv.md): Nmap2CSV is a simple Python script to convert XML Nmap or Masscan output files to a single CSV spreadsheet which summarizes all hosts and open ports in a table
- [Remove Audio From Videos](https://wiki.smhuda.com/misc/scripts/remove-audio-from-videos.md): Remove audio from video files in bulk
- [Compressing PDF Files using MacOS or Linux](https://wiki.smhuda.com/misc/scripts/compressing-pdf-files-using-macos-or-linux.md)
- [Favourite Reads/Links](https://wiki.smhuda.com/misc/favourite-reads-links.md): A collated list of my favourite cybersecurity reads/links I like to refer to and keep myself enlightened with.
- [Hacking Posters](https://wiki.smhuda.com/misc/hacking-posters.md)
- [Windows Developer VMs](https://wiki.smhuda.com/misc/windows-developer-vms.md)
- [Windows Workspaces](https://wiki.smhuda.com/misc/windows-workspaces.md): A mini guide on usage of windows workspaces
- [GitHub Pages](https://wiki.smhuda.com/misc/github-pages.md): A short walkthrough of how to setup GitHub pages for local editing and some references of similar GitHub based websites and portals.
- [Interview Prep](https://wiki.smhuda.com/misc/interview-prep.md)
- [Senior Penetration Tester](https://wiki.smhuda.com/misc/interview-prep/senior-penetration-tester.md)
- [CVSS Formula](https://wiki.smhuda.com/misc/cvss-formula.md)
- [Android Rooting](https://wiki.smhuda.com/misc/android-rooting.md)
- [Lineage OS 18.1 on OnePlus X](https://wiki.smhuda.com/misc/android-rooting/lineage-os-18.1-on-oneplus-x.md)
- [TWRP Recover on OnePlus X](https://wiki.smhuda.com/misc/android-rooting/twrp-recover-on-oneplus-x.md)
- [Magisk Rooting](https://wiki.smhuda.com/misc/android-rooting/magisk-rooting.md)
- [Presentation Slides](https://wiki.smhuda.com/misc/presentation-slides.md)
- [BlackHat - USA \[2022\]](https://wiki.smhuda.com/misc/presentation-slides/blackhat-usa-2022.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.smhuda.com/misc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
