Friends of psych0tik
psych0tik.network
Categories
- Articles (27)
- ctf (1)
- Guides (23)
- psych0tik IRC (6)
- psych0tik News (39)
- psych0tik software (7)
- QuickBlogs (1)
- Reviews (7)
- SamuraiNet Archive (47)
Tags
- anonymity
- Articles
- bash
- browsers
- cyber warfare
- databases
- debian
- Defcon
- ESXi
- FireFox
- git
- GoogleSharing
- Guides
- hacktivism
- Hax
- How to...
- Internet Explorer
- IPv6
- IRC
- Linux
- Microsoft
- news
- OSX
- password cracking
- Penetration Testing
- php
- Programming
- Projects
- proxies
- proxyElite
- psych0tik
- python
- Random
- Rants
- reading rainbow
- review
- SamuraiNet
- spam
- storm
- SVN
- Web Security
- Windows Security
- Windows XP
- XSS
Tag Archives: Programming
Hacking together procmail mail filtering on a shared host
The first thing we did was establish what access we did have, in this case a shell on the machine (jailshell), physical access to the Maildir, and access to a batch job scheduler (cron). This is enough to hack together … Continue reading
Writing IRC bots using ii
I recently read about ii, a file-system based IRC client, over at IRC-Junkie which really sparked my interest. ii provides a clean interface of FIFOs organized under a directory structure for users to communicate with an IRC network. After playing … Continue reading
Odd bugs and the case of an aging database
I was doing some troubleshooting recently trying to fix some issues reported in the Captcha of a registration system. The Captcha wasn’t always properly displaying and wouldn’t recognize valid code entries intermittently. After tracing some of the PHP to find … Continue reading
Posted in Articles
Tagged Articles, Captcha, databases, MySQL, php, Programming, psych0tik, Web Security
Leave a comment
The psych0tik network presents: proxyElite
After nearly 3 years of downtime, psych0tik is happy to bring you the new and improved proxyElite! We’ve spent the last few months completely rewriting the core code and redesigning the database to be more stable and reliable. Thusfar, we’ve … Continue reading
Posted in psych0tik News
Tagged anonymity, databases, news, Programming, Projects, proxies, proxyElite, psych0tik
Leave a comment
crackIt: aircrack-ng automated
I was playing around with my wireless network early today and realized I didn’t have the key written down near by where I was working. Rather than expending the effort of getting up and moving, I decided I’d just crack … Continue reading
Posted in SamuraiNet Archive
Tagged aircrack-ng, bash, password cracking, Penetration Testing, Programming, Projects, SamuraiNet, wireless
4 Comments
Reading Rainbow: Episode 12
While working on my web-spider class for an application I was developing, I did some searching for efficiency of spidering algorithms. I came across this comparison of the depth-first versus breadth-first search algorithms. http://www.leekillough.com/trapopt.html Using a combination of Javascript and … Continue reading
Posted in SamuraiNet Archive
Tagged .htaccess, algorithm, breadth-first search, css, depth-first search, file system, javascript, Programming, reading rainbow, SamuraiNet, spam, typo-squatting, web-spider
1 Comment