Skip to content
View OsmanTunahan's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Block or report OsmanTunahan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OsmanTunahan/README.md

Hi, I'm Osman Tunahan!

Security Researcher and Bugbounty Hunter
CTFer and Whitehat


More about me...

package main

type Me struct{
  Code string
  Job string
  BestAndFavoriteSkill string
  SweetHeart string
}

func main() {
  me := &Me{
    Job: "Security Researcher and RedTeam",
    SweetHeart: "01",
    Code: "PHP and Go and Python and Java and Rust",
    BestAndFavoriteSkill: "Web Hacking :D"
  }
  _ = me
}

Pinned Loading

  1. WebShells WebShells Public

    This GitHub repository contains shell examples suitable for different programming languages. It includes code samples that enable reverse shell connections in the respective languages.

    ASP.NET 2 1

  2. Linux-Shells Linux-Shells Public

    Çeşitli platformlarda kullanılabilen ve farklı saldırı senaryolarına uygun Linux shell komutlarını bir araya getiren kapsamlı bir proje.

    2

  3. WebSocket-Attacks WebSocket-Attacks Public

    WebSocket teknolojisinin güvenlik zayıflıkları ve saldırı senaryoları üzerine odaklanan türkçe bir kaynak.

    2

  4. drive-backup drive-backup Public

    Automatically upload your backups to Google Drive with using this small tool.

    PHP 5

  5. awesome-cyber-security awesome-cyber-security Public

    Forked from fabionoth/awesome-cyber-security

    A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.

    2

  6. lfi-scanner lfi-scanner Public

    Web Penetration tool that detects LFI vulnerability.

    Python 1