Coder Social home page Coder Social logo

elbal-code's Projects

e-konsulat icon e-konsulat

Automation script for poland visa appointment booking

efficientsipfuzzing icon efficientsipfuzzing

This is the source code of the paper "An Efficient Fuzzing Test Method For SIP Server".

isip icon isip

Interactive sip toolkit for packet manipulations, sniffing, man in the middle attacks, fuzzing, simulating of dos attacks.

iwar icon iwar

iWar - The intelligent war dialer.

mr.sip icon mr.sip

SIP-Based Audit and Attack Tool

nemea-modules icon nemea-modules

Base modules of the Nemea system. This repository contains modules for export, replay, filtering, merging etc.

next_user icon next_user

I wrote this simple program to change the user displayed during the Windows login screen for domain computers. This program was not digitally signed and does a lot of highly suspicious things, like modifying the registry (oh no!). On a deeper level it does need access to some pretty arcane windows configuration settings and will even try to reach out to Active Directory should it be on a domain. That said, the program nowadays gets flagged as a virus and I don't have the interest in resolving this (sorry, but it's a 6 year old project at this point). I often log into end user systems locally but I don't want my username displayed when I log out. Users are accustomed to their usernames being the default and will try to log in half a dozen times before realizing they're trying to login with the wrong account. This of course runs the risk of locking my admin account or my having to take a confused phone call. This program avoids that scenario (it has the added benefit of making me feel like an unseen IT ninja). It's now part of my routine when I log out. I keep it on a network share with a short path and it takes just seconds. System Requirements: Windows XP/Vista machines will need to have .NET 3.5, 7 & 8 have it by default. It requires being run with administrator rights as technically anything to do with the login screen is a system setting. Extra Info: This was adapted from a very simple batch script I made to accomplish the same task. The GUI program is more or less a fancy way to quickly change the same registry keys; its benefit is primarily the auto-populate function for speed. Auto-populate also prevents any typos that could represent an embarrassing IT fail. A user coming to work seeing their login displayed as MYCOMPANY\janesmoth instead of MYCOMPANY\janesmith would likely think their computer had been hacked. This is the original batch script if you prefer: @echo off cls set /p UserInput= Domain\User : reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI" /v LastLoggedOnSAMUser /t REG_SZ /d %UserInput% /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI" /v LastLoggedOnUser /t REG_SZ /d %UserInput% /f echo. pause exit

proxenet icon proxenet

The ONLY hacker friendly proxy for webapp pentests.

seclists icon seclists

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

sipat icon sipat

SIP Analysis and Testing tools

sippts icon sippts

Set of tools to audit SIP based VoIP Systems

sipshock icon sipshock

A scanner for SIP proxies vulnerable to Shellshock

siptest icon siptest

Performs a sip registration and places a call into an echo test, plays audio, and verifies that the audio is echoed back clearly

sipvicious icon sipvicious

SIPVicious OSS is a set of security tools that can be used to audit SIP based VoIP systems.

th3inspector icon th3inspector

Th3Inspector 🕵️ Best Tool For Information Gathering 🔎

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.