# About the Author

<pre class="language-bash" data-overflow="wrap"><code class="lang-bash"><strong>ci@rtg: whoami
</strong></code></pre>

{% code overflow="wrap" %}

```bash
# About the Author
alias name="Sarang Tumne aka CyberInsane"
alias role="Offensive Red Team Operator, Security Researcher"
alias book_author="Practical Red Teaming: Field-Tested Strategies for Cyber Warfare"

# Certifications
certifications=("OSCP" "OSCE")

# Skills
declare -A skills
skills[red_teaming]="Expert"
skills[pen_testing]="Expert"
skills[python]="Proficient"
skills[C]="Proficient"
skills[CSharp]="Proficient"
skills[assembly]="Proficient"
skills[powershell]="Experienced"
skills[bash]="Experienced"

# Achievements
echo "Top 5 ranker on HackTheBox"
echo "Authored multiple CVEs"

# Current Focus
echo "Enhancing skills in C, C#, Assembly"
echo "Expanding knowledge in Reverse Engineering and Security Control Evasion"

# Ongoing Projects
projects=("Offensive Red Teaming" "Pen-Testing" "Coding" "Debugging" "Reverse Engineering")
echo "Testing and mastering various industry tools"
echo "Compiling detailed notes for future reference and community sharing"

# Community Engagement
echo "Actively contributing to the cybersecurity community with latest research and findings"

# Collaboration and Contact
echo "Open for discussions on cybersecurity matters. Feel free to reach out at sartlabs.[at].gmail.com"

# Research Repository and Social Links
echo "Conducting research and updating findings to Sartlabs GitHub: https://github.com/sartlabs"
echo "Notice any gaps? Submit a Pull Request!"

# Social Profiles
echo "LinkedIn: https://in.linkedin.com/in/sarang-tumne-osce-oscp-ceh-ecsa-mca-pgdcs-pgdit-mcitp-mcsa-a1681827"
echo "Twitter: https://twitter.com/thecyberinsane"

# Save findings to repository
function update_repository() {
  local topic=$1
  echo "Updating research findings on ${topic} to repository..."
  # Simulate repository update
  sleep 1
  echo "Repository updated with latest security tricks and insights."
}

# Call the function with 'security' as argument
update_repository "security"

```

{% endcode %}

### Engage with the Community:

{% embed url="<https://www.linkedin.com/company/redteamgarage-rtg>" %}

{% embed url="<https://in.linkedin.com/in/sarang-tumne-osce-oscp-ceh-ecsa-mca-pgdcs-pgdit-mcitp-mcsa-a1681827>" %}

{% embed url="<https://x.com/thecyberinsane>" %}

{% embed url="<https://telegram.me/RedTeamGarage>" %}

{% embed url="<https://www.instagram.com/redteamgarage/>" %}


---

# 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://www.redteamgarage.com/rtg/about-the-author.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.
