Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
` rm -rf /* `
- ` rm -rf /* `
- Sign in to view email
- https://itsecuritysolutions.org
Pinned
1,288 contributions in the last year
Activity overview
Contributed to
rapid7/metasploit-framework,
smicallef/spiderfoot,
bcoles/kernel-exploits
and 5 other
repositories
Contribution activity
April 2020
Created a pull request in SerenityOS/serenity that received 3 comments
LibGUI: Auto focus MessageBox button
A simple quality of life patch, allowing easy dismissal of MessageBox dialogs by pressing Enter. Focus is applied to the last created button, which…
+1
−0
•
3
comments
- IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini
- IRCClient: Add handling for server responses and BANLIST command
- IRCClient: Add support for raw protocol commands with /RAW
- IRCClient: Add icons for channel list, channel invite, channel topic
- Browser: Add Reload option to app menu with F5 shortcut key
- IRCClient: Update channel user list when a user joins or quits
- IRCClient: Add is_channel_prefix to check if string is a channel name
- IRCClient: Automatically disable/enable GUI actions upon window change
- IRCClient: Add channel operations to Channel application menu
- IRCClient: Use active channel window for part,hop,topic,kick commands
- IRCClient: Add Channel application menu and LIST and KICK commands
- IRCClient: Add support for /HOP and /TOPIC commands
Created an issue in SerenityOS/serenity that received 4 comments
Ext2FS: ASSERTION FAILED: group_index <= m_block_group_count
Not sure if related to #1549
Reproduce:
ln -s /bin/Shell test
sleep 10 # optional wait to allow filesystem sync
rm test
Log:
[Shell(20:20)]: do_exe…
4
comments
- Browser: null pointer dereference - Web::HtmlView::mousedown_event
- Userland: chown/chgrp - null pointer dereference - no null check on use of getgrnam() and getpwnam()
- Kernel: Filesystem suid/sgid bit not stripped when file contents or ownership are modified
- Kernel: FileSystem open `O_CREAT` can create files in paths which have not been unveiled
- Browser: local file theft from remote website
- Browser: Same Origin Policy
- Ports: Add perl
- CPUGraph.MenuApplet: Unrecoverable page fault - possible nullptr dereference
- Help: Web::Node::dispatch_event(AK::NonnullRefPtr<Web::Event>) - Unrecoverable page fault - read after free (?)
- Userland: pro: failed assertion on unsupported protocol
- Browser: Has not pledged proc
- IRCClient: remote DoS via UTF-8 emoji
- Browser: Unrecoverable page fault when undoing (CTRL+Z) a URL with malformed URL scheme
- IRCClient: user list does not update when users join
- Browser: Kernel::NetworkAdapter::send_ipv4 fragmentation freezes system
- IRCClient: crashes if LookupServer cannot resolve the server hostname
- IRCClient: Long channel messages are not line-wrapped