Waraxe IT Security Portal
Login or Register
September 22, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 229
Members: 0
Total: 229
Full disclosure
[0day-rubbish] Royal Server 5.04.50529.0 Local privilege escalation to LocalSystem on the execution path without credential override (7.2)
[0day-rubbish] core-admin 1.0.164 (build 16468) Systemic shell command injection via ineffective quote escaping (8.8)
[0day-rubbish] OP5 Monitor 9.20 Command injection surviving the CVE-2025-34115 patch (OPT-IN fix ineffective) (8.8)
[0day-rubbish] QuantaStor 6.8.3.018 Command injection in the alert-mail command via the smtpPassword field (8.8)
[0day-rubbish] SmarterMail 100.0.9693 (Build 9693) Antivirus command-line configuration executing as NT AUTHORITY\SYSTEM (7.2)
[0day-rubbish] Jitterbit Agent 12.8.1.6 (Docker jitterbit/agent:12.8.1.6) Unauthenticated SOAP with hard-coded credentials leading to OS command execution (9.8)
[0day-rubbish] Accurate Online Private Cloud on-prem (current) Unauthenticated Hessian deserialization leading to JNDI remote class loading (9.8)
[0day-rubbish] DBxtra .NET 13.1.1.0 Unauthenticated SOAP API to xp_cmdshell code execution (9.8)
**Subject:** CVE-2026-2035703: Tozed ZLT X300 5G CPE — Unauthenticated Remote Root Code Execution via TR-069 Command Injection (CVSS 9.8)
CVE-2026-52307: Stored XSS in 1CMS v5.6
HP Easy Start for macOS: CVE-2026-12554 / CVE-2026-12555 /CVE-2026-12556
Next.js 16.4.0-canary.13 Image Optimizer DNS Rebinding TOCTOU SSRF Still Exists
O-CMS 1.0.0 Authenticated OS Command Injection viaai_cli_script
Flextype v1.0.0-alpha.3 CMS registerShortcodes() Remote Code Execution via Attacker-Controlled File Inclusion
Flextype v1.0.0-alpha.3 Stored Fetch Shortcode Allows Server-Side Request Forgery
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> General discussion -> find hidden files
Post new topicReply to topic View previous topic :: View next topic
find hidden files
PostPosted: Sat May 12, 2007 6:22 pm Reply with quote
bean703
Regular user
Regular user
Joined: Mar 21, 2007
Posts: 22




I need to find files in a directory with a blank index page. I used to have a program that scans for files based on a word list, but I can't find it. Does anyone have a program to find files in a hidden directory?
View user's profile Send private message
Re: find hidden files
PostPosted: Sun May 13, 2007 9:10 pm Reply with quote
ToXiC
Moderator
Moderator
Joined: Dec 01, 2004
Posts: 181
Location: Cyprus




bean703 wrote:
I need to find files in a directory with a blank index page. I used to have a program that scans for files based on a word list, but I can't find it. Does anyone have a program to find files in a hidden directory?


i dont think there exists such a program.
ONLY If .. there are links ( image links , content links ....etc) to that folder then you can only see those files...

The only thing i remember was in a bug in :
JRun version 3.0
JRun version 3.1

Upon sending a specially formed request to the web server, containing a '.jsp' extension makes the JRun handle the request. Example:

http://www.example.com/%3f.jsp

This vulnerability allows anyone with remote access to the web server to browse it and any directory within the web root.


be more specific

_________________
who|grep -i blonde|talk; cd~;wine;talk;touch;unzip;touch; strip;gasp;finger;gasp;mount; fsck; more; yes; gasp; umount; make clean; sleep;wakeup;goto http://www.md5this.com
View user's profile Send private message Visit poster's website MSN Messenger
PostPosted: Sun May 13, 2007 10:04 pm Reply with quote
bean703
Regular user
Regular user
Joined: Mar 21, 2007
Posts: 22




no it was like a program that searches the directory for common files like /admin/, log.txt, error_log, test.html, _private, /test/, /files/, /includes/, passwords.txt, /source/, /inc/, etc.
View user's profile Send private message
PostPosted: Sun May 13, 2007 11:12 pm Reply with quote
ToXiC
Moderator
Moderator
Joined: Dec 01, 2004
Posts: 181
Location: Cyprus




bean703 wrote:
no it was like a program that searches the directory for common files like /admin/, log.txt, error_log, test.html, _private, /test/, /files/, /includes/, passwords.txt, /source/, /inc/, etc.


i use acunetix web vulnerability scanner.. not only for directory listing .. for pen testing .. and most of the times i may find some directories...

but if directory listing is disabled i think there is no way getting the files within it.

_________________
who|grep -i blonde|talk; cd~;wine;talk;touch;unzip;touch; strip;gasp;finger;gasp;mount; fsck; more; yes; gasp; umount; make clean; sleep;wakeup;goto http://www.md5this.com
View user's profile Send private message Visit poster's website MSN Messenger
PostPosted: Mon Nov 26, 2007 5:21 pm Reply with quote
untact
Beginner
Beginner
Joined: Nov 26, 2007
Posts: 2




looking for exactly the same thing....
i found a perl script, but it didn't work.
its fairly simple in concept-
user inputs url eg http://www.somesite.com/blabla
and chooses some wordlist.
then a the program start assembling urls like
http://www.somesite.com/blabla/admin
http://www.somesite.com/blabla/passwords
etc
then it connect to the server. if http respons= 404 or 302 or some else specified by the user then the url is not shown at end. else it is cause its probably valid.
anyone seen such thing
View user's profile Send private message
PostPosted: Tue Nov 27, 2007 7:28 am Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Triton v2.1
http://www.project2025.com/triton.php

Very easy to use.Good luck.
View user's profile Send private message
might work beginner inside!
PostPosted: Fri May 16, 2008 10:26 am Reply with quote
feihung
Beginner
Beginner
Joined: May 16, 2008
Posts: 4




tool>folder option>view>show hidden files or folders..
if didnt work just be my friend... feihung from makassar, indonesia.good luck!
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
find hidden files
www.waraxe.us Forum Index -> General discussion
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.035 Seconds