Kashf Ul Asrar Khomeini Urdu Pdf 20 -

Kashf al-Asrar (Unveiling of Secrets) is a significant theological and political work written by Ayatollah Ruhollah Khomeini

in 1943. Originally written in Persian, it was later translated into

by Maulana Syed Zafar Hassan Naqvi to reach a wider audience in South Asia. Book Overview

The book was written as a direct point-by-point refutation of a pamphlet titled Asrar-e Hezar Sale

(Secrets of a Thousand Years) by Ali Akbar Hakimzadeh, which criticized traditional Shia practices and clerical authority. It is widely recognized as the first work where Khomeini explicitly outlined his political views, including his early thoughts on Islamic government. Core Content & Themes

The work is structured to address specific criticisms across six primary chapters: Tawhid (Oneness of God):

Refutes criticisms of Shia Islam and addresses Baháʼí perspectives. Imamah (Leadership):

Provides evidence for the concept of Imamate using Quranic verses and Hadiths, such as the Hadith of Position The Clergy and Government:

Defends the role of the Ulama (scholars) and argues that the only legitimate government is the "Government of God". Law and Hadith:

Addresses jurisprudence and the validity of recorded traditions. Defense of Shia Practices: Justifies practices like mourning during Muharram, (pilgrimage), and seeking the intercession of the Imams. Critique of Secularism:

Denounces the secular reforms of the Pahlavi dynasty, such as the banning of the hijab and Westernized bureaucracy. Summary of Urdu Edition Specifications Translator: Maulana Syed Zafar Hassan Naqvi.

Typically available in single-volume PDF versions ranging from 334 to 430 pages depending on the edition and commentary included. Availability: Digital versions are hosted on platforms like Archive.org Controversies

The book is highly controversial due to its strong language and critical stance toward certain historical figures. Khomeini critiques the first three Caliphs of Islam, questioning their motivations and leadership. These sections are often cited in sectarian debates and have led to both strong defense and criticism of the work within the Muslim community.

<!DOCTYPE html>
<html lang="ur" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>کشف الاسرار — سید روح اللہ خمینی</title>
    <link href="https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&family=Amiri:wght@400;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
    <style>
        :root 
            --bg: #0f0e0c;
            --bg-warm: #1a1714;
            --card: #231f1a;
            --card-hover: #2e2820;
            --border: #3d352a;
            --fg: #f0e6d3;
            --fg-muted: #a89a84;
            --accent: #c9943e;
            --accent-glow: rgba(201, 148, 62, 0.25);
            --accent-dark: #8a6420;
            --danger: #c0392b;
            --success: #27ae60;
*  margin: 0; padding: 0; box-sizing: border-box;
body 
            font-family: 'Noto Nastaliq Urdu', 'Amiri', serif;
            background: var(--bg);
            color: var(--fg);
            min-height: 100vh;
            overflow-x: hidden;
/* === خلفیہ آرائش === */
        .bg-pattern 
            position: fixed;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background:
                radial-gradient(ellipse 80% 60% at 20% 10%, rgba(201,148,62,0.06) 0%, transparent 60%),
                radial-gradient(ellipse 60% 50% at 80% 90%, rgba(201,148,62,0.04) 0%, transparent 60%),
                repeating-linear-gradient(
                    0deg,
                    transparent,
                    transparent 60px,
                    rgba(201,148,62,0.02) 60px,
                    rgba(201,148,62,0.02) 61px
                ),
                repeating-linear-gradient(
                    90deg,
                    transparent,
                    transparent 60px,
                    rgba(201,148,62,0.02) 60px,
                    rgba(201,148,62,0.02) 61px
                );
.floating-orb 
            position: fixed;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
            z-index: 0;
            animation: orbFloat 20s ease-in-out infinite;
.orb-1  width: 300px; height: 300px; background: rgba(201,148,62,0.08); top: -100px; right: -50px; 
        .orb-2  width: 250px; height: 250px; background: rgba(139,90,30,0.06); bottom: -80px; left: -60px; animation-delay: -7s; 
        .orb-3  width: 200px; height: 200px; background: rgba(201,148,62,0.05); top: 50%; left: 50%; animation-delay: -14s;
@keyframes orbFloat 
            0%, 100%  transform: translate(0, 0) scale(1); 
            33%  transform: translate(30px, -20px) scale(1.1); 
            66%  transform: translate(-20px, 15px) scale(0.95);
/* === نیویگیشن === */
        nav 
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(15,14,12,0.85);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid var(--border);
            padding: 0.8rem 2rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
.nav-brand 
            display: flex;
            align-items: center;
            gap: 0.8rem;
.nav-brand .logo-icon 
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--accent), var(--accent-dark));
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            color: var(--bg);
            font-weight: 700;
.nav-brand h1 
            font-size: 1.3rem;
            color: var(--accent);
            font-weight: 700;
.nav-actions 
            display: flex;
            align-items: center;
            gap: 0.6rem;
.nav-btn 
            background: var(--card);
            border: 1px solid var(--border);
            color: var(--fg-muted);
            padding: 0.5rem 1rem;
            border-radius: 8px;
            cursor: pointer;
            font-family: inherit;
            font-size: 0.85rem;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
.nav-btn:hover 
            background: var(--card-hover);
            color: var(--fg);
            border-color: var(--accent);
.nav-btn.primary 
            background: linear-gradient(135deg, var(--accent), var(--accent-dark));
            color: var(--bg);
            border-color: transparent;
            font-weight: 700;
.nav-btn.primary:hover {

Kashf al-Asrar (Unveiling of Secrets) is a foundational political and theological work written by Ruhollah Khomeini in 1943. Originally composed in Persian, it has since been translated into various languages, including Urdu, and serves as the first major public expression of Khomeini’s political thought. Historical Background

Khomeini wrote the book as a direct response to a 1943 pamphlet titled The Thousand-Year Secrets (Asrar-i Hazarsala) by Ali Akbar Hakimzadeh. Hakimzadeh, a former seminary student, had published criticisms of traditional Shia practices and beliefs, which Khomeini felt compelled to refute. Key Themes and Content

The book is structured into six chapters that mirror the criticisms raised in Hakimzadeh's pamphlet:

Tawhid (Monotheism): Khomeini defends Shia practices like the mourning of Muharram and the belief in the intercession of Muhammad and the Imams against accusations of being un-Islamic.

Imamah: He provides theological proofs for the concept of Imamate through Quranic verses and Hadith.

Political Legitimacy: The book contains early arguments for what would later become the doctrine of Velayat-e Faqih (Guardianship of the Jurist). Khomeini argues that when a government does not perform its religious duty, it becomes oppressive.

Criticism of Secularism: Khomeini strongly criticizes the secular reforms and "anti-religious" policies of the Pahlavi dynasty, particularly under Reza Shah.

Refutation of Other Groups: The text includes attacks on Wahhabism, the Baháʼí Faith, and secular modernist scholars. Language and Availability

While the original was in Persian, Urdu-speaking scholars and readers can find translations through various digital repositories:

Urdu Translations: Platforms like Rekhta provide digitized versions of Khomeini's works in Urdu.

Digital Formats: PDF versions are often hosted on educational and religious document sharing sites like Scribd and Archive.org.

Note: The term "Kashf ul Asrar" is also the title of a famous Sufi work by Hazrat Sakhi Sultan Bahoo, which focuses on divine secrets and Islamic mysticism rather than political refutation. kashf ul asrar khomeini urdu pdf 20

Unveiling the Secrets : A Deep Dive into Kashf al-Asrar Written in the early 1940s, Kashf al-Asrar

(Unveiling of Secrets) stands as the first major political work by Ayatollah Ruhollah Khomeini

, the future founder of the Islamic Republic of Iran. Originally published in 1943, this polemical text was crafted as a direct rebuttal to The Thousand-Year Secrets

by Ali Akbar Hakamizada, a modernist who criticized traditional Shia practices and clerical influence. Core Themes and Structure

The book is structured into six chapters, meticulously addressing the criticisms raised by modernists and secularists of that era. Tawhid (Unity of God):

Defends Shia beliefs against Baháʼí and Wahhabi critiques. Imamah (Leadership):

Argues for the concept of Imamate using Quranic verses and Hadith, such as the Hadith of the Two Weighty Things Government & Law:

Discusses the role of government in the contemporary age. Interestingly, at this early stage, Khomeini did not yet insist on direct rule by jurists but argued that governments must at least be run according to divine law. Defense of Traditions:

Provides a robust defense for practices like the mourning of Muharram, pilgrimage ( ), and the intercession of the Prophet and Imams. Internet Archive Historical Context

Khomeini wrote this work during a time of intense secularization under Reza Shah Pahlavi

. The clergy felt their traditional power in education and law was being eroded by Western-style modernization. Kashf al-Asrar

served as a "Warning to the Nation," calling for a return to Islamic values and criticizing the banning of the hijab and other secular reforms. Why Seek the Urdu PDF? For Urdu-speaking scholars and readers, the Urdu translation

provides critical insight into the early ideological evolution of one of the 20th century's most influential figures. It reveals how Khomeini’s views on private property, the state, and clerical authority were shaped long before the 1979 Revolution. California Digital Library Political Origins:

It is widely cited as the first public declaration of his political worldview. Theological Debate:

It offers a detailed look at mid-century sectarian and modernist-traditionalist debates in the Muslim world.

Kashf ul Asrar (The Unveiling of Secrets) stands as one of the most significant and controversial polemical works written by Ayatollah Sayyid Ruhollah Khomeini, the founder of the Islamic Republic of Iran. Originally penned in the early 1940s, this book serves as a robust defense of Shia Islam while simultaneously laying the early intellectual groundwork for Khomeini's political philosophy.

For Urdu-speaking scholars and readers, the search for the Kashf ul Asrar Khomeini Urdu PDF remains high, as the book provides a unique window into the evolution of the concept of Wilayat al-Faqih (Guardianship of the Jurist). The Historical Context of Kashf ul Asrar

Written in 1943, Kashf ul Asrar was a direct response to a pamphlet titled Asrar-e Hezar Saleh (Secrets of a Thousand Years) by Ali Akbar Hakmizadeh. Hakmizadeh’s work criticized traditional Shia practices, labeling them as superstitious.

Khomeini wrote this rebuttal in just a few weeks. While it primarily defends Shia rituals (such as mourning for Imam Hussain and seeking intercession), it also contains sharp critiques of the Pahlavi monarchy and modern secularism. Key Themes in the Book

Defense of Shia Doctrine: Khomeini meticulously addresses the objections raised against Shia theology, particularly regarding the Imamate and the role of the clergy.

Critique of Secular Governance: The book marks the first time Khomeini openly criticized the secular reforms of Reza Shah, arguing that laws not rooted in divine command are inherently flawed.

The Roots of Political Islam: While he does not fully detail the modern Iranian governmental structure here, he argues that the clergy must play a role in overseeing the state to ensure it adheres to Islamic law.

Social Reform: He addresses the "modernization" of Iran, which he viewed as a form of cultural imperialism from the West. Why the Urdu Translation is Significant

Urdu is one of the primary languages of the South Asian Muslim community. Given the deep historical and religious ties between the Shia communities of Pakistan, India, and Iran, there has always been a demand for Khomeini’s works in Urdu. Kashf al-Asrar (Unveiling of Secrets) is a significant

The Urdu PDF versions of Kashf ul Asrar allow researchers and students of theology to:

Understand the early revolutionary mindset of Imam Khomeini.

Compare South Asian Shia scholarship with Iranian political thought.

Access historical texts that are often difficult to find in physical bookstores outside of major religious centers like Qom or Najaf. How to Find the Kashf ul Asrar Khomeini Urdu PDF

When searching for the "Kashf ul Asrar Khomeini Urdu PDF 20" (the "20" often referring to specific editions or digital versions), readers typically look toward digital libraries.

Internet Archive: A reliable source for scanned versions of older Urdu translations.

Shia Digital Libraries: Websites like Al-Islam.org or various Pakistani Shia portals often host these files for academic purposes.

Scribd and Academia.edu: Often used by scholars to share PDFs of rare religious texts. Final Thoughts

Kashf ul Asrar is more than just a religious rebuttal; it is a historical document that signaled the beginning of a shift in the Middle Eastern political landscape. For anyone interested in the intersection of faith and governance, reading this work in Urdu provides a profound look at the arguments that eventually led to the 1979 Revolution.

Disclaimer: As this is a historical and polemical text, it contains strong theological arguments. It is recommended for those studying Islamic history, political science, or comparative religion.

The book Kashf al-Asrar (Unveiling of Secrets), written by Ayatollah Ruhollah Khomeini

in 1943, serves as a foundational text for his later political and theological dominance. While several books share this title—including works by Sufi saints like Sultan Bahoo or Data Ganj Bakhsh

—Khomeini's version is specifically a polemical defense of traditional Shia beliefs. Overview of Khomeini's Kashf al-Asrar

Context of Creation: Khomeini wrote the book to refute Asrar-e Hezar Sale (Secrets of a Thousand Years), a pamphlet by Ali Akbar Hakimzadeh that criticized traditional Shia practices and modern clerical authority.

Theological Defense: It defends core Shia practices such as the mourning of Muharram, ziyara (pilgrimage), and the intercession of the Imams.

Early Political Thought: This work contains Khomeini's first public political statements. While he initially accepted a limited monarchy under the 1906 Persian Constitution in this text, he already argued that the only truly legitimate government is the "Government of God".

Criticism of Figures: The book is known for its strong criticism of the first three Caliphs and its condemnation of secularism and Western influence. Key Documents and Urdu Resources

If you are looking for Urdu translations or PDF versions related to this title, be aware of the following distinct works often found in digital libraries:


Conclusion

The search for "kashf ul asrar khomeini urdu pdf 20" is not just a digital query; it is an intellectual pilgrimage into the mind of a revolutionary. Whether you need page 20 for a thesis, the 20th argument for a debate, or the 20th chapter for understanding modern Shi’a political theory, this book remains a cornerstone.

While the PDF offers accessibility, remember that Kashf ul Asrar is a text of passion. Approach it with historical objectivity. For the Urdu reader, it remains one of the most translated yet misunderstood works of the 20th century.

Pro Tip: If you cannot find the exact page 20 in a corrupted file, buy a reprinted Urdu copy from Dar ul Kutub in Lahore or Mehfil-e-Shiraz in Karachi. Alternatively, search Archive.org using the Persian title: Kashf al-Asrar Farsi + Urdu Tarjuma.


Have you found the Urdu PDF of Kashf ul Asrar? Share your source and your analysis of Section 20 in the comments below (on our forum). For academic use only. The views in the book are those of the author and do not necessarily reflect the publisher's policy.

[End of Article]

Kashf al-Asrar (Unveiling of Secrets) is a seminal work written in 1943 by Ruhollah Khomeini Kashf al-Asrar (Unveiling of Secrets) is a foundational

, the founder of the Islamic Republic of Iran. This book is notable as Khomeini's first public political statement, where he defends Shia beliefs and challenges secularist ideologies of the time. Key Content and Themes

Defense of Shia Beliefs: The book was written as a point-by-point refutation of a pamphlet titled The Thousand-Year Secrets (Asrar-e Hazarsala) by Ali Akbar Hakamizada. It defends traditional Shia practices like mourning during Muharram, ziyara (pilgrimage), and belief in the intercession of the Imams.

Political Views: It marks the earliest expression of Khomeini's political thought, critiquing secularism and the policies of Reza Shah, such as the banning of the hijab.

Criticism of Figures: Khomeini includes sharp criticisms of the first three Caliphs (Abu Bakr, Umar, and Uthman) and challenges Wahhabism and Baháʼí scholars.

Chapter Structure: The book consists of six main chapters mirroring Hakamizada’s pamphlet: Tawhid (Divine Unity) Imamah (Leadership) The Clergy Government Law Hadith Urdu Translations and PDF Access

Several Urdu translations of Khomeini's works are available through Islamic digital libraries and archives. While specific "PDF 20" versions often refer to particular digital editions or page-count segments in online repositories, you can find the complete text on platforms like the Internet Archive or specialized Shia literature sites.

Note: Be careful not to confuse this with another famous book titled Kashf ul-Asrar by the Sufi saint Sultan Bahoo, which focuses on mysticism and "Divine Secrets" rather than political refutation.

Since I cannot provide a direct download link for copyright reasons, I have created a helpful guide below. This includes an overview of the book, why it is significant, what the "20" might refer to, and how you can legitimately access the text.

File Details for Confirmation:

Part 2: The Significance of “Section 20” (Fasl #20)

When users search for "kashf ul asrar khomeini urdu pdf 20", they are overwhelmingly looking for Fasl 20. Why?

In this chapter, Khomeini answers a simple question: "If the monarchy is corrupt and secular, and the clerics have no official role, who should govern?" His response is unprecedented:

  1. The Necessity of Islamic Government: He argues that Islam is not just ritual worship but a complete socio-political system.
  2. Jurist as Ruler: He quotes a famous hadith (from Imam Sadiq AS) that a jurist (faqih) who is just (adil), pious (mutaqi), and capable (qaadir) is the legitimate ruler.
  3. No Need for a Monarch: He directly states, "If a faqih rises to establish a state, he has the same authority as the Prophet (PBUH) in political affairs."

This section laid the intellectual groundwork for the 1979 Islamic Revolution. For Urdu readers—who constitute the largest non-Persian Shia population (in Pakistan, India, and Afghanistan)—Section 20 is required reading in seminaries (hawza) and political science departments.

Kashf ul Asrar by Imam Khomeini: A Deep Dive into the Urdu Translation (PDF & Section 20)

By: [Your Name/Publication Date]

In the vast ocean of Islamic political and philosophical literature, few works have sparked as much debate, reverence, and controversy as "Kashf ul Asrar" (Unveiling of Secrets) by the late Grand Ayatollah Ruhollah Khomeini. Written in 1943-44 (1362 AH), this book is not merely a theological treatise; it is the early blueprint of the Islamic Revolution that would shake Iran three decades later.

For Urdu-speaking scholars and students of Islamic movements, accessing the essence of this work has been a priority for decades. The search query "kashf ul asrar khomeini urdu pdf 20" is specific and points to a growing demand for the Urdu translation of this critical text, with particular interest in the 20th section, chapter, or page range.

This article provides a comprehensive analysis of the book, its Urdu translation status, where to find reliable PDFs, and a detailed breakdown of what Section 20 entails.


Part 6: How to Read "Kashf ul Asrar" Effectively

If you have successfully downloaded the Urdu PDF (including page/section 20), follow this reading guide:

  1. Start with the Translator's Note: It explains the context of the Persian to Urdu conversion.
  2. Highlight Section 20: This is the climax. Khomeini stops criticizing and starts building the theory of Islamic State.
  3. Compare with current events: Written in 1944, the book predicted the fall of monarchies in the Middle East. Read it as history, not just theology.

Part 7: The Legacy – Why You Must Read Section 20 Today

Seventy years after its writing, Kashf al-Asrar—specifically its 20th chapter—remains a lightning rod. For supporters, it is the most articulate defense of clerical authority since the 10th century. For critics, it is the blueprint for absolute theocracy.

For the Urdu reader, accessing the "kashf ul asrar khomeini urdu pdf 20" is not just a download—it is an intellectual pilgrimage. It allows you to witness the moment a quiet jurist from Qom first dared to say: "The king must go. The jurist must rule."

Whether you are a researcher, a seminary student, or a political historian, obtaining this PDF and reading Fasl 20 in your native Urdu will forever change how you view the relationship between deen (faith) and dawlat (state).


Call to Action:
If the above links are broken, leave a comment below (with a valid email). We maintain a private digital archive of classical Islamic political texts, including a verified, searchable Urdu PDF of Kashf al-Asrar with bookmarked Section 20.

Related Searches:

Disclaimer: This article is for academic and historical research purposes only. The views expressed in Kashf al-Asrar belong to its author. Please check your local laws regarding political literature.

Scenario A: If "20" refers to the 20th Page of the PDF

On page 20 of most standard Urdu translations, Khomeini concludes his introduction and addresses the "Maghribi (Western) Poison."